Home
last modified time | relevance | path

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

/php-src/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-src/ext/sodium/
H A Dlibsodium.stub.php731 function sodium_crypto_shorthash(string $message, #[\SensitiveParameter] string $key): string {}
H A Dlibsodium_arginfo.h711 ZEND_FUNCTION(sodium_crypto_shorthash);
914 ZEND_FE(sodium_crypto_shorthash, arginfo_sodium_crypto_shorthash)
H A Dlibsodium.c289 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() argument

Completed in 29 milliseconds