Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dlibsodium.c1561 size_t hash_str_len; in PHP_FUNCTION() local
1564 &hash_str, &hash_str_len, &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1578 size_t hash_str_len; in PHP_FUNCTION() local
1582 &hash_str, &hash_str_len, in PHP_FUNCTION()
1710 size_t hash_str_len; in PHP_FUNCTION() local
1714 &hash_str, &hash_str_len, in PHP_FUNCTION()
1722 if (hash_str_len != crypto_pwhash_scryptsalsa208sha256_STRBYTES - 1) { in PHP_FUNCTION()

Completed in 13 milliseconds