Home
last modified time | relevance | path

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

/PHP-8.1/ext/sodium/
H A Dphp_libsodium.h52 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt);
H A Dlibsodium.stub.php32 function sodium_crypto_aead_xchacha20poly1305_ietf_encrypt(string $message, string $additional_data… function
H A Dlibsodium_arginfo.h523 ZEND_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt);
706 …ZEND_FE(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt, arginfo_sodium_crypto_aead_xchacha20pol…
H A Dlibsodium.c2276 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() argument
/PHP-8.1/ext/sodium/tests/
H A Dcrypto_aead.phpt70 $ciphertext = sodium_crypto_aead_xchacha20poly1305_ietf_encrypt($msg, $ad, $nonce, $key);

Completed in 27 milliseconds