Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcmac.c49 struct cmac_desc_ctx { struct
112 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_init()
128 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_update()
174 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_final()
270 ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) in cmac_create()