Home
last modified time | relevance | path

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

/PHP-8.0/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.h417 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt);
546 …ZEND_FE(sodium_crypto_aead_chacha20poly1305_ietf_encrypt, arginfo_sodium_crypto_aead_chacha20poly1…
H A Dlibsodium.c2041 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) in PHP_FUNCTION() argument
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_aead.phpt40 $ciphertext = sodium_crypto_aead_chacha20poly1305_ietf_encrypt($msg, $ad, $nonce, $key);

Completed in 24 milliseconds