Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/tests/
H A Dcrypto_shorthash.phpt9 $h1 = sodium_crypto_shorthash($m1, $k1);
12 $h2 = sodium_crypto_shorthash($m1, $k2);
15 $h3 = sodium_crypto_shorthash($m2, $k2);
19 sodium_crypto_shorthash($m1, $k1 . $k2);
H A Dsodium_error_001.phpt10 return sodium_crypto_shorthash($message, $key);
18 Fatal error: Uncaught TypeError: sodium_crypto_shorthash(): Argument #1 ($message) must be of type …
20 #0 %s(%d): sodium_crypto_shorthash()
/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h98 PHP_FUNCTION(sodium_crypto_shorthash);
H A Dlibsodium.stub.php129 function sodium_crypto_shorthash(string $message, string $key): string {} function
H A Dlibsodium_arginfo.h497 ZEND_FUNCTION(sodium_crypto_shorthash);
626 ZEND_FE(sodium_crypto_shorthash, arginfo_sodium_crypto_shorthash)
H A Dlibsodium.c472 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() argument

Completed in 29 milliseconds