Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Dsm4-ce-glue.c61 struct sm4_mac_tfm_ctx { struct
510 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_cbcmac_setkey()
526 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_cmac_setkey()
562 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_xcbc_setkey()
602 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_mac_update()
652 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cmac_final()
673 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cbcmac_final()
695 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx)
711 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx)
727 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx),