Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dccm.c56 struct cbcmac_tfm_ctx { struct
863 struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_setkey()
884 struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_update()
910 struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cbcmac_digest_final()
928 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cbcmac_init_tfm()
941 struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cbcmac_exit_tfm()
979 inst->alg.base.cra_ctxsize = sizeof(struct cbcmac_tfm_ctx); in cbcmac_create()