Lines Matching refs:hmac_ctx
25 struct hmac_ctx {
34 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm)
49 struct hmac_ctx *ctx = align_ptr(opad + ss,
97 struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm);
150 struct hmac_ctx *ctx = hmac_ctx(parent);
165 struct hmac_ctx *sctx = hmac_ctx(src);
166 struct hmac_ctx *dctx = hmac_ctx(dst);
179 struct hmac_ctx *ctx = hmac_ctx(parent);
234 inst->alg.base.cra_ctxsize = sizeof(struct hmac_ctx) +