HomeSort by: relevance | last modified time | path
    Searched defs:g4 (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/arch/sparc/gen/
sparc_longjmp.h 39 __greg_t g4; member in struct:__jmp_buf_regs_t
  /src/sys/crypto/skipjack/
skipjack.c 95 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) macro
154 g4 (wh4,wl4, wh4,wl4); wl3 ^= wl4 ^ 2; wh3 ^= wh4;
159 g4 (wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 7; wh2 ^= wh3;
166 wh3 ^= wh2; wl3 ^= wl2 ^ 12; g4 (wh2,wl2, wh2,wl2);
173 g4 (wh1,wl1, wh1,wl1); wl4 ^= wl1 ^ 17; wh4 ^= wh1;
178 g4 (wh4,wl4, wh4,wl4); wl3 ^= wl4 ^ 22; wh3 ^= wh4;
185 wh4 ^= wh3; wl4 ^= wl3 ^ 27; g4 (wh3,wl3, wh3,wl3);
190 wh3 ^= wh2; wl3 ^= wl2 ^ 32; g4 (wh2,wl2, wh2,wl2);
  /src/crypto/external/bsd/openssh/dist/
poly1305.c 42 uint32_t g0,g1,g2,g3,g4; local
140 g4 = h4 + b - (1 << 26);
142 b = (g4 >> 31) - 1;
148 h4 = (h4 & nb) | (g4 & 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
195 g4 = h4 + c - (1UL << 26);
198 mask = (g4 >> ((sizeof(unsigned long) * 8) - 1)) - 1;
203 g4 &= mask;
210 h4 = (h4 & mask) | g4;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_51.h 160 uint64_t g4 = g[4]; local
166 uint64_t x4 = f4 ^ g4;
184 g[4] = g4 ^ x4;
249 uint64_t g0, g1, g2, g3, g4; local
262 g4 = g[4];
270 r0 += ((uint128_t) f1_19) * ((uint128_t) g4);
277 r1 += ((uint128_t) f2_19) * ((uint128_t) g4);
284 r2 += ((uint128_t) f3_19) * ((uint128_t) g4);
291 r3 += ((uint128_t) f4_19) * ((uint128_t) g4);
293 r4 = ((uint128_t) f0 ) * ((uint128_t) g4);
    [all...]
ed25519_ref10_fe_25_5.h 217 int32_t g4 = g[4]; local
228 int32_t x4 = f4 ^ g4;
261 g[4] = g4 ^ x4;
385 int32_t g4 = g[4]; local
395 int32_t g4_19 = 19 * g4;
411 int64_t f0g4 = f0 * (int64_t) g4;
421 int64_t f1g4 = f1 * (int64_t) g4;
431 int64_t f2g4 = f2 * (int64_t) g4;
441 int64_t f3g4 = f3 * (int64_t) g4;
451 int64_t f4g4 = f4 * (int64_t) g4;
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305.c 355 u32 g0, g1, g2, g3, g4; local
370 g4 = h4 + (u32)(t >> 32);
373 mask = 0 - (g4 >> 2);
poly1305_ieee754.c 429 u32 g0, g1, g2, g3, g4; local
446 g4 = h4 & -4;
448 g4 += g4 >> 2;
450 h0 += g4;
463 g4 = h4 + (u32)(t >> 32);
466 mask = 0 - (g4 >> 2);
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305.c 384 u32 g0, g1, g2, g3, g4; local
399 g4 = h4 + (u32)(t >> 32);
402 mask = 0 - (g4 >> 2);
poly1305_ieee754.c 434 u32 g0, g1, g2, g3, g4; local
450 g4 = h4&-4;
452 g4 += g4>>2;
454 h0 += g4;
464 g4 = h4 + (u32)(t >> 32);
467 mask = 0 - (g4 >> 2);
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305.c 386 u32 g0, g1, g2, g3, g4; local
401 g4 = h4 + (u32)(t >> 32);
404 mask = 0 - (g4 >> 2);
poly1305_ieee754.c 434 u32 g0, g1, g2, g3, g4; local
450 g4 = h4&-4;
452 g4 += g4>>2;
454 h0 += g4;
464 g4 = h4 + (u32)(t >> 32);
467 mask = 0 - (g4 >> 2);
  /src/external/gpl3/gdb/dist/sim/frv/
traps.c 232 long g4 = (long)GET_H_GR (i+4);
237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0)
240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7);
231 long g4 = (long)GET_H_GR (i+4); local
  /src/external/gpl3/gdb.old/dist/sim/frv/
