Searched refs:sodium_crypto_aead_chacha20poly1305_decrypt (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/sodium/tests/ |
H A D | crypto_aead.phpt | 18 $msg2 = sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, $ad, $nonce, $key); 21 var_dump(sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, 'x' . $ad, $nonce, $key)); 24 $msg2 = sodium_crypto_aead_chacha20poly1305_decrypt($ciphertext, $ad, $key, $nonce);
|
/PHP-8.0/ext/sodium/ |
H A D | php_libsodium.h | 45 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt);
|
H A D | libsodium.stub.php | 15 function sodium_crypto_aead_chacha20poly1305_decrypt(string $ciphertext, string $additional_data, s… function
|
H A D | libsodium_arginfo.h | 413 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt); 542 …ZEND_FE(sodium_crypto_aead_chacha20poly1305_decrypt, arginfo_sodium_crypto_aead_chacha20poly1305_d…
|
H A D | libsodium.c | 1984 PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds