Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/sodium/
H A Dlibsodium.c504 zend_string *ciphertext; in PHP_FUNCTION() local
548 unsigned char *ciphertext; in PHP_FUNCTION() local
914 zend_string *ciphertext; in PHP_FUNCTION() local
961 unsigned char *ciphertext; in PHP_FUNCTION() local
1004 zend_string *ciphertext; in PHP_FUNCTION() local
1039 unsigned char *ciphertext; in PHP_FUNCTION() local
1394 zend_string *ciphertext; in PHP_FUNCTION() local
1434 zend_string *ciphertext; in PHP_FUNCTION() local
1808 zend_string *ciphertext; in PHP_FUNCTION() local
1870 unsigned char *ciphertext; in PHP_FUNCTION() local
[all …]
H A Dlibsodium.stub.php8 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $…
15 function sodium_crypto_aead_chacha20poly1305_decrypt(string $ciphertext, string $additional_data, s…
21 function sodium_crypto_aead_chacha20poly1305_ietf_decrypt(string $ciphertext, string $additional_da…
28 function sodium_crypto_aead_xchacha20poly1305_ietf_decrypt(string $ciphertext, string $additional_d…
49 function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false …
57 function sodium_crypto_box_seal_open(string $ciphertext, string $key_pair): string|false {}
113 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false…
124 function sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, stri…

Completed in 21 milliseconds