| /src/lib/libc/arch/sparc64/gen/ |
| longjmp.c | 46 __greg_t g3; member in struct:__anon226 103 uc.uc_mcontext.__gregs[_REG_G3] = r->g3;
|
| /src/crypto/external/bsd/openssh/dist/ |
| poly1305.c | 42 uint32_t g0,g1,g2,g3,g4; local 139 g3 = h3 + b; b = g3 >> 26; g3 &= 0x3ffffff; 147 h3 = (h3 & nb) | (g3 & b);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| poly1305_donna32.h | 143 unsigned long g0, g1, g2, g3, g4; local 192 g3 = h3 + c; 193 c = g3 >> 26; 194 g3 &= 0x3ffffff; 202 g3 &= mask; 209 h3 = (h3 & mask) | g3;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
| ed25519_ref10_fe_51.h | 159 uint64_t g3 = g[3]; local 165 uint64_t x3 = f3 ^ g3; 183 g[3] = g3 ^ x3; 249 uint64_t g0, g1, g2, g3, g4; local 261 g3 = g[3]; 271 r0 += ((uint128_t) f2_19) * ((uint128_t) g3); 278 r1 += ((uint128_t) f3_19) * ((uint128_t) g3); 285 r2 += ((uint128_t) f4_19) * ((uint128_t) g3); 287 r3 = ((uint128_t) f0 ) * ((uint128_t) g3); 294 r4 += ((uint128_t) f1 ) * ((uint128_t) g3); [all...] |
| ed25519_ref10_fe_25_5.h | 216 int32_t g3 = g[3]; local 227 int32_t x3 = f3 ^ g3; 260 g[3] = g3 ^ x3; 384 int32_t g3 = g[3]; local 394 int32_t g3_19 = 19 * g3; 410 int64_t f0g3 = f0 * (int64_t) g3; 420 int64_t f1g3_2 = f1_2 * (int64_t) g3; 430 int64_t f2g3 = f2 * (int64_t) g3; 440 int64_t f3g3_2 = f3_2 * (int64_t) g3; 450 int64_t f4g3 = f4 * (int64_t) g3; [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/poly1305/ |
| poly1305.c | 355 u32 g0, g1, g2, g3, g4; local 369 g3 = (u32)(t = (u64)h3 + (t >> 32)); 372 /* if there was carry into 131st bit, h3:h0 = g3:g0 */ 377 g3 &= mask; 382 h3 = (h3 & mask) | g3;
|
| poly1305_ieee754.c | 429 u32 g0, g1, g2, g3, g4; local 462 g3 = (u32)(t = h3 + (t >> 32)); 465 /* if there was carry, select g0-g3 */ 470 g3 &= mask; 475 g3 |= (h3 & mask); 481 g3 = (u32)(t = (u64)g3 + (t >> 32) + nonce[3]); 486 U32TO8(mac + 12, g3);
|
| /src/crypto/external/bsd/openssl/dist/crypto/poly1305/ |
| poly1305.c | 384 u32 g0, g1, g2, g3, g4; local 398 g3 = (u32)(t = (u64)h3 + (t >> 32)); 401 /* if there was carry into 131st bit, h3:h0 = g3:g0 */ 406 g3 &= mask; 411 h3 = (h3 & mask) | g3;
|
| poly1305_ieee754.c | 434 u32 g0, g1, g2, g3, g4; local 463 g3 = (u32)(t = h3 + (t >> 32)); 466 /* if there was carry, select g0-g3 */ 471 g3 &= mask; 476 g3 |= (h3 & mask); 482 g3 = (u32)(t = (u64)g3 + (t >> 32) + nonce[3]); 487 U32TO8(mac + 12, g3);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/ |
| poly1305.c | 386 u32 g0, g1, g2, g3, g4; local 400 g3 = (u32)(t = (u64)h3 + (t >> 32)); 403 /* if there was carry into 131st bit, h3:h0 = g3:g0 */ 408 g3 &= mask; 413 h3 = (h3 & mask) | g3;
|
| poly1305_ieee754.c | 434 u32 g0, g1, g2, g3, g4; local 463 g3 = (u32)(t = h3 + (t >> 32)); 466 /* if there was carry, select g0-g3 */ 471 g3 &= mask; 476 g3 |= (h3 & mask); 482 g3 = (u32)(t = (u64)g3 + (t >> 32) + nonce[3]); 487 U32TO8(mac + 12, g3);
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| traps.c | 231 long g3 = (long)GET_H_GR (i+3); 237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0) 240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7); 230 long g3 = (long)GET_H_GR (i+3); local
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| traps.c | 231 long g3 = (long)GET_H_GR (i+3); 237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0) 240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7); 230 long g3 = (long)GET_H_GR (i+3); local
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| curve25519.c | 410 uint64_t f_i, g0, g1, g2, g3, g4; local 416 h3 = (u128)f_i * (g3 = g[3]); 424 h4 += (u128)f_i * g3; 427 h0 += (u128)f_i * (g3 *= 19); 435 h1 += (u128)f_i * g3; 443 h2 += (u128)f_i * g3; 454 g3 = (uint64_t)h3 & MASK51; 460 g3 += g2 >> 51; 468 h[3] = g3; 481 uint64_t g3 = f[3] 543 uint64_t g0, g1, g2, g3, g4; local 1120 int32_t g3 = g[3]; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| curve25519.c | 403 uint64_t f_i, g0, g1, g2, g3, g4; local 409 h3 = (u128)f_i * (g3 = g[3]); 417 h4 += (u128)f_i * g3; 420 h0 += (u128)f_i * (g3 *= 19); 428 h1 += (u128)f_i * g3; 436 h2 += (u128)f_i * g3; 444 h4 += (uint64_t)(h3 >> 51); g3 = (uint64_t)h3 & MASK51; 448 g3 += g2 >> 51; g2 &= MASK51; 454 h[3] = g3; 467 uint64_t g3 = f[3] 519 uint64_t g0, g1, g2, g3, g4; local 1060 int32_t g3 = g[3]; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| curve25519.c | 393 uint64_t f_i, g0, g1, g2, g3, g4; local 399 h3 = (u128)f_i * (g3 = g[3]); 407 h4 += (u128)f_i * g3; 410 h0 += (u128)f_i * (g3 *= 19); 418 h1 += (u128)f_i * g3; 426 h2 += (u128)f_i * g3; 434 h4 += (uint64_t)(h3 >> 51); g3 = (uint64_t)h3 & MASK51; 438 g3 += g2 >> 51; g2 &= MASK51; 444 h[3] = g3; 457 uint64_t g3 = f[3] 509 uint64_t g0, g1, g2, g3, g4; local 1050 int32_t g3 = g[3]; local [all...] |