HomeSort by: relevance | last modified time | path
    Searched defs:g2 (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-shared-lib.c 2 int g2 = 1; variable
8 g2++;
  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
efirtlib.c 140 INT32 *g1, *g2, r; local
147 g2 = (INT32 *) Guid2;
149 r = g1[0] - g2[0];
150 r |= g1[1] - g2[1];
151 r |= g1[2] - g2[2];
152 r |= g1[3] - g2[3];
  /src/sys/crypto/skipjack/
skipjack.c 97 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) macro
156 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 4; wh1 ^= wh2;
163 wh2 ^= wh1; wl2 ^= wl1 ^ 9 ; g2 (wh1,wl1, wh1,wl1);
168 wh1 ^= wh4; wl1 ^= wl4 ^ 14; g2 (wh4,wl4, wh4,wl4);
175 g2 (wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 19; wh2 ^= wh3;
180 g2 (wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 24; wh1 ^= wh2;
187 wh2 ^= wh1; wl2 ^= wl1 ^ 29; g2 (wh1,wl1, wh1,wl1);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna64.h 139 unsigned long long g0, g1, g2; local
186 g2 = h2 + c - (1ULL << 42);
189 c = (g2 >> ((sizeof(unsigned long long) * 8) - 1)) - 1;
192 g2 &= c;
196 h2 = (h2 & c) | g2;
poly1305_donna32.h 143 unsigned long g0, g1, g2, g3, g4; local
189 g2 = h2 + c;
190 c = g2 >> 26;
191 g2 &= 0x3ffffff;
201 g2 &= mask;
208 h2 = (h2 & mask) | g2;
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_base2_44.c 132 u64 g0, g1, g2; local
150 g2 = h2 + (u64)(t >> 64);
153 mask = 0 - (g2 >> 2);
poly1305.c 204 u64 g0, g1, g2; local
215 g2 = h2 + (u64)(t >> 64);
218 mask = 0 - (g2 >> 2);
355 u32 g0, g1, g2, g3, g4; local
368 g2 = (u32)(t = (u64)h2 + (t >> 32));
376 g2 &= mask;
381 h2 = (h2 & mask) | g2;
poly1305_ieee754.c 429 u32 g0, g1, g2, g3, g4; local
461 g2 = (u32)(t = h2 + (t >> 32));
469 g2 &= mask;
474 g2 |= (h2 & mask);
480 g2 = (u32)(t = (u64)g2 + (t >> 32) + nonce[2]);
485 U32TO8(mac + 8, g2);
  /src/crypto/external/bsd/openssh/dist/
poly1305.c 42 uint32_t g0,g1,g2,g3,g4; local
138 g2 = h2 + b; b = g2 >> 26; g2 &= 0x3ffffff;
146 h2 = (h2 & nb) | (g2 & b);
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_base2_44.c 139 u64 g0, g1, g2; local
155 g2 = h2 + (u64)(t >> 64);
158 mask = 0 - (g2 >> 2);
poly1305.c 218 u64 g0, g1, g2; local
229 g2 = h2 + (u64)(t >> 64);
232 mask = 0 - (g2 >> 2);
384 u32 g0, g1, g2, g3, g4; local
397 g2 = (u32)(t = (u64)h2 + (t >> 32));
405 g2 &= mask;
410 h2 = (h2 & mask) | g2;
poly1305_ieee754.c 434 u32 g0, g1, g2, g3, g4; local
462 g2 = (u32)(t = h2 + (t >> 32));
470 g2 &= mask;
475 g2 |= (h2 & mask);
481 g2 = (u32)(t = (u64)g2 + (t >> 32) + nonce[2]);
486 U32TO8(mac + 8, g2);
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_base2_44.c 139 u64 g0, g1, g2; local
155 g2 = h2 + (u64)(t >> 64);
158 mask = 0 - (g2 >> 2);
poly1305.c 220 u64 g0, g1, g2; local
231 g2 = h2 + (u64)(t >> 64);
234 mask = 0 - (g2 >> 2);
386 u32 g0, g1, g2, g3, g4; local
399 g2 = (u32)(t = (u64)h2 + (t >> 32));
407 g2 &= mask;
412 h2 = (h2 & mask) | g2;
poly1305_ieee754.c 434 u32 g0, g1, g2, g3, g4; local
462 g2 = (u32)(t = h2 + (t >> 32));
470 g2 &= mask;
475 g2 |= (h2 & mask);
481 g2 = (u32)(t = (u64)g2 + (t >> 32) + nonce[2]);
486 U32TO8(mac + 8, g2);
  /src/crypto/external/bsd/openssl.old/dist/test/
ec_internal_test.c 322 EC_GROUP *g1 = NULL, *g2 = NULL; local
345 || !TEST_ptr(g2 = d2i_ECPKParameters_fp(fp, NULL)))
355 EC_GROUP_free(g2);
dhtest.c 32 const BIGNUM *p2, *q2, *g2; local
78 DH_get0_pqg(dh, &p2, &q2, &g2);
81 || !TEST_ptr_eq(g2, g))
87 || !TEST_ptr_eq(DH_get0_g(dh), g2))
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_51.h 158 uint64_t g2 = g[2]; local
164 uint64_t x2 = f2 ^ g2;
182 g[2] = g2 ^ x2;
249 uint64_t g0, g1, g2, g3, g4; local
260 g2 = g[2];
272 r0 += ((uint128_t) f3_19) * ((uint128_t) g2);
279 r1 += ((uint128_t) f4_19) * ((uint128_t) g2);
281 r2 = ((uint128_t) f0 ) * ((uint128_t) g2);
288 r3 += ((uint128_t) f1 ) * ((uint128_t) g2);
295 r4 += ((uint128_t) f2 ) * ((uint128_t) g2);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
ec_internal_test.c 441 EC_GROUP *g1 = NULL, *g2 = NULL; local
464 || !TEST_ptr(g2 = d2i_ECPKParameters_fp(fp, NULL)))
474 EC_GROUP_free(g2);
dhtest.c 41 const BIGNUM *p2, *q2, *g2; local
92 DH_get0_pqg(dh, &p2, &q2, &g2);
95 || !TEST_ptr_eq(g2, g))
101 || !TEST_ptr_eq(DH_get0_g(dh), g2))
  /src/crypto/external/bsd/openssl/dist/test/
