Searched refs:sodium_crypto_auth (Results 1 – 5 of 5) sorted by relevance
9 $mac = sodium_crypto_auth($msg, $key);16 $mac = sodium_crypto_auth($msg, $bad_key);44 sodium_crypto_auth(): Argument #2 ($key) must be SODIUM_CRYPTO_AUTH_KEYBYTES bytes long
54 PHP_FUNCTION(sodium_crypto_auth);
35 function sodium_crypto_auth(string $message, string $key): string {} function
525 ZEND_FUNCTION(sodium_crypto_auth);708 ZEND_FE(sodium_crypto_auth, arginfo_sodium_crypto_auth)
2824 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() argument
Completed in 16 milliseconds