Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-glue.c66 struct sm4_mac_tfm_ctx { struct
615 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_cbcmac_setkey()
631 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_cmac_setkey()
667 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_xcbc_setkey()
707 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_mac_update()
757 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cmac_final()
778 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cbcmac_final()
800 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx)
816 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx)
832 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx),