Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/tests/
H A Dcrypto_aead.phpt99 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $nonce, $key);
102 var_dump(sodium_crypto_aead_aes256gcm_decrypt($ciphertext, 'x' . $ad, $nonce, $key));
105 $msg2 = sodium_crypto_aead_aes256gcm_decrypt($ciphertext, $ad, $key, $nonce);
/PHP-8.4/ext/sodium/
H A Dlibsodium.stub.php549 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… function
H A Dlibsodium_arginfo.h488 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt);
623 ZEND_FE(sodium_crypto_aead_aes256gcm_decrypt, arginfo_sodium_crypto_aead_aes256gcm_decrypt)
H A Dlibsodium.c1807 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() argument

Completed in 47 milliseconds