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.c126 struct mac_tfm_ctx { struct
768 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
785 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
814 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
856 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
868 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_finup()
882 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_finup()
903 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
920 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
936 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),