Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-glue.c121 struct mac_tfm_ctx { struct
730 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
747 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
777 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
837 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
877 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
889 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
910 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
925 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
940 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),