Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/tests/
H A Dcrypto_aead.phpt98 $ciphertext = sodium_crypto_aead_aes256gcm_encrypt($msg, $ad, $nonce, $key);
/PHP-8.4/ext/sodium/
H A Dlibsodium.stub.php551 function sodium_crypto_aead_aes256gcm_encrypt(#[\SensitiveParameter] string $message, string $addit…
H A Dlibsodium_arginfo.h489 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt);
624 ZEND_FE(sodium_crypto_aead_aes256gcm_encrypt, arginfo_sodium_crypto_aead_aes256gcm_encrypt)
H A Dlibsodium.c1747 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() argument

Completed in 34 milliseconds