Home
last modified time | relevance | path

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

/PHP-8.1/ext/sodium/
H A Dlibsodium.c535 zend_string *ciphertext; in PHP_FUNCTION() local
579 unsigned char *ciphertext; in PHP_FUNCTION() local
945 zend_string *ciphertext; in PHP_FUNCTION() local
992 unsigned char *ciphertext; in PHP_FUNCTION() local
1035 zend_string *ciphertext; in PHP_FUNCTION() local
1070 unsigned char *ciphertext; in PHP_FUNCTION() local
1425 zend_string *ciphertext; in PHP_FUNCTION() local
1465 zend_string *ciphertext; in PHP_FUNCTION() local
1505 zend_string *ciphertext; in PHP_FUNCTION() local
1545 zend_string *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 {}
150 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false…
163 function sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, stri…

Completed in 19 milliseconds