Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
A Daes-glue.c123 struct mac_tfm_ctx { struct
734 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
751 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
781 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
841 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
881 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
893 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
914 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
929 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
944 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),

Completed in 4 milliseconds