traps.c 232 long g4 = (long)GET_H_GR (i+4);
237 if ((g0 | g1 | g2 | g3 | g4 | g5 | g6 | g7) != 0)
240 i, i+7, g0, g1, g2, g3, g4, g5, g6, g7);
231 long g4 = (long)GET_H_GR (i+4); local
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c 410 uint64_t f_i, g0, g1, g2, g3, g4; local
417 h4 = (u128)f_i * (g4 = g[4]);
420 h0 += (u128)f_i * (g4 *= 19);
428 h1 += (u128)f_i * g4;
436 h2 += (u128)f_i * g4;
444 h3 += (u128)f_i * g4;
459 g4 = (uint64_t)h4 & MASK51;
469 h[4] = g4;
482 uint64_t g4 = f[4];
490 h4 = (u128)g0 * g4;
543 uint64_t g0, g1, g2, g3, g4; local
1121 int32_t g4 = g[4]; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c 403 uint64_t f_i, g0, g1, g2, g3, g4; local
410 h4 = (u128)f_i * (g4 = g[4]);
413 h0 += (u128)f_i * (g4 *= 19);
421 h1 += (u128)f_i * g4;
429 h2 += (u128)f_i * g4;
437 h3 += (u128)f_i * g4;
447 g0 += (uint64_t)(h4 >> 51) * 19; g4 = (uint64_t)h4 & MASK51;
455 h[4] = g4;
468 uint64_t g4 = f[4];
475 h4 = (u128)g0 * g4;
519 uint64_t g0, g1, g2, g3, g4; local
1061 int32_t g4 = g[4]; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c 393 uint64_t f_i, g0, g1, g2, g3, g4; local
400 h4 = (u128)f_i * (g4 = g[4]);
403 h0 += (u128)f_i * (g4 *= 19);
411 h1 += (u128)f_i * g4;
419 h2 += (u128)f_i * g4;
427 h3 += (u128)f_i * g4;
437 g0 += (uint64_t)(h4 >> 51) * 19; g4 = (uint64_t)h4 & MASK51;
445 h[4] = g4;
458 uint64_t g4 = f[4];
465 h4 = (u128)g0 * g4;
509 uint64_t g0, g1, g2, g3, g4; local
1051 int32_t g4 = g[4]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 5687 rtx g4 = gen_rtx_REG (Pmode, 4);
5695 emit_move_insn (g4, GEN_INT (rounded_size));
5705 emit_insn (gen_rtx_SET (g4, gen_rtx_MINUS (Pmode, g1, g4)));
5719 emit_insn (gen_probe_stack_range (Pmode, g1, g1, g4));
5726 emit_stack_probe (plus_constant (Pmode, g4, rounded_size - size));
13190 /* then honor it. Likewise with g3 and g4. */
5677 rtx g4 = gen_rtx_REG (Pmode, 4); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 5694 rtx g4 = gen_rtx_REG (Pmode, 4);
5702 emit_move_insn (g4, GEN_INT (rounded_size));
5712 emit_insn (gen_rtx_SET (g4, gen_rtx_MINUS (Pmode, g1, g4)));
5726 emit_insn (gen_probe_stack_range (Pmode, g1, g1, g4));
5733 emit_stack_probe (plus_constant (Pmode, g4, rounded_size - size));
13171 /* then honor it. Likewise with g3 and g4. */
5684 rtx g4 = gen_rtx_REG (Pmode, 4); local

Completed in 64 milliseconds