Lines Matching refs:crypto_aead_ctx
88 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_iv()
127 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_decrypt()
178 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_tail()
211 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipherpad()
241 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipher()
272 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_adpad()
302 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_ad()
326 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_setkey()
353 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_init()
377 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_genkey()
416 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_encrypt()
494 struct chachapoly_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setkey()
526 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_init()
562 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_exit()