Home
last modified time | relevance | path

Searched refs:sodium_crypto_box_seal_open (Results 1 – 3 of 3) sorted by path

/PHP-7.2/ext/sodium/
H A Dlibsodium.c277 PHP_FE(sodium_crypto_box_seal_open, AI_StringAndKey)
1344 PHP_FUNCTION(sodium_crypto_box_seal_open) in PHP_FUNCTION() argument
H A Dphp_libsodium.h65 PHP_FUNCTION(sodium_crypto_box_seal_open);
/PHP-7.2/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));

Completed in 17 milliseconds