Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsla1.c66 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()
/linux-2.4.37.9/include/net/sctp/
Dsla1.h42 unsigned int H2; member
/linux-2.4.37.9/crypto/
Dsha512.c88 #define H2 0x3c6ef372fe94f82bULL macro
184 sctx->state[2] = H2; in sha512_init()
Dsha256.c57 #define H2 0x3c6ef372 macro
250 sctx->state[2] = H2; in sha256_init()