Symbol: H
crypto/libressl/crypto/gost/gostr341194.c
133
hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M)
crypto/libressl/crypto/gost/gostr341194.c
139
xor_blocks(W, H, M, 32);
crypto/libressl/crypto/gost/gostr341194.c
143
Gost2814789_encrypt(H, S, &c->cipher);
crypto/libressl/crypto/gost/gostr341194.c
146
circle_xor8(H, U);
crypto/libressl/crypto/gost/gostr341194.c
153
Gost2814789_encrypt(H+8, S+8, &c->cipher);
crypto/libressl/crypto/gost/gostr341194.c
179
Gost2814789_encrypt(H+16, S+16, &c->cipher);
crypto/libressl/crypto/gost/gostr341194.c
189
Gost2814789_encrypt(H+24, S+24, &c->cipher);
crypto/libressl/crypto/gost/gostr341194.c
195
xor_blocks(S, S, H, 32);
crypto/libressl/crypto/gost/gostr341194.c
198
memcpy(H, S, 32);
crypto/libressl/crypto/gost/gostr341194.c
216
hash_step(ctx, ctx->H, p);
crypto/libressl/crypto/gost/gostr341194.c
242
hash_step(c, c->H, p);
crypto/libressl/crypto/gost/gostr341194.c
250
hash_step(c, c->H, T);
crypto/libressl/crypto/gost/gostr341194.c
251
hash_step(c, c->H, c->S);
crypto/libressl/crypto/gost/gostr341194.c
253
memcpy(md, c->H, 32);
crypto/libressl/crypto/md4/md4_locl.h
111
a+=((k)+(t)+H((b),(c),(d))); \
crypto/libressl/crypto/md5/md5_locl.h
125
a+=((k)+(t)+H((b),(c),(d))); \
crypto/libressl/crypto/modes/gcm128.c
121
static void gcm_init_8bit(u128 Htable[256], u64 H[2])
crypto/libressl/crypto/modes/gcm128.c
128
V.hi = H[0];
crypto/libressl/crypto/modes/gcm128.c
129
V.lo = H[1];
crypto/libressl/crypto/modes/gcm128.c
255
static void gcm_init_4bit(u128 Htable[16], u64 H[2])
crypto/libressl/crypto/modes/gcm128.c
264
V.hi = H[0];
crypto/libressl/crypto/modes/gcm128.c
265
V.lo = H[1];
crypto/libressl/crypto/modes/gcm128.c
579
static void gcm_gmult_1bit(u64 Xi[2],const u64 H[2])
crypto/libressl/crypto/modes/gcm128.c
586
V.hi = H[0]; /* H is in host byte order, no byte swapping */
crypto/libressl/crypto/modes/gcm128.c
587
V.lo = H[1];
crypto/libressl/crypto/modes/gcm128.c
632
#define GCM_MUL(ctx,Xi) gcm_gmult_1bit(ctx->Xi.u,ctx->H.u)
crypto/libressl/crypto/modes/gcm128.c
688
(*block)(ctx->H.c,ctx->H.c,key);
crypto/libressl/crypto/modes/gcm128.c
693
ctx->H.u[0] = BSWAP8(ctx->H.u[0]);
crypto/libressl/crypto/modes/gcm128.c
694
ctx->H.u[1] = BSWAP8(ctx->H.u[1]);
crypto/libressl/crypto/modes/gcm128.c
696
u8 *p = ctx->H.c;
crypto/libressl/crypto/modes/gcm128.c
700
ctx->H.u[0] = hi;
crypto/libressl/crypto/modes/gcm128.c
701
ctx->H.u[1] = lo;
crypto/libressl/crypto/modes/gcm128.c
706
gcm_init_8bit(ctx->Htable,ctx->H.u);
crypto/libressl/crypto/modes/gcm128.c
713
gcm_init_clmul(ctx->Htable,ctx->H.u);
crypto/libressl/crypto/modes/gcm128.c
719
gcm_init_4bit(ctx->Htable,ctx->H.u);
crypto/libressl/crypto/modes/gcm128.c
741
gcm_init_4bit(ctx->Htable,ctx->H.u);
crypto/libressl/crypto/modes/gcm128.c
746
gcm_init_4bit(ctx->Htable,ctx->H.u);
crypto/libressl/crypto/modes/modes_lcl.h
86
Yi,EKi,EK0,len,Xi,H;
crypto/libressl/crypto/rsa/rsa_pss.c
137
H = EM + maskedDBLen;
crypto/libressl/crypto/rsa/rsa_pss.c
143
if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0)
crypto/libressl/crypto/rsa/rsa_pss.c
169
if (timingsafe_bcmp(H_, H, hLen)) {
crypto/libressl/crypto/rsa/rsa_pss.c
197
unsigned char *H, *salt = NULL, *p;
crypto/libressl/crypto/rsa/rsa_pss.c
244
H = EM + maskedDBLen;
crypto/libressl/crypto/rsa/rsa_pss.c
251
if (!EVP_DigestFinal_ex(&ctx, H, NULL))
crypto/libressl/crypto/rsa/rsa_pss.c
255
if (PKCS1_MGF1(EM, maskedDBLen, H, hLen, mgf1Hash))
crypto/libressl/crypto/rsa/rsa_pss.c
89
const unsigned char *H;
crypto/libressl/crypto/sm3/sm3.c
100
R1(B, C, D, A, F, G, H, E, 0x6228cbce, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
102
R1(A, B, C, D, E, F, G, H, 0xc451979c, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
104
R1(D, A, B, C, H, E, F, G, 0x88a32f39, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
106
R1(C, D, A, B, G, H, E, F, 0x11465e73, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
108
R1(B, C, D, A, F, G, H, E, 0x228cbce6, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
110
R2(A, B, C, D, E, F, G, H, 0x9d8a7a87, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
112
R2(D, A, B, C, H, E, F, G, 0x3b14f50f, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
114
R2(C, D, A, B, G, H, E, F, 0x7629ea1e, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
116
R2(B, C, D, A, F, G, H, E, 0xec53d43c, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
118
R2(A, B, C, D, E, F, G, H, 0xd8a7a879, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
120
R2(D, A, B, C, H, E, F, G, 0xb14f50f3, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
122
R2(C, D, A, B, G, H, E, F, 0x629ea1e7, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
124
R2(B, C, D, A, F, G, H, E, 0xc53d43ce, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
126
R2(A, B, C, D, E, F, G, H, 0x8a7a879d, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
128
R2(D, A, B, C, H, E, F, G, 0x14f50f3b, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
130
R2(C, D, A, B, G, H, E, F, 0x29ea1e76, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3.c
132
R2(B, C, D, A, F, G, H, E, 0x53d43cec, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
134
R2(A, B, C, D, E, F, G, H, 0xa7a879d8, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
136
R2(D, A, B, C, H, E, F, G, 0x4f50f3b1, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
138
R2(C, D, A, B, G, H, E, F, 0x9ea1e762, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
140
R2(B, C, D, A, F, G, H, E, 0x3d43cec5, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
142
R2(A, B, C, D, E, F, G, H, 0x7a879d8a, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
144
R2(D, A, B, C, H, E, F, G, 0xf50f3b14, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
146
R2(C, D, A, B, G, H, E, F, 0xea1e7629, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
148
R2(B, C, D, A, F, G, H, E, 0xd43cec53, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
150
R2(A, B, C, D, E, F, G, H, 0xa879d8a7, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
152
R2(D, A, B, C, H, E, F, G, 0x50f3b14f, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
154
R2(C, D, A, B, G, H, E, F, 0xa1e7629e, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
156
R2(B, C, D, A, F, G, H, E, 0x43cec53d, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
158
R2(A, B, C, D, E, F, G, H, 0x879d8a7a, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
160
R2(D, A, B, C, H, E, F, G, 0x0f3b14f5, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
162
R2(C, D, A, B, G, H, E, F, 0x1e7629ea, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3.c
164
R2(B, C, D, A, F, G, H, E, 0x3cec53d4, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
166
R2(A, B, C, D, E, F, G, H, 0x79d8a7a8, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
168
R2(D, A, B, C, H, E, F, G, 0xf3b14f50, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
170
R2(C, D, A, B, G, H, E, F, 0xe7629ea1, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
172
R2(B, C, D, A, F, G, H, E, 0xcec53d43, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
174
R2(A, B, C, D, E, F, G, H, 0x9d8a7a87, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
176
R2(D, A, B, C, H, E, F, G, 0x3b14f50f, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
178
R2(C, D, A, B, G, H, E, F, 0x7629ea1e, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
180
R2(B, C, D, A, F, G, H, E, 0xec53d43c, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
182
R2(A, B, C, D, E, F, G, H, 0xd8a7a879, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
183
R2(D, A, B, C, H, E, F, G, 0xb14f50f3, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
184
R2(C, D, A, B, G, H, E, F, 0x629ea1e7, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
185
R2(B, C, D, A, F, G, H, E, 0xc53d43ce, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
186
R2(A, B, C, D, E, F, G, H, 0x8a7a879d, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
187
R2(D, A, B, C, H, E, F, G, 0x14f50f3b, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
188
R2(C, D, A, B, G, H, E, F, 0x29ea1e76, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3.c
189
R2(B, C, D, A, F, G, H, E, 0x53d43cec, W11, W11 ^ W15);
crypto/libressl/crypto/sm3/sm3.c
190
R2(A, B, C, D, E, F, G, H, 0xa7a879d8, W12, W12 ^ W00);
crypto/libressl/crypto/sm3/sm3.c
191
R2(D, A, B, C, H, E, F, G, 0x4f50f3b1, W13, W13 ^ W01);
crypto/libressl/crypto/sm3/sm3.c
192
R2(C, D, A, B, G, H, E, F, 0x9ea1e762, W14, W14 ^ W02);
crypto/libressl/crypto/sm3/sm3.c
193
R2(B, C, D, A, F, G, H, E, 0x3d43cec5, W15, W15 ^ W03);
crypto/libressl/crypto/sm3/sm3.c
202
ctx->H ^= H;
crypto/libressl/crypto/sm3/sm3.c
35
c->H = SM3_H;
crypto/libressl/crypto/sm3/sm3.c
43
SM3_WORD A, B, C, D, E, F, G, H;
crypto/libressl/crypto/sm3/sm3.c
55
H = ctx->H;
crypto/libressl/crypto/sm3/sm3.c
78
R1(A, B, C, D, E, F, G, H, 0x79cc4519, W00, W00 ^ W04);
crypto/libressl/crypto/sm3/sm3.c
80
R1(D, A, B, C, H, E, F, G, 0xf3988a32, W01, W01 ^ W05);
crypto/libressl/crypto/sm3/sm3.c
82
R1(C, D, A, B, G, H, E, F, 0xe7311465, W02, W02 ^ W06);
crypto/libressl/crypto/sm3/sm3.c
84
R1(B, C, D, A, F, G, H, E, 0xce6228cb, W03, W03 ^ W07);
crypto/libressl/crypto/sm3/sm3.c
86
R1(A, B, C, D, E, F, G, H, 0x9cc45197, W04, W04 ^ W08);
crypto/libressl/crypto/sm3/sm3.c
88
R1(D, A, B, C, H, E, F, G, 0x3988a32f, W05, W05 ^ W09);
crypto/libressl/crypto/sm3/sm3.c
90
R1(C, D, A, B, G, H, E, F, 0x7311465e, W06, W06 ^ W10);
crypto/libressl/crypto/sm3/sm3.c
92
R1(B, C, D, A, F, G, H, E, 0xe6228cbc, W07, W07 ^ W11);
crypto/libressl/crypto/sm3/sm3.c
94
R1(A, B, C, D, E, F, G, H, 0xcc451979, W08, W08 ^ W12);
crypto/libressl/crypto/sm3/sm3.c
96
R1(D, A, B, C, H, E, F, G, 0x988a32f3, W09, W09 ^ W13);
crypto/libressl/crypto/sm3/sm3.c
98
R1(C, D, A, B, G, H, E, F, 0x311465e7, W10, W10 ^ W14);
crypto/libressl/crypto/sm3/sm3_locl.h
39
ll = (c)->H; HOST_l2c(ll, (s)); \
crypto/libressl/crypto/sm3/sm3_locl.h
60
#define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \
crypto/libressl/crypto/sm3/sm3_locl.h
65
const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
crypto/libressl/crypto/sm3/sm3_locl.h
69
H = P0(TT2); \
crypto/libressl/crypto/sm3/sm3_locl.h
72
#define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \
crypto/libressl/crypto/sm3/sm3_locl.h
73
ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF0, GG0)
crypto/libressl/crypto/sm3/sm3_locl.h
75
#define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \
crypto/libressl/crypto/sm3/sm3_locl.h
76
ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF1, GG1)
crypto/libressl/crypto/whrlpool/wp_block.c
445
union { u64 q[8]; u8 c[64]; } S,K,*H=(void *)ctx->H.q;
crypto/libressl/crypto/whrlpool/wp_block.c
455
for (i=0;i<64;i++) S.c[i] = (K.c[i] = H->c[i]) ^ p[i];
crypto/libressl/crypto/whrlpool/wp_block.c
476
for (i=0;i<64;i++) H->c[i] ^= S.c[i] ^ p[i];
crypto/libressl/crypto/whrlpool/wp_block.c
484
S.q[0] ^= (K.q[0] = H->q[0]);
crypto/libressl/crypto/whrlpool/wp_block.c
485
S.q[1] ^= (K.q[1] = H->q[1]);
crypto/libressl/crypto/whrlpool/wp_block.c
486
S.q[2] ^= (K.q[2] = H->q[2]);
crypto/libressl/crypto/whrlpool/wp_block.c
487
S.q[3] ^= (K.q[3] = H->q[3]);
crypto/libressl/crypto/whrlpool/wp_block.c
488
S.q[4] ^= (K.q[4] = H->q[4]);
crypto/libressl/crypto/whrlpool/wp_block.c
489
S.q[5] ^= (K.q[5] = H->q[5]);
crypto/libressl/crypto/whrlpool/wp_block.c
490
S.q[6] ^= (K.q[6] = H->q[6]);
crypto/libressl/crypto/whrlpool/wp_block.c
491
S.q[7] ^= (K.q[7] = H->q[7]);
crypto/libressl/crypto/whrlpool/wp_block.c
497
S.q[0] = (K.q[0] = H->q[0]) ^ pa[0];
crypto/libressl/crypto/whrlpool/wp_block.c
498
S.q[1] = (K.q[1] = H->q[1]) ^ pa[1];
crypto/libressl/crypto/whrlpool/wp_block.c
499
S.q[2] = (K.q[2] = H->q[2]) ^ pa[2];
crypto/libressl/crypto/whrlpool/wp_block.c
500
S.q[3] = (K.q[3] = H->q[3]) ^ pa[3];
crypto/libressl/crypto/whrlpool/wp_block.c
501
S.q[4] = (K.q[4] = H->q[4]) ^ pa[4];
crypto/libressl/crypto/whrlpool/wp_block.c
502
S.q[5] = (K.q[5] = H->q[5]) ^ pa[5];
crypto/libressl/crypto/whrlpool/wp_block.c
503
S.q[6] = (K.q[6] = H->q[6]) ^ pa[6];
crypto/libressl/crypto/whrlpool/wp_block.c
504
S.q[7] = (K.q[7] = H->q[7]) ^ pa[7];
crypto/libressl/crypto/whrlpool/wp_block.c
611
for(i=0;i<64;i++) H->c[i] ^= S.c[i] ^ p[i];
crypto/libressl/crypto/whrlpool/wp_block.c
617
H->q[0] ^= S.q[0] ^ pa[0];
crypto/libressl/crypto/whrlpool/wp_block.c
618
H->q[1] ^= S.q[1] ^ pa[1];
crypto/libressl/crypto/whrlpool/wp_block.c
619
H->q[2] ^= S.q[2] ^ pa[2];
crypto/libressl/crypto/whrlpool/wp_block.c
620
H->q[3] ^= S.q[3] ^ pa[3];
crypto/libressl/crypto/whrlpool/wp_block.c
621
H->q[4] ^= S.q[4] ^ pa[4];
crypto/libressl/crypto/whrlpool/wp_block.c
622
H->q[5] ^= S.q[5] ^ pa[5];
crypto/libressl/crypto/whrlpool/wp_block.c
623
H->q[6] ^= S.q[6] ^ pa[6];
crypto/libressl/crypto/whrlpool/wp_block.c
624
H->q[7] ^= S.q[7] ^ pa[7];
crypto/libressl/crypto/whrlpool/wp_block.c
68
whirlpool_block_mmx(ctx->H.c,inp,num); \
crypto/libressl/crypto/whrlpool/wp_dgst.c
249
memcpy(md,c->H.c,WHIRLPOOL_DIGEST_LENGTH);
crypto/libressl/include/openssl/gost.h
132
unsigned char H[GOSTR341194_CBLOCK];
crypto/libressl/include/openssl/sm3.h
39
SM3_WORD A, B, C, D, E, F, G, H;
crypto/libressl/include/openssl/whrlpool.h
23
} H;
games/sail/assorted.c
75
Hhit = hhits = tp->H;
games/sail/extern.h
227
char H, G, C, R;
games/sail/pl_3.c
190
hhits = t->H;
lib/libcrypt/crypt-sha256.c
143
ctx->H[0] = a;
lib/libcrypt/crypt-sha256.c
144
ctx->H[1] = b;
lib/libcrypt/crypt-sha256.c
145
ctx->H[2] = c;
lib/libcrypt/crypt-sha256.c
146
ctx->H[3] = d;
lib/libcrypt/crypt-sha256.c
147
ctx->H[4] = e;
lib/libcrypt/crypt-sha256.c
148
ctx->H[5] = f;
lib/libcrypt/crypt-sha256.c
149
ctx->H[6] = g;
lib/libcrypt/crypt-sha256.c
150
ctx->H[7] = h;
lib/libcrypt/crypt-sha256.c
159
ctx->H[0] = 0x6a09e667;
lib/libcrypt/crypt-sha256.c
160
ctx->H[1] = 0xbb67ae85;
lib/libcrypt/crypt-sha256.c
161
ctx->H[2] = 0x3c6ef372;
lib/libcrypt/crypt-sha256.c
162
ctx->H[3] = 0xa54ff53a;
lib/libcrypt/crypt-sha256.c
163
ctx->H[4] = 0x510e527f;
lib/libcrypt/crypt-sha256.c
164
ctx->H[5] = 0x9b05688c;
lib/libcrypt/crypt-sha256.c
165
ctx->H[6] = 0x1f83d9ab;
lib/libcrypt/crypt-sha256.c
166
ctx->H[7] = 0x5be0cd19;
lib/libcrypt/crypt-sha256.c
203
((uint32_t *) resbuf)[i] = SWAP (ctx->H[i]);
lib/libcrypt/crypt-sha256.c
61
uint32_t a = ctx->H[0];
lib/libcrypt/crypt-sha256.c
62
uint32_t b = ctx->H[1];
lib/libcrypt/crypt-sha256.c
63
uint32_t c = ctx->H[2];
lib/libcrypt/crypt-sha256.c
64
uint32_t d = ctx->H[3];
lib/libcrypt/crypt-sha256.c
65
uint32_t e = ctx->H[4];
lib/libcrypt/crypt-sha256.c
66
uint32_t f = ctx->H[5];
lib/libcrypt/crypt-sha256.c
67
uint32_t g = ctx->H[6];
lib/libcrypt/crypt-sha256.c
68
uint32_t h = ctx->H[7];
lib/libcrypt/crypt-sha512.c
174
ctx->H[0] = a;
lib/libcrypt/crypt-sha512.c
175
ctx->H[1] = b;
lib/libcrypt/crypt-sha512.c
176
ctx->H[2] = c;
lib/libcrypt/crypt-sha512.c
177
ctx->H[3] = d;
lib/libcrypt/crypt-sha512.c
178
ctx->H[4] = e;
lib/libcrypt/crypt-sha512.c
179
ctx->H[5] = f;
lib/libcrypt/crypt-sha512.c
180
ctx->H[6] = g;
lib/libcrypt/crypt-sha512.c
181
ctx->H[7] = h;
lib/libcrypt/crypt-sha512.c
190
ctx->H[0] = UINT64_C (0x6a09e667f3bcc908);
lib/libcrypt/crypt-sha512.c
191
ctx->H[1] = UINT64_C (0xbb67ae8584caa73b);
lib/libcrypt/crypt-sha512.c
192
ctx->H[2] = UINT64_C (0x3c6ef372fe94f82b);
lib/libcrypt/crypt-sha512.c
193
ctx->H[3] = UINT64_C (0xa54ff53a5f1d36f1);
lib/libcrypt/crypt-sha512.c
194
ctx->H[4] = UINT64_C (0x510e527fade682d1);
lib/libcrypt/crypt-sha512.c
195
ctx->H[5] = UINT64_C (0x9b05688c2b3e6c1f);
lib/libcrypt/crypt-sha512.c
196
ctx->H[6] = UINT64_C (0x1f83d9abfb41bd6b);
lib/libcrypt/crypt-sha512.c
197
ctx->H[7] = UINT64_C (0x5be0cd19137e2179);
lib/libcrypt/crypt-sha512.c
234
((uint64_t *) resbuf)[i] = SWAP (ctx->H[i]);
lib/libcrypt/crypt-sha512.c
92
uint64_t a = ctx->H[0];
lib/libcrypt/crypt-sha512.c
93
uint64_t b = ctx->H[1];
lib/libcrypt/crypt-sha512.c
94
uint64_t c = ctx->H[2];
lib/libcrypt/crypt-sha512.c
95
uint64_t d = ctx->H[3];
lib/libcrypt/crypt-sha512.c
96
uint64_t e = ctx->H[4];
lib/libcrypt/crypt-sha512.c
97
uint64_t f = ctx->H[5];
lib/libcrypt/crypt-sha512.c
98
uint64_t g = ctx->H[6];
lib/libcrypt/crypt-sha512.c
99
uint64_t h = ctx->H[7];
lib/libcrypt/local.h
16
uint64_t H[8];
lib/libcrypt/local.h
7
uint32_t H[8];
sbin/shutdown/shutdown.c
65
{ 10 H, 5 H },
sbin/shutdown/shutdown.c
66
{ 5 H, 3 H },
sbin/shutdown/shutdown.c
67
{ 2 H, 1 H },
sbin/shutdown/shutdown.c
68
{ 1 H, 30 M },
stand/lib/qdivrem.c
102
tmp.ul[H] = tmp.ul[L] = 1 / zero;
stand/lib/qdivrem.c
131
u[1] = HHALF(tmp.ul[H]);
stand/lib/qdivrem.c
132
u[2] = LHALF(tmp.ul[H]);
stand/lib/qdivrem.c
136
v[1] = HHALF(tmp.ul[H]);
stand/lib/qdivrem.c
137
v[2] = LHALF(tmp.ul[H]);
stand/lib/qdivrem.c
163
tmp.ul[H] = COMBINE(q1, q2);
stand/lib/qdivrem.c
271
tmp.ul[H] = COMBINE(uspace[1], uspace[2]);
stand/lib/qdivrem.c
276
tmp.ul[H] = COMBINE(qspace[1], qspace[2]);
sys/crypto/sha1.c
132
a = H(0); b = H(1); c = H(2); d = H(3); e = H(4);
sys/crypto/sha1.c
161
H(0) = H(0) + a;
sys/crypto/sha1.c
162
H(1) = H(1) + b;
sys/crypto/sha1.c
163
H(2) = H(2) + c;
sys/crypto/sha1.c
164
H(3) = H(3) + d;
sys/crypto/sha1.c
165
H(4) = H(4) + e;
sys/crypto/sha1.c
176
H(0) = 0x67452301;
sys/crypto/sha1.c
177
H(1) = 0xefcdab89;
sys/crypto/sha1.c
178
H(2) = 0x98badcfe;
sys/crypto/sha1.c
179
H(3) = 0x10325476;
sys/crypto/sha1.c
180
H(4) = 0xc3d2e1f0;
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
209
{ 3,H( 3), 3,H( 3), 0,H( 3), 0,H( 3) }, /* 3Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
210
{ 4,H(4.5),3,H( 3), 4,H( 3), 0,H( 3) }, /* 4.5Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
211
{ 4,H( 6), 3,H( 3), 4,H( 3), 0,H( 3) }, /* 6Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
212
{ 4,H( 9), 3,H( 6), 4,H( 3), 2,H( 3) }, /* 9Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
213
{ 4,H(12), 3,H( 9), 4,H( 6), 2,H( 3) }, /* 12Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
214
{ 4,H(18), 3,H( 12), 4,H( 9), 2,H( 3) }, /* 18Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
215
{ 4,H(24), 3,H( 18), 4,H( 12), 2,H( 6) }, /* 24Mb/s */
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
216
{ 4,H(27), 3,H( 24), 4,H( 18), 2,H(12) } /* 27Mb/s */
sys/dev/netif/ix/ixgbe_osdep.h
56
#define EWARN(H, W) kprintf(W)
sys/kern/md4c.c
81
(a) += H ((b), (c), (d)) + (x) + (UINT4)0x6ed9eba1; \
sys/kern/md5c.c
120
(a) += H ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
sys/vfs/ext2fs/ext2_hash.c
101
(a) += H ((b), (c), (d)) + (x) + (uint32_t)0x6ED9EBA1; \
tools/regression/lib/libc-regex/testregex.c
161
H("<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">\n");
tools/regression/lib/libc-regex/testregex.c
162
H("<HTML>\n");
tools/regression/lib/libc-regex/testregex.c
163
H("<HEAD>\n");
tools/regression/lib/libc-regex/testregex.c
164
H("<TITLE>testregex man document</TITLE>\n");
tools/regression/lib/libc-regex/testregex.c
165
H("</HEAD>\n");
tools/regression/lib/libc-regex/testregex.c
166
H("<BODY bgcolor=white>\n");
tools/regression/lib/libc-regex/testregex.c
167
H("<PRE>\n");
tools/regression/lib/libc-regex/testregex.c
302
H("</PRE>\n");
tools/regression/lib/libc-regex/testregex.c
303
H("</BODY>\n");
tools/regression/lib/libc-regex/testregex.c
304
H("</HTML>\n");
usr.bin/calendar/moon.c
584
double H = mod_f(theta + longitude - alpha, 360);
usr.bin/calendar/moon.c
587
cos_deg(latitude) * cos_deg(delta) * cos_deg(H));
usr.bin/calendar/sun.c
223
double H = mod_f(theta + longitude - alpha, 360);
usr.bin/calendar/sun.c
226
cos_deg(latitude) * cos_deg(delta) * cos_deg(H));
usr.bin/window/compress.c
144
#define HSIZE (1 << H)
usr.bin/window/compress.c
145
#define hash(h, c) (((((h) >> (H - 8)) | (h) << 8) ^ (c)) & (HSIZE - 1))