Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dlibsodium.c1620 size_t hash_str_len; in PHP_FUNCTION() local
1623 &hash_str, &hash_str_len, &opslimit, &memlimit) == FAILURE) { in PHP_FUNCTION()
1637 size_t hash_str_len; in PHP_FUNCTION() local
1641 &hash_str, &hash_str_len, in PHP_FUNCTION()
1769 size_t hash_str_len; in PHP_FUNCTION() local
1773 &hash_str, &hash_str_len, in PHP_FUNCTION()
1781 if (hash_str_len != crypto_pwhash_scryptsalsa208sha256_STRBYTES - 1) { in PHP_FUNCTION()

Completed in 12 milliseconds