Searched refs:digest_length (Results 1 – 1 of 1) sorted by relevance
721 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local776 digest_length = length; in PHP_FUNCTION()778 digest_length = (zend_long) ceil((float) length / 2.0); in PHP_FUNCTION()781 loops = (zend_long) ceil((float) digest_length / (float) ops->digest_size); in PHP_FUNCTION()834 php_hash_bin2hex(ZSTR_VAL(returnval), result, digest_length); in PHP_FUNCTION()
Completed in 10 milliseconds