Searched refs:php_openssl_argon2_extract (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl_pwhash.c | 171 static int php_openssl_argon2_extract( in php_openssl_argon2_extract() function 228 …if (FAILURE == php_openssl_argon2_extract(digest, &version, &memlimit, &iterlimit, &threads, &salt… in php_openssl_argon2_verify() 264 …if (FAILURE == php_openssl_argon2_extract(hash, &version, &memlimit, &iterlimit, &threads, NULL, N… in php_openssl_argon2_needs_rehash() 281 …if (FAILURE == php_openssl_argon2_extract(hash, &v, &memory_cost, &time_cost, &threads, NULL, NULL… in php_openssl_argon2_get_info()
|
Completed in 7 milliseconds