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

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-shared-lib.c 1 int g1 = 0; variable
6 g1++;
  /src/common/lib/libc/arch/powerpc/string/
memcpy.S 109 b g1
116 g1: label
memmove.S 84 b g1
91 g1: label
  /src/sys/external/bsd/gnu-efi/dist/lib/runtime/
efirtlib.c 140 INT32 *g1, *g2, r; local
146 g1 = (INT32 *) Guid1;
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/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna64.h 139 unsigned long long g0, g1, g2; local
183 g1 = h1 + c;
184 c = (g1 >> 44);
185 g1 &= 0xfffffffffff;
191 g1 &= c;
195 h1 = (h1 & c) | g1;
poly1305_donna32.h 143 unsigned long g0, g1, g2, g3, g4; local
186 g1 = h1 + c;
187 c = g1 >> 26;
188 g1 &= 0x3ffffff;
200 g1 &= mask;
207 h1 = (h1 & mask) | g1;
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_base2_44.c 132 u64 g0, g1, g2; local
149 g1 = (u64)(t = (u128)h1 + (t >> 64));
152 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
155 g1 &= mask;
158 h1 = (h1 & mask) | g1;
poly1305.c 204 u64 g0, g1, g2; local
214 g1 = (u64)(t = (u128)h1 + (t >> 64));
217 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
220 g1 &= mask;
223 h1 = (h1 & mask) | g1;
355 u32 g0, g1, g2, g3, g4; local
367 g1 = (u32)(t = (u64)h1 + (t >> 32));
375 g1 &= mask;
380 h1 = (h1 & mask) | g1;
poly1305_ieee754.c 429 u32 g0, g1, g2, g3, g4; local
460 g1 = (u32)(t = h1 + (t >> 32));
468 g1 &= mask;
473 g1 |= (h1 & mask);
479 g1 = (u32)(t = (u64)g1 + (t >> 32) + nonce[1]);
484 U32TO8(mac + 4, g1);
  /src/crypto/external/apache2/openssl/dist/test/
ffc_internal_test.c 179 BIGNUM *p1 = NULL, *g1 = NULL; local
193 g1 = g;
215 BN_add_word(g1, 1);
222 BN_set_word(g1, 1);
228 BN_copy(g1, p1);
ec_internal_test.c 441 EC_GROUP *g1 = NULL, *g2 = NULL; local
447 if (!TEST_ptr(g1 = EC_GROUP_new_by_curve_name(nid)))
452 || !TEST_true(i2d_ECPKParameters_fp(fp, g1)))
473 EC_GROUP_free(g1);
  /src/crypto/external/bsd/openssh/dist/
poly1305.c 42 uint32_t g0,g1,g2,g3,g4; local
137 g1 = h1 + b; b = g1 >> 26; g1 &= 0x3ffffff;
145 h1 = (h1 & nb) | (g1 & b);
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_base2_44.c 139 u64 g0, g1, g2; local
154 g1 = (u64)(t = (u128)h1 + (t >> 64));
157 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
160 g1 &= mask;
163 h1 = (h1 & mask) | g1;
poly1305.c 218 u64 g0, g1, g2; local
228 g1 = (u64)(t = (u128)h1 + (t >> 64));
231 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
234 g1 &= mask;
237 h1 = (h1 & mask) | g1;
384 u32 g0, g1, g2, g3, g4; local
396 g1 = (u32)(t = (u64)h1 + (t >> 32));
404 g1 &= mask;
409 h1 = (h1 & mask) | g1;
poly1305_ieee754.c 434 u32 g0, g1, g2, g3, g4; local
461 g1 = (u32)(t = h1 + (t >> 32));
469 g1 &= mask;
474 g1 |= (h1 & mask);
480 g1 = (u32)(t = (u64)g1 + (t >> 32) + nonce[1]);
485 U32TO8(mac + 4, g1);
  /src/crypto/external/bsd/openssl/dist/test/
ffc_internal_test.c 179 BIGNUM *p1 = NULL, *g1 = NULL; local
193 g1 = g;
215 BN_add_word(g1, 1);
222 BN_set_word(g1, 1);
228 BN_copy(g1, p1);
ec_internal_test.c 448 EC_GROUP *g1 = NULL, *g2 = NULL; local
454 if (!TEST_ptr(g1 = EC_GROUP_new_by_curve_name(nid)))
459 || !TEST_true(i2d_ECPKParameters_fp(fp, g1)))
480 EC_GROUP_free(g1);
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_base2_44.c 139 u64 g0, g1, g2; local
154 g1 = (u64)(t = (u128)h1 + (t >> 64));
157 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
160 g1 &= mask;
163 h1 = (h1 & mask) | g1;
poly1305.c 220 u64 g0, g1, g2; local
230 g1 = (u64)(t = (u128)h1 + (t >> 64));
233 /* if there was carry into 131st bit, h1:h0 = g1:g0 */
236 g1 &= mask;
239 h1 = (h1 & mask) | g1;
386 u32 g0, g1, g2, g3, g4; local
398 g1 = (u32)(t = (u64)h1 + (t >> 32));
406 g1 &= mask;
411 h1 = (h1 & mask) | g1;
poly1305_ieee754.c 434 u32 g0, g1, g2, g3, g4; local
461 g1 = (u32)(t = h1 + (t >> 32));
469 g1 &= mask;
474 g1 |= (h1 & mask);
480 g1 = (u32)(t = (u64)g1 + (t >> 32) + nonce[1]);
485 U32TO8(mac + 4, g1);
  /src/crypto/external/bsd/openssl.old/dist/test/
ec_internal_test.c 322 EC_GROUP *g1 = NULL, *g2 = NULL; local
328 if (!TEST_ptr(g1 = EC_GROUP_new_by_curve_name(nid)))
333 || !TEST_true(i2d_ECPKParameters_fp(fp, g1)))
354 EC_GROUP_free(g1);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_51.h 157 uint64_t g1 = g[1]; local
163 uint64_t x1 = f1 ^ g1;
181 g[1] = g1 ^ x1;
249 uint64_t g0, g1, g2, g3, g4; local
259 g1 = g[1];
273 r0 += ((uint128_t) f4_19) * ((uint128_t) g1);
275 r1 = ((uint128_t) f0 ) * ((uint128_t) g1);
282 r2 += ((uint128_t) f1 ) * ((uint128_t) g1);
289 r3 += ((uint128_t) f2 ) * ((uint128_t) g1);
296 r4 += ((uint128_t) f3 ) * ((uint128_t) g1);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssldh_link.c 192 const BIGNUM *p1 = NULL, *g1 = NULL, *p2 = NULL, *g2 = NULL; local
205 DH_get0_pqg(dh1, &p1, NULL, &g1);
208 if (BN_cmp(p1, p2) != 0 || BN_cmp(g1, g2) != 0 ||
228 const BIGNUM *p1 = NULL, *g1 = NULL, *p2 = NULL, *g2 = NULL; local
239 DH_get0_pqg(dh1, &p1, NULL, &g1);
242 if (BN_cmp(p1, p2) != 0 || BN_cmp(g1, g2) != 0) {
  /src/sys/dev/ic/
ct65550.c 604 int r1, g1, b1, r0, g0, b0, fgo, bgo, off, pad; local
660 g1 = rasops_cmap[fgo + 1];
665 fg8 = R3G3B2(r1, g1, b1);
680 g = aval * g1 + (255 - aval) * g0;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 345 void ReportODRViolation(const __asan_global *g1, u32 stack_id1,
348 ErrorODRViolation error(GetCurrentTidOrInvalid(), g1, stack_id1, g2, local

Completed in 60 milliseconds

1 2 3