Home
last modified time | relevance | path

Searched refs:H0 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dsla1.c64 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()
/linux-2.4.37.9/include/net/sctp/
Dsla1.h40 unsigned int H0; member
/linux-2.4.37.9/crypto/
Dsha512.c86 #define H0 0x6a09e667f3bcc908ULL macro
182 sctx->state[0] = H0; in sha512_init()
Dsha256.c55 #define H0 0x6a09e667 macro
248 sctx->state[0] = H0; in sha256_init()