Home
last modified time | relevance | path

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

/crypto/
Dcmac.c33 struct cmac_tfm_ctx { struct
58 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey() argument
126 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update()
172 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final()
208 struct cmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cmac_init_tfm()
221 struct cmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in cmac_exit_tfm()
272 ALIGN(sizeof(struct cmac_tfm_ctx), alignmask + 1) in cmac_create()