Home
last modified time | relevance | path

Searched defs:chachapoly_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/crypto/
Dchacha20poly1305.c27 struct chachapoly_ctx { struct
28 struct crypto_skcipher *chacha;
29 struct crypto_ahash *poly;
31 unsigned int saltlen;
32 u8 salt[];