Home
last modified time | relevance | path

Searched refs:sodium_crypto_box (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/sodium/tests/
H A Dcrypto_box.phpt39 $ciphertext = sodium_crypto_box(
46 $ciphertext = sodium_crypto_box(
93 $alice_to_bob_ciphertext = sodium_crypto_box('Hi, this is Alice',
103 $bob_to_alice_ciphertext = sodium_crypto_box('Hi Alice! This is Bob',
145 sodium_crypto_box(): Argument #3 ($key_pair) must be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes long
/php-src/ext/sodium/
H A Dlibsodium.stub.php598 function sodium_crypto_box(#[\SensitiveParameter] string $message, string $nonce, #[\SensitiveParam…
H A Dlibsodium_arginfo.h600 ZEND_FUNCTION(sodium_crypto_box);
803 ZEND_FE(sodium_crypto_box, arginfo_sodium_crypto_box)
H A Dlibsodium.c729 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() argument

Completed in 25 milliseconds