Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsla1.c65 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()
/linux-2.4.37.9/include/net/sctp/
Dsla1.h41 unsigned int H1; member
/linux-2.4.37.9/crypto/
Dsha512.c87 #define H1 0xbb67ae8584caa73bULL macro
183 sctx->state[1] = H1; in sha512_init()
Dsha256.c56 #define H1 0xbb67ae85 macro
249 sctx->state[1] = H1; in sha256_init()