Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Domap-aes-gcm.c180 struct omap_aes_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in do_encrypt_iv()
249 struct omap_aes_ctx *ctx; in omap_aes_gcm_handle_queue()
353 struct omap_aes_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_4106gcm_encrypt()
364 struct omap_aes_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in omap_aes_4106gcm_decrypt()
375 struct omap_aes_ctx *ctx = crypto_aead_ctx(tfm); in omap_aes_gcm_setkey()
390 struct omap_aes_ctx *ctx = crypto_aead_ctx(tfm); in omap_aes_4106gcm_setkey()
Domap-aes.c418 struct omap_aes_ctx *ctx = crypto_ablkcipher_ctx( in omap_aes_prepare_req()
510 struct omap_aes_ctx *ctx = crypto_ablkcipher_ctx( in omap_aes_crypt()
551 struct omap_aes_ctx *ctx = crypto_ablkcipher_ctx(tfm); in omap_aes_setkey()
612 struct omap_aes_ctx *ctx = crypto_tfm_ctx(tfm); in omap_aes_cra_init()
633 struct omap_aes_ctx *ctx = crypto_aead_ctx(tfm); in omap_aes_gcm_cra_init()
662 struct omap_aes_ctx *ctx = crypto_tfm_ctx(tfm); in omap_aes_cra_exit()
672 struct omap_aes_ctx *ctx = crypto_aead_ctx(tfm); in omap_aes_gcm_cra_exit()
691 .cra_ctxsize = sizeof(struct omap_aes_ctx),
713 .cra_ctxsize = sizeof(struct omap_aes_ctx),
739 .cra_ctxsize = sizeof(struct omap_aes_ctx),
[all …]
Domap-aes.h95 struct omap_aes_ctx { struct
156 struct omap_aes_ctx *ctx;