Lines Matching refs:crypto_aead_ctx
94 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_iv()
133 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_decrypt()
184 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_tail()
217 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipherpad()
247 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipher()
278 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_adpad()
308 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_ad()
332 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_setkey()
359 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_init()
383 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_genkey()
422 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_encrypt()
502 struct chachapoly_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setkey()
534 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_init()
570 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_exit()