Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dccm.c52 struct cbcmac_tfm_ctx { struct
780 struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_setkey()
801 struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_update()
827 struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_final()
845 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cbcmac_init_tfm()
858 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cbcmac_exit_tfm()
897 inst->alg.base.cra_ctxsize = sizeof(struct cbcmac_tfm_ctx); in cbcmac_create()
/kernel/linux/linux-6.6/crypto/
H A Dccm.c53 struct cbcmac_tfm_ctx { struct
780 struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_setkey()
801 struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_update()
827 struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_final()
845 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cbcmac_init_tfm()
858 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cbcmac_exit_tfm()
897 inst->alg.base.cra_ctxsize = sizeof(struct cbcmac_tfm_ctx); in cbcmac_create()

Completed in 4 milliseconds