Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Domap-aes.h95 struct omap_aes_ctx { struct
104 struct omap_aes_ctx octx; argument
161 struct omap_aes_ctx *ctx;
Domap-aes.c433 struct omap_aes_ctx *ctx = crypto_skcipher_ctx( in omap_aes_prepare_req()
537 struct omap_aes_ctx *ctx = crypto_skcipher_ctx( in omap_aes_crypt()
579 struct omap_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in omap_aes_setkey()
640 struct omap_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in omap_aes_init_tfm()
661 struct omap_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in omap_aes_exit_tfm()
680 .base.cra_ctxsize = sizeof(struct omap_aes_ctx),
699 .base.cra_ctxsize = sizeof(struct omap_aes_ctx),
722 .base.cra_ctxsize = sizeof(struct omap_aes_ctx),
Domap-aes-gcm.c380 struct omap_aes_ctx *ctx = crypto_aead_ctx(tfm); in omap_aes_gcm_cra_init()