Searched refs:sodium_crypto_box_open (Results 1 – 5 of 5) sorted by relevance
69 $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,
60 PHP_FUNCTION(sodium_crypto_box_open);
49 function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false … function
532 ZEND_FUNCTION(sodium_crypto_box_open);715 ZEND_FE(sodium_crypto_box_open, arginfo_sodium_crypto_box_open)
989 PHP_FUNCTION(sodium_crypto_box_open) in PHP_FUNCTION() argument
Completed in 28 milliseconds