Searched refs:H2 (Results 1 – 4 of 4) sorted by relevance
66 ctx->H2 = H2INIT; in SLA1_Init()97 ctx->C = ctx->H2; in SLA1processABlock()142 ctx->H2 = (ctx->H2) + (ctx->C); in SLA1processABlock()267 digestBuf[11] = (ctx->H2 & 0xff); in SLA1_Final()268 digestBuf[10] = ((ctx->H2 >> 8) & 0xff); in SLA1_Final()269 digestBuf[9] = ((ctx->H2 >> 16) & 0xff); in SLA1_Final()270 digestBuf[8] = ((ctx->H2 >> 24) & 0xff); in SLA1_Final()
42 unsigned int H2; member
88 #define H2 0x3c6ef372fe94f82bULL macro184 sctx->state[2] = H2; in sha512_init()
57 #define H2 0x3c6ef372 macro250 sctx->state[2] = H2; in sha256_init()