Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h46 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt);
H A Dlibsodium.stub.php17 function sodium_crypto_aead_chacha20poly1305_encrypt(string $message, string $additional_data, stri… function
H A Dlibsodium_arginfo.h414 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt);
543 …ZEND_FE(sodium_crypto_aead_chacha20poly1305_encrypt, arginfo_sodium_crypto_aead_chacha20poly1305_e…
H A Dlibsodium.c1928 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) in PHP_FUNCTION() argument
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_aead.phpt17 $ciphertext = sodium_crypto_aead_chacha20poly1305_encrypt($msg, $ad, $nonce, $key);

Completed in 18 milliseconds