Searched refs:chacha (Results 1 – 3 of 3) sorted by relevance
21 struct crypto_skcipher_spawn chacha; member26 struct crypto_skcipher *chacha; member52 struct chacha_req chacha; member334 struct crypto_skcipher *chacha; in chachapoly_init() local337 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()338 if (IS_ERR(chacha)) in chachapoly_init()339 return PTR_ERR(chacha); in chachapoly_init()341 ctx->chacha = chacha; in chachapoly_init()351 crypto_skcipher_reqsize(chacha)); in chachapoly_init()360 crypto_free_skcipher(ctx->chacha); in chachapoly_exit()[all …]
150 obj-$(CONFIG_CRYPTO_CHACHA20) += chacha.o
658 https://cr.yp.to/chacha/chacha-20080128.pdf for further information.
Completed in 9 milliseconds