Home
last modified time | relevance | path

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

/PHP-7.4/ext/sodium/tests/
H A Dcrypto_aead.phpt96 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $nonce, $key);
99 var_dump(sodium_crypto_aead_aes256gcm_decrypt($ciphertext, 'x' . $ad, $nonce, $key));
102 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $key, $nonce);
/PHP-7.4/ext/sodium/
H A Dphp_libsodium.h43 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt);
H A Dlibsodium.c251 PHP_FE(sodium_crypto_aead_aes256gcm_decrypt, AI_StringAndADAndNonceAndKey)
2230 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() argument

Completed in 22 milliseconds