Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsla1.c67 ctx->H3 = H3INIT; in SLA1_Init()
98 ctx->D = ctx->H3; in SLA1processABlock()
143 ctx->H3 = (ctx->H3) + (ctx->D); in SLA1processABlock()
272 digestBuf[15] = (ctx->H3 & 0xff); in SLA1_Final()
273 digestBuf[14] = ((ctx->H3 >> 8) & 0xff); in SLA1_Final()
274 digestBuf[13] = ((ctx->H3 >> 16) & 0xff); in SLA1_Final()
275 digestBuf[12] = ((ctx->H3 >> 24) & 0xff); in SLA1_Final()
/linux-2.4.37.9/include/net/sctp/
Dsla1.h43 unsigned int H3; member
/linux-2.4.37.9/crypto/
Dsha512.c89 #define H3 0xa54ff53a5f1d36f1ULL macro
185 sctx->state[3] = H3; in sha512_init()
Dsha256.c58 #define H3 0xa54ff53a macro
251 sctx->state[3] = H3; in sha256_init()