Home
last modified time | relevance | path

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

/crypto/
A Dchacha20poly1305.c21 struct crypto_skcipher_spawn chacha; member
26 struct crypto_skcipher *chacha; member
52 struct chacha_req chacha; member
334 struct crypto_skcipher *chacha; in chachapoly_init() local
337 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 …]
A DMakefile150 obj-$(CONFIG_CRYPTO_CHACHA20) += chacha.o
A DKconfig658 https://cr.yp.to/chacha/chacha-20080128.pdf for further information.

Completed in 9 milliseconds