Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/tests/
H A Dcrypto_box.phpt69 $plaintext = sodium_crypto_box_open(
97 $alice_message_decrypted_by_bob = sodium_crypto_box_open($alice_to_bob_ciphertext,
107 $bob_message_decrypted_by_alice = sodium_crypto_box_open($bob_to_alice_ciphertext,
/PHP-8.4/ext/sodium/
H A Dlibsodium.stub.php606 function sodium_crypto_box_open(string $ciphertext, string $nonce, #[\SensitiveParameter] string $k…
H A Dlibsodium_arginfo.h520 ZEND_FUNCTION(sodium_crypto_box_open);
655 ZEND_FE(sodium_crypto_box_open, arginfo_sodium_crypto_box_open)
H A Dlibsodium.c774 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() argument

Completed in 27 milliseconds