Home
last modified time | relevance | path

Searched defs:iterations (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash.stub.php31 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0…
H A Dhash.c978 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php106 function openssl_pbkdf2(string $password, string $salt, int $key_length, int $iterations, string $d…
H A Dopenssl.c4891 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local

Completed in 26 milliseconds