Lines Matching refs:ostate
329 struct sha256_block_state *ostate,
355 *ostate = *iv;
356 sha256_blocks(ostate, derived_key.b, 1);
364 __hmac_sha256_preparekey(&key->key.istate, &key->key.ostate,
372 __hmac_sha256_preparekey(&key->key.istate, &key->key.ostate,
381 ctx->ostate = key->ostate;
388 __hmac_sha256_preparekey(&ctx->ctx.sha_ctx.state, &ctx->ctx.ostate,
397 __hmac_sha256_preparekey(&ctx->ctx.sha_ctx.state, &ctx->ctx.ostate,
415 sha256_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1);
417 put_unaligned_be32(ctx->ostate.h[i / 4], out + i);