Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/sodium/
H A Dphp_libsodium.h57 PHP_FUNCTION(sodium_crypto_box);
H A Dlibsodium.stub.php41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {} function
H A Dlibsodium_arginfo.h431 ZEND_FUNCTION(sodium_crypto_box);
560 ZEND_FE(sodium_crypto_box, arginfo_sodium_crypto_box)
H A Dlibsodium.c912 PHP_FUNCTION(sodium_crypto_box) in PHP_FUNCTION() argument

Completed in 19 milliseconds