Lines Matching refs:hmac_ctx
23 struct hmac_ctx { struct
41 struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_setkey() argument
92 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_import()
108 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_import_core()
117 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_init()
137 const struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_finup()
151 struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_init_tfm()
163 struct hmac_ctx *sctx = crypto_shash_ctx(src); in hmac_clone_tfm()
164 struct hmac_ctx *dctx = crypto_shash_ctx(dst); in hmac_clone_tfm()
177 struct hmac_ctx *tctx = crypto_shash_ctx(parent); in hmac_exit_tfm()
224 inst->alg.base.cra_ctxsize = sizeof(struct hmac_ctx) + (ss * 2); in __hmac_create_shash()