Home
last modified time | relevance | path

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

/PHP-8.1/ext/sodium/
H A Dphp_libsodium.h48 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt);
H A Dlibsodium.stub.php23 function sodium_crypto_aead_chacha20poly1305_ietf_encrypt(string $message, string $additional_data,… function
H A Dlibsodium_arginfo.h514 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt);
697 …ZEND_FE(sodium_crypto_aead_chacha20poly1305_ietf_encrypt, arginfo_sodium_crypto_aead_chacha20poly1…
H A Dlibsodium.c2153 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() argument
/PHP-8.1/ext/sodium/tests/
H A Dcrypto_aead.phpt41 $ciphertext = sodium_crypto_aead_chacha20poly1305_ietf_encrypt($msg, $ad, $nonce, $key);

Completed in 27 milliseconds