Home
last modified time | relevance | path

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

/crypto/
Dchacha20poly1305.c25 struct chachapoly_ctx { struct
26 struct crypto_skcipher *chacha;
27 struct crypto_ahash *poly;
29 unsigned int saltlen;
30 u8 salt[];