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()
174 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_tail()
207 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipherpad()
237 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_cipher()
268 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_adpad()
298 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_ad()
322 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_setkey()
349 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in poly_init()
373 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in poly_genkey()
412 struct chachapoly_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in chacha_encrypt()
486 struct chachapoly_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setkey()
518 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_init()
554 struct chachapoly_ctx *ctx = crypto_aead_ctx(tfm); in chachapoly_exit()