Searched defs:chachapoly_ctx (Results 1 – 1 of 1) sorted by relevance
25 struct chachapoly_ctx { struct26 struct crypto_skcipher *chacha;27 struct crypto_ahash *poly;29 unsigned int saltlen;30 u8 salt[];