Home
last modified time | relevance | path

Searched refs:xchacha_init (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/lib/crypto/
Dchacha20poly1305.c36 static void xchacha_init(u32 *chacha_state, const u8 *key, const u8 *nonce) in xchacha_init() function
119 xchacha_init(chacha_state, key, nonce); in xchacha20poly1305_encrypt()
201 xchacha_init(chacha_state, key, nonce); in xchacha20poly1305_decrypt()