Home
last modified time | relevance | path

Searched refs:mtk_aes_ctx (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H A Dmtk-aes.c122 struct mtk_aes_ctx { struct
715 struct mtk_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in mtk_aes_init_tfm()
724 struct mtk_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in mtk_aes_ctr_init_tfm()
738 .base.cra_ctxsize = sizeof(struct mtk_aes_ctx),
756 .base.cra_ctxsize = sizeof(struct mtk_aes_ctx),
773 .base.cra_ctxsize = sizeof(struct mtk_aes_ctx),
791 .base.cra_ctxsize = sizeof(struct mtk_aes_ctx),
808 .base.cra_ctxsize = sizeof(struct mtk_aes_ctx),

Completed in 2 milliseconds