Searched refs:H3 (Results 1 – 4 of 4) sorted by relevance
67 ctx->H3 = H3INIT; in SLA1_Init()98 ctx->D = ctx->H3; in SLA1processABlock()143 ctx->H3 = (ctx->H3) + (ctx->D); in SLA1processABlock()272 digestBuf[15] = (ctx->H3 & 0xff); in SLA1_Final()273 digestBuf[14] = ((ctx->H3 >> 8) & 0xff); in SLA1_Final()274 digestBuf[13] = ((ctx->H3 >> 16) & 0xff); in SLA1_Final()275 digestBuf[12] = ((ctx->H3 >> 24) & 0xff); in SLA1_Final()
43 unsigned int H3; member
89 #define H3 0xa54ff53a5f1d36f1ULL macro185 sctx->state[3] = H3; in sha512_init()
58 #define H3 0xa54ff53a macro251 sctx->state[3] = H3; in sha256_init()