Symbol: Z
crypto/libressl/crypto/cast/c_skey.c
102
CAST_exp(l,Z,z, 0);
crypto/libressl/crypto/cast/c_skey.c
104
CAST_exp(l,Z,z, 4);
crypto/libressl/crypto/cast/c_skey.c
106
CAST_exp(l,Z,z, 8);
crypto/libressl/crypto/cast/c_skey.c
108
CAST_exp(l,Z,z,12);
crypto/libressl/crypto/cast/c_skey.c
115
l=Z[2]^S4[z[ 5]]^S5[z[ 7]]^S6[z[ 4]]^S7[z[ 6]]^S6[z[ 0]];
crypto/libressl/crypto/cast/c_skey.c
117
l=Z[0]^S4[x[ 0]]^S5[x[ 2]]^S6[x[ 1]]^S7[x[ 3]]^S7[z[ 2]];
crypto/libressl/crypto/cast/c_skey.c
119
l=Z[1]^S4[x[ 7]]^S5[x[ 6]]^S6[x[ 5]]^S7[x[ 4]]^S4[z[ 1]];
crypto/libressl/crypto/cast/c_skey.c
121
l=Z[3]^S4[x[10]]^S5[x[ 9]]^S6[x[11]]^S7[x[ 8]]^S5[z[ 3]];
crypto/libressl/crypto/cast/c_skey.c
130
CAST_exp(l,Z,z, 0);
crypto/libressl/crypto/cast/c_skey.c
132
CAST_exp(l,Z,z, 4);
crypto/libressl/crypto/cast/c_skey.c
134
CAST_exp(l,Z,z, 8);
crypto/libressl/crypto/cast/c_skey.c
136
CAST_exp(l,Z,z,12);
crypto/libressl/crypto/cast/c_skey.c
143
l=Z[2]^S4[z[ 5]]^S5[z[ 7]]^S6[z[ 4]]^S7[z[ 6]]^S6[z[ 0]];
crypto/libressl/crypto/cast/c_skey.c
145
l=Z[0]^S4[x[ 0]]^S5[x[ 2]]^S6[x[ 1]]^S7[x[ 3]]^S7[z[ 2]];
crypto/libressl/crypto/cast/c_skey.c
147
l=Z[1]^S4[x[ 7]]^S5[x[ 6]]^S6[x[ 5]]^S7[x[ 4]]^S4[z[ 1]];
crypto/libressl/crypto/cast/c_skey.c
149
l=Z[3]^S4[x[10]]^S5[x[ 9]]^S6[x[11]]^S7[x[ 8]]^S5[z[ 3]];
crypto/libressl/crypto/cast/c_skey.c
80
CAST_LONG X[4],Z[4];
crypto/libressl/crypto/curve25519/curve25519.c
1010
fe_1(h->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1013
fe_sub(u, u, h->Z); /* u = y^2-1 */
crypto/libressl/crypto/curve25519/curve25519.c
1014
fe_add(v, v, h->Z); /* v = dy^2+1 */
crypto/libressl/crypto/curve25519/curve25519.c
1048
fe_1(h->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1054
fe_1(h->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1061
fe_1(h->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1075
fe_copy(r->Z, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1085
fe_copy(r->Z, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1092
fe_mul(r->Y, p->Y, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1093
fe_mul(r->Z, p->Z, p->T);
crypto/libressl/crypto/curve25519/curve25519.c
1099
fe_mul(r->Y, p->Y, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1100
fe_mul(r->Z, p->Z, p->T);
crypto/libressl/crypto/curve25519/curve25519.c
1116
fe_sq(r->Z, p->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1117
fe_sq2(r->T, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1120
fe_add(r->Y, r->Z, r->X);
crypto/libressl/crypto/curve25519/curve25519.c
1121
fe_sub(r->Z, r->Z, r->X);
crypto/libressl/crypto/curve25519/curve25519.c
1123
fe_sub(r->T, r->T, r->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1139
fe_mul(r->Z, r->X, q->yplusx);
crypto/libressl/crypto/curve25519/curve25519.c
1142
fe_add(t0, p->Z, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1143
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1144
fe_add(r->Y, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1145
fe_add(r->Z, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1156
fe_mul(r->Z, r->X, q->yminusx);
crypto/libressl/crypto/curve25519/curve25519.c
1159
fe_add(t0, p->Z, p->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1160
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1161
fe_add(r->Y, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1162
fe_sub(r->Z, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1173
fe_mul(r->Z, r->X, q->YplusX);
crypto/libressl/crypto/curve25519/curve25519.c
1176
fe_mul(r->X, p->Z, q->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1178
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1179
fe_add(r->Y, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1180
fe_add(r->Z, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
1190
fe_mul(r->Z, r->X, q->YminusX);
crypto/libressl/crypto/curve25519/curve25519.c
1193
fe_mul(r->X, p->Z, q->Z);
crypto/libressl/crypto/curve25519/curve25519.c
1195
fe_sub(r->X, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1196
fe_add(r->Y, r->Z, r->Y);
crypto/libressl/crypto/curve25519/curve25519.c
1197
fe_sub(r->Z, t0, r->T);
crypto/libressl/crypto/curve25519/curve25519.c
3569
fe_cmov(t->Z, u->Z, b);
crypto/libressl/crypto/curve25519/curve25519.c
4881
fe_add(zplusy, A.Z, A.Y);
crypto/libressl/crypto/curve25519/curve25519.c
4882
fe_sub(zminusy, A.Z, A.Y);
crypto/libressl/crypto/curve25519/curve25519.c
975
fe_invert(recip, h->Z);
crypto/libressl/crypto/curve25519/curve25519.c
988
fe_invert(recip, h->Z);
crypto/libressl/crypto/curve25519/curve25519_internal.h
46
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
52
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
59
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
72
fe Z;
crypto/libressl/crypto/ec/ec2_mult.c
353
if (!BN_one(&r->Z))
crypto/libressl/crypto/ec/ec2_smpl.c
321
BN_init(&point->Z);
crypto/libressl/crypto/ec/ec2_smpl.c
332
BN_free(&point->Z);
crypto/libressl/crypto/ec/ec2_smpl.c
342
BN_clear_free(&point->Z);
crypto/libressl/crypto/ec/ec2_smpl.c
355
if (!BN_copy(&dest->Z, &src->Z))
crypto/libressl/crypto/ec/ec2_smpl.c
370
BN_zero(&point->Z);
crypto/libressl/crypto/ec/ec2_smpl.c
393
if (!BN_copy(&point->Z, BN_value_one()))
crypto/libressl/crypto/ec/ec2_smpl.c
395
BN_set_negative(&point->Z, 0);
crypto/libressl/crypto/ec/ec2_smpl.c
417
if (BN_cmp(&point->Z, BN_value_one())) {
crypto/libressl/crypto/ec/ec2_smpl.c
584
return BN_is_zero(&point->Z);
crypto/libressl/crypto/ec/ec2_smpl.c
730
if (!BN_one(&point->Z))
crypto/libressl/crypto/ec/ec_lcl.h
298
BIGNUM Z; /* Jacobian projective coordinates:
crypto/libressl/crypto/ec/ecp_smpl.c
1032
if (!field_sqr(group, tmp, &point->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1138
if (!field_sqr(group, Zb23, &b->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1146
if (!field_sqr(group, Za23, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1160
if (!field_mul(group, Zb23, Zb23, &b->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1168
if (!field_mul(group, Za23, Za23, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1290
heap[pow2 / 2 + i] = &points[i]->Z;
crypto/libressl/crypto/ec/ecp_smpl.c
1361
if (!BN_is_zero(&p->Z)) {
crypto/libressl/crypto/ec/ecp_smpl.c
1364
if (!group->meth->field_sqr(group, tmp1, &p->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1369
if (!group->meth->field_mul(group, tmp1, tmp1, &p->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1375
if (!group->meth->field_set_to_one(group, &p->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1378
if (!BN_one(&p->Z))
crypto/libressl/crypto/ec/ecp_smpl.c
1445
if (!group->meth->field_mul(group, &p->Z, lambda, &p->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
1478
BN_set_flags(&(P)->Z, (flags)); \
crypto/libressl/crypto/ec/ecp_smpl.c
1484
!BN_swap_ct(c, &(a)->Z, &(b)->Z, w)) \
crypto/libressl/crypto/ec/ecp_smpl.c
1593
(bn_wexpand(&s->Z, group_top) == NULL) ||
crypto/libressl/crypto/ec/ecp_smpl.c
1596
(bn_wexpand(&r->Z, group_top) == NULL))
crypto/libressl/crypto/ec/ecp_smpl.c
367
BN_init(&point->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
379
BN_free(&point->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
388
BN_clear_free(&point->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
400
if (!BN_copy(&dest->Z, &src->Z))
crypto/libressl/crypto/ec/ecp_smpl.c
412
BN_zero(&point->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
449
if (!BN_nnmod(&point->Z, z, &group->field, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
451
Z_is_one = BN_is_one(&point->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
454
if (!group->meth->field_set_to_one(group, &point->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
457
if (!group->meth->field_encode(group, &point->Z, &point->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
492
if (!group->meth->field_decode(group, z, &point->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
505
if (!BN_copy(z, &point->Z))
crypto/libressl/crypto/ec/ecp_smpl.c
535
BIGNUM *Z, *Z_1, *Z_2, *Z_3;
crypto/libressl/crypto/ec/ecp_smpl.c
549
if ((Z = BN_CTX_get(ctx)) == NULL)
crypto/libressl/crypto/ec/ecp_smpl.c
561
if (!group->meth->field_decode(group, Z, &point->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
563
Z_ = Z;
crypto/libressl/crypto/ec/ecp_smpl.c
565
Z_ = &point->Z;
crypto/libressl/crypto/ec/ecp_smpl.c
694
if (!field_sqr(group, n0, &b->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
700
if (!field_mul(group, n0, n0, &b->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
716
if (!field_sqr(group, n0, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
722
if (!field_mul(group, n0, n0, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
746
BN_zero(&r->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
762
if (!BN_copy(&r->Z, n5))
crypto/libressl/crypto/ec/ecp_smpl.c
766
if (!BN_copy(n0, &b->Z))
crypto/libressl/crypto/ec/ecp_smpl.c
769
if (!BN_copy(n0, &a->Z))
crypto/libressl/crypto/ec/ecp_smpl.c
772
if (!field_mul(group, n0, &a->Z, &b->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
775
if (!field_mul(group, &r->Z, n0, n5, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
837
BN_zero(&r->Z);
crypto/libressl/crypto/ec/ecp_smpl.c
878
if (!field_sqr(group, n1, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
901
if (!field_sqr(group, n1, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
917
if (!field_mul(group, n0, &a->Y, &a->Z, ctx))
crypto/libressl/crypto/ec/ecp_smpl.c
920
if (!BN_mod_lshift1_quick(&r->Z, n0, p))
crypto/libressl/crypto/ec/ecp_smpl.c
982
return BN_is_zero(&point->Z);
crypto/libressl/crypto/ecdh/ecdh_kdf.c
68
ecdh_KDF_X9_63(unsigned char *out, size_t outlen, const unsigned char *Z,
crypto/libressl/crypto/ecdh/ecdh_kdf.c
92
if (!EVP_DigestUpdate(mctx, Z, Zlen))
crypto/libressl/crypto/ecdh/ech_locl.h
94
int ecdh_KDF_X9_63(unsigned char *out, size_t outlen, const unsigned char *Z,
crypto/libressl/crypto/gost/streebog.c
1286
STREEBOG_LONG64 Z[STREEBOG_LBLOCK] = {0};
crypto/libressl/crypto/gost/streebog.c
1300
gN(c->h, c->N, Z);
crypto/libressl/crypto/gost/streebog.c
1301
gN(c->h, c->Sigma, Z);
crypto/libressl/crypto/modes/gcm128.c
147
u128 Z = { 0, 0};
crypto/libressl/crypto/modes/gcm128.c
217
Z.hi ^= Htable[n].hi;
crypto/libressl/crypto/modes/gcm128.c
218
Z.lo ^= Htable[n].lo;
crypto/libressl/crypto/modes/gcm128.c
224
rem = (size_t)Z.lo&0xff;
crypto/libressl/crypto/modes/gcm128.c
225
Z.lo = (Z.hi<<56)|(Z.lo>>8);
crypto/libressl/crypto/modes/gcm128.c
226
Z.hi = (Z.hi>>8);
crypto/libressl/crypto/modes/gcm128.c
228
Z.hi ^= rem_8bit[rem];
crypto/libressl/crypto/modes/gcm128.c
230
Z.hi ^= (u64)rem_8bit[rem]<<32;
crypto/libressl/crypto/modes/gcm128.c
236
Xi[0] = BSWAP8(Z.hi);
crypto/libressl/crypto/modes/gcm128.c
237
Xi[1] = BSWAP8(Z.lo);
crypto/libressl/crypto/modes/gcm128.c
241
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
242
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
243
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
244
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
247
Xi[0] = Z.hi;
crypto/libressl/crypto/modes/gcm128.c
248
Xi[1] = Z.lo;
crypto/libressl/crypto/modes/gcm128.c
335
u128 Z;
crypto/libressl/crypto/modes/gcm128.c
343
Z.hi = Htable[nlo].hi;
crypto/libressl/crypto/modes/gcm128.c
344
Z.lo = Htable[nlo].lo;
crypto/libressl/crypto/modes/gcm128.c
347
rem = (size_t)Z.lo&0xf;
crypto/libressl/crypto/modes/gcm128.c
348
Z.lo = (Z.hi<<60)|(Z.lo>>4);
crypto/libressl/crypto/modes/gcm128.c
349
Z.hi = (Z.hi>>4);
crypto/libressl/crypto/modes/gcm128.c
351
Z.hi ^= rem_4bit[rem];
crypto/libressl/crypto/modes/gcm128.c
353
Z.hi ^= (u64)rem_4bit[rem]<<32;
crypto/libressl/crypto/modes/gcm128.c
355
Z.hi ^= Htable[nhi].hi;
crypto/libressl/crypto/modes/gcm128.c
356
Z.lo ^= Htable[nhi].lo;
crypto/libressl/crypto/modes/gcm128.c
364
rem = (size_t)Z.lo&0xf;
crypto/libressl/crypto/modes/gcm128.c
365
Z.lo = (Z.hi<<60)|(Z.lo>>4);
crypto/libressl/crypto/modes/gcm128.c
366
Z.hi = (Z.hi>>4);
crypto/libressl/crypto/modes/gcm128.c
368
Z.hi ^= rem_4bit[rem];
crypto/libressl/crypto/modes/gcm128.c
370
Z.hi ^= (u64)rem_4bit[rem]<<32;
crypto/libressl/crypto/modes/gcm128.c
372
Z.hi ^= Htable[nlo].hi;
crypto/libressl/crypto/modes/gcm128.c
373
Z.lo ^= Htable[nlo].lo;
crypto/libressl/crypto/modes/gcm128.c
378
Xi[0] = BSWAP8(Z.hi);
crypto/libressl/crypto/modes/gcm128.c
379
Xi[1] = BSWAP8(Z.lo);
crypto/libressl/crypto/modes/gcm128.c
383
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
384
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
385
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
386
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
389
Xi[0] = Z.hi;
crypto/libressl/crypto/modes/gcm128.c
390
Xi[1] = Z.lo;
crypto/libressl/crypto/modes/gcm128.c
405
u128 Z;
crypto/libressl/crypto/modes/gcm128.c
417
Z.hi = Htable[nlo].hi;
crypto/libressl/crypto/modes/gcm128.c
418
Z.lo = Htable[nlo].lo;
crypto/libressl/crypto/modes/gcm128.c
421
rem = (size_t)Z.lo&0xf;
crypto/libressl/crypto/modes/gcm128.c
422
Z.lo = (Z.hi<<60)|(Z.lo>>4);
crypto/libressl/crypto/modes/gcm128.c
423
Z.hi = (Z.hi>>4);
crypto/libressl/crypto/modes/gcm128.c
425
Z.hi ^= rem_4bit[rem];
crypto/libressl/crypto/modes/gcm128.c
427
Z.hi ^= (u64)rem_4bit[rem]<<32;
crypto/libressl/crypto/modes/gcm128.c
429
Z.hi ^= Htable[nhi].hi;
crypto/libressl/crypto/modes/gcm128.c
430
Z.lo ^= Htable[nhi].lo;
crypto/libressl/crypto/modes/gcm128.c
439
rem = (size_t)Z.lo&0xf;
crypto/libressl/crypto/modes/gcm128.c
440
Z.lo = (Z.hi<<60)|(Z.lo>>4);
crypto/libressl/crypto/modes/gcm128.c
441
Z.hi = (Z.hi>>4);
crypto/libressl/crypto/modes/gcm128.c
443
Z.hi ^= rem_4bit[rem];
crypto/libressl/crypto/modes/gcm128.c
445
Z.hi ^= (u64)rem_4bit[rem]<<32;
crypto/libressl/crypto/modes/gcm128.c
447
Z.hi ^= Htable[nlo].hi;
crypto/libressl/crypto/modes/gcm128.c
448
Z.lo ^= Htable[nlo].lo;
crypto/libressl/crypto/modes/gcm128.c
499
Z.hi = Htable[cnt].hi;
crypto/libressl/crypto/modes/gcm128.c
500
Z.lo = Htable[cnt].lo;
crypto/libressl/crypto/modes/gcm128.c
501
Hshr4[cnt].lo = (Z.hi<<60)|(Z.lo>>4);
crypto/libressl/crypto/modes/gcm128.c
502
Hshr4[cnt].hi = (Z.hi>>4);
crypto/libressl/crypto/modes/gcm128.c
503
Hshl4[cnt] = (u8)(Z.lo<<4);
crypto/libressl/crypto/modes/gcm128.c
507
for (Z.lo=0, Z.hi=0, cnt=15; cnt; --cnt) {
crypto/libressl/crypto/modes/gcm128.c
513
Z.hi ^= Htable[nlo].hi;
crypto/libressl/crypto/modes/gcm128.c
514
Z.lo ^= Htable[nlo].lo;
crypto/libressl/crypto/modes/gcm128.c
516
rem = (size_t)Z.lo&0xff;
crypto/libressl/crypto/modes/gcm128.c
518
Z.lo = (Z.hi<<56)|(Z.lo>>8);
crypto/libressl/crypto/modes/gcm128.c
519
Z.hi = (Z.hi>>8);
crypto/libressl/crypto/modes/gcm128.c
521
Z.hi ^= Hshr4[nhi].hi;
crypto/libressl/crypto/modes/gcm128.c
522
Z.lo ^= Hshr4[nhi].lo;
crypto/libressl/crypto/modes/gcm128.c
523
Z.hi ^= (u64)rem_8bit[rem^Hshl4[nhi]]<<48;
crypto/libressl/crypto/modes/gcm128.c
531
Z.hi ^= Htable[nlo].hi;
crypto/libressl/crypto/modes/gcm128.c
532
Z.lo ^= Htable[nlo].lo;
crypto/libressl/crypto/modes/gcm128.c
534
rem = (size_t)Z.lo&0xf;
crypto/libressl/crypto/modes/gcm128.c
536
Z.lo = (Z.hi<<60)|(Z.lo>>4);
crypto/libressl/crypto/modes/gcm128.c
537
Z.hi = (Z.hi>>4);
crypto/libressl/crypto/modes/gcm128.c
539
Z.hi ^= Htable[nhi].hi;
crypto/libressl/crypto/modes/gcm128.c
540
Z.lo ^= Htable[nhi].lo;
crypto/libressl/crypto/modes/gcm128.c
541
Z.hi ^= ((u64)rem_8bit[rem<<4])<<48;
crypto/libressl/crypto/modes/gcm128.c
546
Xi[0] = BSWAP8(Z.hi);
crypto/libressl/crypto/modes/gcm128.c
547
Xi[1] = BSWAP8(Z.lo);
crypto/libressl/crypto/modes/gcm128.c
551
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
552
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
553
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
554
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
557
Xi[0] = Z.hi;
crypto/libressl/crypto/modes/gcm128.c
558
Xi[1] = Z.lo;
crypto/libressl/crypto/modes/gcm128.c
581
u128 V,Z = { 0,0 };
crypto/libressl/crypto/modes/gcm128.c
608
Z.hi ^= V.hi&M;
crypto/libressl/crypto/modes/gcm128.c
609
Z.lo ^= V.lo&M;
crypto/libressl/crypto/modes/gcm128.c
617
Xi[0] = BSWAP8(Z.hi);
crypto/libressl/crypto/modes/gcm128.c
618
Xi[1] = BSWAP8(Z.lo);
crypto/libressl/crypto/modes/gcm128.c
622
v = (u32)(Z.hi>>32); PUTU32(p,v);
crypto/libressl/crypto/modes/gcm128.c
623
v = (u32)(Z.hi); PUTU32(p+4,v);
crypto/libressl/crypto/modes/gcm128.c
624
v = (u32)(Z.lo>>32); PUTU32(p+8,v);
crypto/libressl/crypto/modes/gcm128.c
625
v = (u32)(Z.lo); PUTU32(p+12,v);
crypto/libressl/crypto/modes/gcm128.c
628
Xi[0] = Z.hi;
crypto/libressl/crypto/modes/gcm128.c
629
Xi[1] = Z.lo;
crypto/libressl/crypto/sm3/sm3_locl.h
51
#define FF0(X, Y, Z) (X ^ Y ^ Z)
crypto/libressl/crypto/sm3/sm3_locl.h
52
#define GG0(X, Y, Z) (X ^ Y ^ Z)
crypto/libressl/crypto/sm3/sm3_locl.h
54
#define FF1(X, Y, Z) ((X & Y) | ((X | Y) & Z))
crypto/libressl/crypto/sm3/sm3_locl.h
55
#define GG1(X, Y, Z) ((Z ^ (X & (Y ^ Z))))
lib/libefivar/efivar.c
43
const efi_guid_t efi_guid_empty = Z;
lib/libefivar/efivar.c
47
{ "00000000-0000-0000-0000-000000000000", "zero", Z },
lib/libefivar/efivar.c
48
{ "093e0fae-a6c4-4f50-9f1b-d41e2b89c19a", "sha512", Z },
lib/libefivar/efivar.c
49
{ "0abba7dc-e516-4167-bbf5-4d9d1c739416", "redhat", Z },
lib/libefivar/efivar.c
50
{ "0b6e5233-a65c-44c9-9407-d9ab83bfc8bd", "sha224", Z },
lib/libefivar/efivar.c
51
{ "126a762d-5758-4fca-8531-201a7f57f850", "lenovo_boot_menu", Z },
lib/libefivar/efivar.c
52
{ "3bd2a492-96c0-4079-b420-fcf98ef103ed", "x509_sha256", Z },
lib/libefivar/efivar.c
53
{ "3c5766e8-269c-4e34-aa14-ed776e85b3b6", "rsa2048", Z },
lib/libefivar/efivar.c
54
{ "3CC24E96-22C7-41D8-8863-8E39DCDCC2CF", "lenovo", Z },
lib/libefivar/efivar.c
55
{ "3f7e615b-0d45-4f80-88dc-26b234958560", "lenovo_diag", Z },
lib/libefivar/efivar.c
56
{ "446dbf63-2502-4cda-bcfa-2465d2b0fe9d", "x509_sha512", Z },
lib/libefivar/efivar.c
57
{ "4aafd29d-68df-49ee-8aa9-347d375665a7", "pkcs7_cert", Z },
lib/libefivar/efivar.c
58
{ "605dab50-e046-4300-abb6-3dd810dd8b23", "shim", Z },
lib/libefivar/efivar.c
59
{ "665d3f60-ad3e-4cad-8e26-db46eee9f1b5", "lenovo_rescue", Z },
lib/libefivar/efivar.c
60
{ "67f8444f-8743-48f1-a328-1eaab8736080", "rsa2048_sha1", Z },
lib/libefivar/efivar.c
61
{ "7076876e-80c2-4ee6-aad2-28b349a6865b", "x509_sha384", Z },
lib/libefivar/efivar.c
62
{ "721c8b66-426c-4e86-8e99-3457c46ab0b9", "lenovo_setup", Z },
lib/libefivar/efivar.c
63
{ "77fa9abd-0359-4d32-bd60-28f4e78f784b", "microsoft", Z },
lib/libefivar/efivar.c
64
{ "7FACC7B6-127F-4E9C-9C5D-080F98994345", "lenovo_2", Z },
lib/libefivar/efivar.c
65
{ "826ca512-cf10-4ac9-b187-be01496631bd", "sha1", Z },
lib/libefivar/efivar.c
66
{ "82988420-7467-4490-9059-feb448dd1963", "lenovo_me_config", Z },
lib/libefivar/efivar.c
67
{ "8be4df61-93ca-11d2-aa0d-00e098032b8c", "global", Z },
lib/libefivar/efivar.c
68
{ "a5c059a1-94e4-4aa7-87b5-ab155c2bf072", "x509_cert", Z },
lib/libefivar/efivar.c
69
{ "a7717414-c616-4977-9420-844712a735bf", "rsa2048_sha256_cert", Z },
lib/libefivar/efivar.c
70
{ "a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380", "lenovo_diag_splash", Z },
lib/libefivar/efivar.c
71
{ "ade9e48f-9cb8-98e6-31af-b4e6009e2fe3", "redhat_2", Z },
lib/libefivar/efivar.c
72
{ "bc7838d2-0f82-4d60-8316-c068ee79d25b", "lenovo_msg", Z },
lib/libefivar/efivar.c
73
{ "c1c41626-504c-4092-aca9-41f936934328", "sha256", Z },
lib/libefivar/efivar.c
74
{ "c57ad6b7-0515-40a8-9d21-551652854e37", "shell", Z },
lib/libefivar/efivar.c
75
{ "d719b2cb-3d3a-4596-a3bc-dad00e67656f", "security", Z },
lib/libefivar/efivar.c
76
{ "e2b36190-879b-4a3d-ad8d-f2e7bba32784", "rsa2048_sha256", Z },
lib/libefivar/efivar.c
77
{ "ff3e5307-9fd0-48c9-85f1-8ad56c701e01", "sha384", Z },
lib/libefivar/efivar.c
78
{ "f46ee6f4-4785-43a3-923d-7f786c3c8479", "lenovo_startup_interrupt", Z },
lib/libefivar/efivar.c
79
{ "ffffffff-ffff-ffff-ffff-ffffffffffff", "zzignore-this-guid", Z },
usr.bin/gzip/gzip.c
125
#define SUFFIX(Z, N) {Z, sizeof Z - 1, N}
usr.bin/systat/vmstat.c
506
Z(ncs_goodhits); Z(ncs_badhits); Z(ncs_miss);
usr.bin/systat/vmstat.c
507
Z(ncs_longhits); Z(ncs_longmiss); Z(ncs_neghits);