Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/tests/
H A Dcrypto_box.phpt120 $decrypted_message = sodium_crypto_box_seal_open($anonymous_message_to_alice,
135 var_dump(sodium_crypto_box_seal_open($msg, $kp));
/PHP-8.0/ext/sodium/
H A Dphp_libsodium.h64 PHP_FUNCTION(sodium_crypto_box_seal_open);
H A Dlibsodium.stub.php57 function sodium_crypto_box_seal_open(string $ciphertext, string $key_pair): string|false {} function
H A Dlibsodium_arginfo.h439 ZEND_FUNCTION(sodium_crypto_box_seal_open);
568 ZEND_FE(sodium_crypto_box_seal_open, arginfo_sodium_crypto_box_seal_open)
H A Dlibsodium.c1036 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() argument

Completed in 20 milliseconds