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.c60 struct sm4_mac_tfm_ctx { struct
493 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),