Home
last modified time | relevance | path

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

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

Completed in 28 milliseconds