Searched refs:sodium_crypto_aead_aes256gcm_decrypt (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/sodium/tests/ |
H A D | crypto_aead.phpt | 97 $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.2/ext/sodium/ |
H A D | libsodium.stub.php | 503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… function
|
H A D | libsodium_arginfo.h | 511 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt); 697 ZEND_FE(sodium_crypto_aead_aes256gcm_decrypt, arginfo_sodium_crypto_aead_aes256gcm_decrypt)
|
H A D | libsodium.c | 1808 PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds