Home
last modified time | relevance | path

Searched refs:H4 (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dsla1.c68 ctx->H4 = H4INIT; in SLA1_Init()
99 ctx->E = ctx->H4; in SLA1processABlock()
144 ctx->H4 = (ctx->H4) + (ctx->E); in SLA1processABlock()
277 digestBuf[19] = (ctx->H4 & 0xff); in SLA1_Final()
278 digestBuf[18] = ((ctx->H4 >> 8) & 0xff); in SLA1_Final()
279 digestBuf[17] = ((ctx->H4 >> 16) & 0xff); in SLA1_Final()
280 digestBuf[16] = ((ctx->H4 >> 24) & 0xff); in SLA1_Final()
/linux-2.4.37.9/include/net/sctp/
Dsla1.h44 unsigned int H4; member
/linux-2.4.37.9/drivers/bluetooth/
DConfig.in15 bool ' UART (H4) protocol support' CONFIG_BLUEZ_HCIUART_H4
/linux-2.4.37.9/crypto/
Dsha512.c90 #define H4 0x510e527fade682d1ULL macro
186 sctx->state[4] = H4; in sha512_init()
Dsha256.c59 #define H4 0x510e527f macro
252 sctx->state[4] = H4; in sha256_init()
/linux-2.4.37.9/Documentation/
DConfigure.help23381 HCI UART (H4) protocol support
23383 UART (H4) is serial protocol for communication between Bluetooth
23387 Say Y here to compile support for HCI UART (H4) protocol.