Home
last modified time | relevance | path

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

/PHP-8.0/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.h426 ZEND_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt);
555 …ZEND_FE(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt, arginfo_sodium_crypto_aead_xchacha20pol…
H A Dlibsodium.c2164 PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) in PHP_FUNCTION() argument
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_aead.phpt69 $ciphertext = sodium_crypto_aead_xchacha20poly1305_ietf_encrypt($msg, $ad, $nonce, $key);

Completed in 18 milliseconds