Searched defs:algorithm (Results 1 - 1 of 1) sorted by relevance

/PHP_5_5/ext/hash/
H A Dhash.c141 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);
693 * the first round of the algorithm.
783 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; local
784 if (algorithm
799 long algorithm; local
831 long algorithm; local
862 long algorithm; local
887 long algorithm, l_bytes; local
[all...]

Completed in 4 milliseconds