Lines Matching refs:ostate
214 struct md5_block_state *ostate,
235 *ostate = md5_iv;
236 md5_blocks(ostate, derived_key.b, 1);
244 __hmac_md5_preparekey(&key->istate, &key->ostate, raw_key, raw_key_len);
252 ctx->ostate = key->ostate;
259 __hmac_md5_preparekey(&ctx->hash_ctx.state, &ctx->ostate,
276 md5_blocks(&ctx->ostate, ctx->hash_ctx.buf, 1);
277 cpu_to_le32_array(ctx->ostate.h, ARRAY_SIZE(ctx->ostate.h));
278 memcpy(out, ctx->ostate.h, MD5_DIGEST_SIZE);