Searched defs:nonce (Results 1 – 2 of 2) sorted by relevance
/lib/crypto/ |
A D | chacha20poly1305.c | 34 const u8 *key, const u8 *nonce) in xchacha_init() 91 const u64 nonce, in chacha20poly1305_encrypt() 172 const u64 nonce, in chacha20poly1305_decrypt() 213 const u64 nonce, in chacha20poly1305_crypt_sg_inplace() 337 const u64 nonce, in chacha20poly1305_encrypt_sg_inplace() 347 const u64 nonce, in chacha20poly1305_decrypt_sg_inplace()
|
A D | chacha20poly1305-selftest.c | 18 const u8 *input, *output, *assoc, *nonce, *key; member 8864 const u8 *nonce, const size_t nonce_len, in chacha20poly1305_selftest_encrypt()
|
Completed in 15 milliseconds