Searched refs:H4 (Results 1 – 6 of 6) sorted by relevance
68 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()
44 unsigned int H4; member
15 bool ' UART (H4) protocol support' CONFIG_BLUEZ_HCIUART_H4
90 #define H4 0x510e527fade682d1ULL macro186 sctx->state[4] = H4; in sha512_init()
59 #define H4 0x510e527f macro252 sctx->state[4] = H4; in sha256_init()
23381 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.