Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/crypto/
Daes-glue.c123 struct mac_tfm_ctx { struct
779 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
796 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
826 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
886 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
926 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
938 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
959 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
974 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
989 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),