Searched refs:H0 (Results 1 – 4 of 4) sorted by relevance
64 ctx->H0 = H0INIT; in SLA1_Init()95 ctx->A = ctx->H0; in SLA1processABlock()140 ctx->H0 = (ctx->H0) + (ctx->A); in SLA1processABlock()257 digestBuf[3] = (ctx->H0 & 0xff); in SLA1_Final()258 digestBuf[2] = ((ctx->H0 >> 8) & 0xff); in SLA1_Final()259 digestBuf[1] = ((ctx->H0 >> 16) & 0xff); in SLA1_Final()260 digestBuf[0] = ((ctx->H0 >> 24) & 0xff); in SLA1_Final()
40 unsigned int H0; member
86 #define H0 0x6a09e667f3bcc908ULL macro182 sctx->state[0] = H0; in sha512_init()
55 #define H0 0x6a09e667 macro248 sctx->state[0] = H0; in sha256_init()