Lines Matching refs:crypto_aead_ctx
86 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_iv()
125 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_decrypt()
172 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_tail()
201 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipherpad()
230 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipher()
260 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_adpad()
289 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_ad()
313 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_setkey()
339 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_init()
363 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_genkey()
401 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_encrypt()
477 struct chachapoly_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setkey()
504 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_init()
540 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_exit()