Home
last modified time | relevance | path

Searched refs:openssl_pbkdf2 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pbkdf2_basic.phpt2 openssl_pbkdf2() tests
4 <?php if (!extension_loaded("openssl") || !function_exists("openssl_pbkdf2")) print "skip"; ?>
8 var_dump(bin2hex(openssl_pbkdf2('password', 'salt', 20, 1)));
9 var_dump(bin2hex(openssl_pbkdf2('password', 'salt', 20, 2)));
10 var_dump(bin2hex(openssl_pbkdf2('password', 'salt', 20, 4096)));
14 var_dump(bin2hex(openssl_pbkdf2('password', 'salt', 20, 16777216)));
17 var_dump(bin2hex(openssl_pbkdf2('passwordPASSWORDpassword', 'saltSALTsaltSALTsaltSALTsaltSALTsalt',…
18 var_dump(bin2hex(openssl_pbkdf2("pass\0word", "sa\0lt", 16, 4096)));
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h414 ZEND_FUNCTION(openssl_pbkdf2);
482 ZEND_FE(openssl_pbkdf2, arginfo_openssl_pbkdf2)
H A Dopenssl.stub.php106 function openssl_pbkdf2(string $password, string $salt, int $key_length, int $iterations, string $d… function
H A Dopenssl.c4889 PHP_FUNCTION(openssl_pbkdf2) in PHP_FUNCTION() argument

Completed in 26 milliseconds