Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Daes-glue.c128 struct mac_tfm_ctx { struct
770 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
787 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
816 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
858 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
870 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_finup()
884 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_finup()
905 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
922 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
938 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),