Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/crypto/
Daes-glue.c95 struct mac_tfm_ctx { struct
391 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
413 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
443 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
498 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
538 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
550 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
571 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
586 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
601 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),