Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/crypto/
Daes-glue.c127 struct mac_tfm_ctx { struct
803 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
820 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
850 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
910 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
950 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
962 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
983 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
998 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
1013 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),