Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl_pwhash.c171 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