Lines Matching refs:nonce
8 …ad_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): str… argument
10 …_aead_aes256gcm_encrypt(string $message, string $additional_data, string $nonce, string $key): str… argument
15 …ha20poly1305_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): str… argument
17 …hacha20poly1305_encrypt(string $message, string $additional_data, string $nonce, string $key): str… argument
21 …oly1305_ietf_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): str… argument
23 …20poly1305_ietf_encrypt(string $message, string $additional_data, string $nonce, string $key): str… argument
28 …oly1305_ietf_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): str… argument
32 …20poly1305_ietf_encrypt(string $message, string $additional_data, string $nonce, string $key): str… argument
41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {} argument
49 function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false … argument
109 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {} argument
113 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false… argument
157 function sodium_crypto_stream(int $length, string $nonce, string $key): string {} argument
161 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} argument