Home
last modified time | relevance | path

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

/crypto/
A Dchacha20poly1305.c25 struct chachapoly_ctx { struct
72 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_iv()
101 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_decrypt()
205 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_genkey()
243 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_encrypt()
306 struct chachapoly_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setkey()
333 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_init()
358 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_exit()
423 inst->alg.base.cra_ctxsize = sizeof(struct chachapoly_ctx) + in chachapoly_create()

Completed in 9 milliseconds