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

/linux-master/crypto/
H A Dcmac.c24 * | cmac_tfm_ctx
29 struct cmac_tfm_ctx { struct
53 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent);
119 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent);
164 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent);
197 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
213 struct cmac_tfm_ctx *octx = crypto_shash_ctx(otfm);
214 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
228 struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
270 inst->alg.base.cra_ctxsize = sizeof(struct cmac_tfm_ctx)
[all...]

Completed in 101 milliseconds