Lines Matching defs:key
8 …cm_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false …
10 …_aes256gcm_encrypt(string $message, string $additional_data, string $nonce, string $key): string {}
15 …05_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false …
17 …20poly1305_encrypt(string $message, string $additional_data, string $nonce, string $key): string {}
21 …tf_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false …
23 …y1305_ietf_encrypt(string $message, string $additional_data, string $nonce, string $key): string {}
28 …tf_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key): string|false …
32 …y1305_ietf_encrypt(string $message, string $additional_data, string $nonce, string $key): string {}
35 function sodium_crypto_auth(string $message, string $key): string {}
39 function sodium_crypto_auth_verify(string $mac, string $message, string $key): bool {}
103 function sodium_crypto_generichash(string $message, string $key = "", int $length = SODIUM_CRYPTO_G…
107 function sodium_crypto_generichash_init(string $key = "", int $length = SODIUM_CRYPTO_GENERICHASH_B…
114 …to_kdf_derive_from_key(int $subkey_length, int $subkey_id, string $context, string $key): string {}
146 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {}
150 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false…
156 function sodium_crypto_secretstream_xchacha20poly1305_init_push(string $key): array {}
160 function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $header, string $key): strin…
168 function sodium_crypto_shorthash(string $message, string $key): string {}
196 function sodium_crypto_stream(int $length, string $nonce, string $key): string {}
200 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {}
203 function sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string {}
207 function sodium_crypto_stream_xchacha20_xor(string $message, string $nonce, string $key): string {}