Lines Matching refs:ostate
254 struct sha512_block_state *ostate,
280 *ostate = *iv;
281 sha512_blocks(ostate, derived_key.b, 1);
289 __hmac_sha512_preparekey(&key->key.istate, &key->key.ostate,
297 __hmac_sha512_preparekey(&key->key.istate, &key->key.ostate,
306 ctx->ostate = key->ostate;
313 __hmac_sha512_preparekey(&ctx->ctx.sha_ctx.state, &ctx->ctx.ostate,
323 __hmac_sha512_preparekey(&ctx->ctx.sha_ctx.state, &ctx->ctx.ostate,
342 sha512_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1);
344 put_unaligned_be64(ctx->ostate.h[i / 8], out + i);