ec_internal_test.c 448 EC_GROUP *g1 = NULL, *g2 = NULL; local
471 || !TEST_ptr(g2 = d2i_ECPKParameters_fp(fp, NULL)))
481 EC_GROUP_free(g2);
dhtest.c 41 const BIGNUM *p2, *q2, *g2; local
92 DH_get0_pqg(dh, &p2, &q2, &g2);
95 || !TEST_ptr_eq(g2, g))
101 || !TEST_ptr_eq(DH_get0_g(dh), g2))
  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssldh_link.c 192 const BIGNUM *p1 = NULL, *g1 = NULL, *p2 = NULL, *g2 = NULL; local
206 DH_get0_pqg(dh2, &p2, NULL, &g2);
208 if (BN_cmp(p1, p2) != 0 || BN_cmp(g1, g2) != 0 ||
228 const BIGNUM *p1 = NULL, *g1 = NULL, *p2 = NULL, *g2 = NULL; local
240 DH_get0_pqg(dh2, &p2, NULL, &g2);
242 if (BN_cmp(p1, p2) != 0 || BN_cmp(g1, g2) != 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 346 const __asan_global *g2, u32 stack_id2) {
348 ErrorODRViolation error(GetCurrentTidOrInvalid(), g1, stack_id1, g2, local
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp 356 const __asan_global *g2, u32 stack_id2) {
358 ErrorODRViolation error(GetCurrentTidOrInvalid(), g1, stack_id1, g2, local

Completed in 34 milliseconds

1 2 3