Searched refs:cmac_tfm_ctx (Results 1 – 1 of 1) sorted by relevance
29 struct cmac_tfm_ctx { struct54 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent); in crypto_cmac_digest_setkey() argument123 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update()169 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final()204 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_init_tfm()220 struct cmac_tfm_ctx *octx = crypto_shash_ctx(otfm); in cmac_clone_tfm()221 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_clone_tfm()235 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm); in cmac_exit_tfm()288 ALIGN(sizeof(struct cmac_tfm_ctx), crypto_tfm_ctx_alignment()) in cmac_create()