Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h42 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt);
H A Dlibsodium.stub.php10 function sodium_crypto_aead_aes256gcm_encrypt(string $message, string $additional_data, string $non… function
H A Dlibsodium_arginfo.h408 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt);
537 ZEND_FE(sodium_crypto_aead_aes256gcm_encrypt, arginfo_sodium_crypto_aead_aes256gcm_encrypt)
H A Dlibsodium.c1806 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) in PHP_FUNCTION() argument
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_aead.phpt95 $ciphertext = sodium_crypto_aead_aes256gcm_encrypt($msg, $ad, $nonce, $key);

Completed in 19 milliseconds