Searched refs:sm4_mac_tfm_ctx (Results 1 – 1 of 1) sorted by relevance
60 struct sm4_mac_tfm_ctx { struct493 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_cbcmac_setkey()507 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_cmac_setkey()541 struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in sm4_xcbc_setkey()577 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_mac_update()591 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cmac_finup()610 struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in sm4_cbcmac_finup()632 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx)650 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx)667 .cra_ctxsize = sizeof(struct sm4_mac_tfm_ctx),