Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-glue.c121 struct mac_tfm_ctx { struct
775 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
792 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
822 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
882 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
922 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
934 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
955 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
970 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
985 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-glue.c127 struct mac_tfm_ctx { struct
803 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cbcmac_setkey()
820 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_setkey()
850 struct mac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in xcbc_setkey()
910 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in mac_update()
950 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cbcmac_final()
962 struct mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in cmac_final()
983 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
998 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx) +
1013 .base.cra_ctxsize = sizeof(struct mac_tfm_ctx),
[all...]

Completed in 4 milliseconds