Searched defs:algorithm (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/hash/ |
| H A D | hash.c | 141 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 257 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 348 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 397 Pump data into the hashing algorithm */ 418 Pump data into the hashing algorithm from an open stream */ 455 Pump data into the hashing algorithm from a file */ 627 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 696 * the first round of the algorithm. 786 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; local 787 if (algorithm 802 long algorithm; local 834 long algorithm; local 865 long algorithm; local 890 long algorithm, l_bytes; local [all...] |
Completed in 4 milliseconds