Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/tests/
H A Dcrypto_auth.phpt9 $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
/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h54 PHP_FUNCTION(sodium_crypto_auth);
H A Dlibsodium.stub.php35 function sodium_crypto_auth(string $message, string $key): string {} function
H A Dlibsodium_arginfo.h428 ZEND_FUNCTION(sodium_crypto_auth);
557 ZEND_FE(sodium_crypto_auth, arginfo_sodium_crypto_auth)
H A Dlibsodium.c2649 PHP_FUNCTION(sodium_crypto_auth) in PHP_FUNCTION() argument

Completed in 19 milliseconds