Searched refs:H1 (Results 1 – 4 of 4) sorted by relevance
65 ctx->H1 = H1INIT; in SLA1_Init()96 ctx->B = ctx->H1; in SLA1processABlock()141 ctx->H1 = (ctx->H1) + (ctx->B); in SLA1processABlock()262 digestBuf[7] = (ctx->H1 & 0xff); in SLA1_Final()263 digestBuf[6] = ((ctx->H1 >> 8) & 0xff); in SLA1_Final()264 digestBuf[5] = ((ctx->H1 >> 16) & 0xff); in SLA1_Final()265 digestBuf[4] = ((ctx->H1 >> 24) & 0xff); in SLA1_Final()
41 unsigned int H1; member
87 #define H1 0xbb67ae8584caa73bULL macro183 sctx->state[1] = H1; in sha512_init()
56 #define H1 0xbb67ae85 macro249 sctx->state[1] = H1; in sha256_init()