Home
last modified time | relevance | path

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

/PHP-7.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-7.4/ext/sodium/
H A Dphp_libsodium.h62 PHP_FUNCTION(sodium_crypto_box_open);
H A Dlibsodium.c273 PHP_FE(sodium_crypto_box_open, AI_StringAndNonceAndKey)
1278 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() argument

Completed in 14 milliseconds