Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/sodium/
H A Dphp_libsodium.h60 PHP_FUNCTION(sodium_crypto_box_open);
H A Dlibsodium.stub.php49 function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false … function
H A Dlibsodium_arginfo.h435 ZEND_FUNCTION(sodium_crypto_box_open);
564 ZEND_FE(sodium_crypto_box_open, arginfo_sodium_crypto_box_open)
H A Dlibsodium.c958 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() argument

Completed in 28 milliseconds