Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/crypto/
Daes-glue.c121 struct mac_tfm_ctx { struct
793 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
815 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
845 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
898 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
938 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
950 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
971 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
986 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
1001 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),