Home
last modified time | relevance | path

Searched refs:sodium_crypto_aead_aes256gcm_decrypt (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/sodium/tests/
H A Dcrypto_aead.phpt97 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $nonce, $key);
100 var_dump(sodium_crypto_aead_aes256gcm_decrypt($ciphertext, 'x' . $ad, $nonce, $key));
103 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $key, $nonce);
/PHP-8.3/ext/sodium/
H A Dlibsodium.stub.php503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… function
H A Dlibsodium_arginfo.h511 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt);
697 ZEND_FE(sodium_crypto_aead_aes256gcm_decrypt, arginfo_sodium_crypto_aead_aes256gcm_decrypt)
H A Dlibsodium.c1808 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() argument

Completed in 23 milliseconds