Searched refs:digest_length (Results 1 – 1 of 1) sorted by relevance
994 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local1046 digest_length = length; in PHP_FUNCTION()1048 digest_length = (zend_long) ceil((float) length / 2.0); in PHP_FUNCTION()1051 loops = (zend_long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()1104 php_hash_bin2hex(ZSTR_VAL(returnval), result, digest_length); in PHP_FUNCTION()
Completed in 7 milliseconds