Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/crypto/
Daes-glue.c121 struct mac_tfm_ctx { struct
775 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
792 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
822 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
875 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
915 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
927 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
948 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
963 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
978 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),