Searched defs:algorithm (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/hash/ |
| H A D | hash.c | 140 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 221 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 335 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 384 Pump data into the hashing algorithm */ 405 Pump data into the hashing algorithm from an open stream */ 442 Pump data into the hashing algorithm from a file */ 648 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; local 649 if (algorithm.mhash_name == NULL) { 653 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm 664 long algorithm; local 696 long algorithm; local 727 long algorithm; local 752 long algorithm, l_bytes; local [all...] |
Completed in 4 milliseconds