Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-aes.c126 struct mtk_aes_ctr_ctx { struct
547 static inline struct mtk_aes_ctr_ctx *
550 return container_of(ctx, struct mtk_aes_ctr_ctx, base); in mtk_aes_ctr_ctx_cast()
556 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(ctx); in mtk_aes_ctr_transfer()
604 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(aes->ctx); in mtk_aes_ctr_start()