Lines Matching refs:message
10 function sodium_crypto_aead_aes256gcm_encrypt(string $message, string $additional_data, string $non… argument
17 function sodium_crypto_aead_chacha20poly1305_encrypt(string $message, string $additional_data, stri… argument
23 function sodium_crypto_aead_chacha20poly1305_ietf_encrypt(string $message, string $additional_data,… argument
32 function sodium_crypto_aead_xchacha20poly1305_ietf_encrypt(string $message, string $additional_data… argument
35 function sodium_crypto_auth(string $message, string $key): string {} argument
39 function sodium_crypto_auth_verify(string $mac, string $message, string $key): bool {} argument
41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {} argument
55 function sodium_crypto_box_seal(string $message, string $public_key): string {} argument
73 function sodium_crypto_generichash(string $message, string $key = "", int $length = SODIUM_CRYPTO_G… argument
79 function sodium_crypto_generichash_update(string &$state, string $message): bool {} argument
109 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {} argument
120 function sodium_crypto_secretstream_xchacha20poly1305_push(string &$state, string $message, string … argument
129 function sodium_crypto_shorthash(string $message, string $key): string {} argument
133 function sodium_crypto_sign(string $message, string $secret_key): string {} argument
135 function sodium_crypto_sign_detached(string $message, string $secret_key): string {} argument
155 function sodium_crypto_sign_verify_detached(string $signature, string $message, string $public_key)… argument
161 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} argument