/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hsalsa20/ref2/ |
core_hsalsa20_ref2.c | 22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, local in function:crypto_core_hsalsa20 40 x4 = LOAD32_LE(k + 12); 51 x4 ^= ROTL32(x0 + x12, 7); 52 x8 ^= ROTL32(x4 + x0, 9); 53 x12 ^= ROTL32(x8 + x4, 13); 71 x6 ^= ROTL32(x5 + x4, 7); 73 x4 ^= ROTL32(x7 + x6, 13); 74 x5 ^= ROTL32(x4 + x7, 18);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/ |
core_hchacha20.c | 21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local in function:crypto_core_hchacha20 35 x4 = LOAD32_LE(k + 0); 49 QUARTERROUND(x0, x4, x8, x12); 56 QUARTERROUND(x3, x4, x9, x14);
|
/src/lib/libm/src/ |
e_coshl.c | 114 long double x4 = x2*x2; local in function:coshl 115 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + 116 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1);
|
e_sinhl.c | 118 long double x4 = x2*x2; local in function:sinhl 119 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
|
s_tanhl.c | 147 long double x4 = x2*x2; local in function:tanhl 148 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + 149 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) +
|
/src/lib/libutil/ |
strpct.c | 105 bignum x4 = bignum_plus(x2, x2); local in function:bignum_times_10 106 bignum x8 = bignum_plus(x4, x4);
|
/src/sys/crypto/chacha/ |
chacha_ref.c | 71 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 78 x4 = y4 = le32dec(k + 0); 106 le32enc(out + 16, x4 + y4); 131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 139 x4 = le32dec(k + 0); 157 y4 = x4; 183 le32enc(s + 16, x4 + y4); 205 y4 = x4; 231 le32enc(buf + 16, x4 + y4); 256 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15 70 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_core_ref 129 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_ref 252 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_xor_ref [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/ |
core_salsa_ref.c | 15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local in function:crypto_core_salsa 34 j4 = x4 = LOAD32_LE(k + 12); 46 x4 ^= ROTL32(x0 + x12, 7); 47 x8 ^= ROTL32(x4 + x0, 9); 48 x12 ^= ROTL32(x8 + x4, 13); 66 x6 ^= ROTL32(x5 + x4, 7); 68 x4 ^= ROTL32(x7 + x6, 13); 69 x5 ^= ROTL32(x4 + x7, 18); 83 STORE32_LE(out + 16, x4 + j4);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/ |
chacha20_ref.c | 84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local in function:chacha20_encrypt_bytes 129 x4 = j4; 142 QUARTERROUND(x0, x4, x8, x12) 149 QUARTERROUND(x3, x4, x9, x14) 155 x4 = PLUS(x4, j4); 172 x4 = XOR(x4, LOAD32_LE(m + 16)); 196 STORE32_LE(c + 16, x4);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 123 uint64_t x4 = f4 ^ g[4]; local in function:fe25519_cmov 129 x4 &= mask; 135 f[4] = f4 ^ x4; 166 uint64_t x4 = f4 ^ g4; local in function:fe25519_cswap 172 x4 &= mask; 178 f[4] = f4 ^ x4; 184 g[4] = g4 ^ x4;
|
ed25519_ref10_fe_25_5.h | 167 int32_t x4 = f4 ^ g[4]; local in function:fe25519_cmov 178 x4 &= mask; 189 f[4] = f4 ^ x4; 228 int32_t x4 = f4 ^ g4; local in function:fe25519_cswap 239 x4 &= mask; 250 f[4] = f4 ^ x4; 261 g[4] = g4 ^ x4;
|
/src/lib/libm/ld80/ |
s_expl.c | 161 long double x4; local in function:expm1l 198 x4 = x2 * x2; 199 q = x4 * (x2 * (x4 *
|
/src/sys/crypto/chacha/arch/x86/ |
chacha_sse2.c | 203 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 215 x4 = load1_epi32(k + 0); 236 y4 = x4; 262 y4 = _mm_add_epi32(y4, x4); 363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 375 x4 = load1_epi32(k + 0); 395 y4 = x4; 421 y4 = _mm_add_epi32(y4, x4); 199 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_sse2 355 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_xor_sse2
|
/src/lib/libc/gen/ |
arc4random.c | 136 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:crypto_core 144 j4 = x4 = crypto_le32dec(k + 0); 158 QUARTERROUND( x0, x4, x8,x12); 165 QUARTERROUND( x3, x4, x9,x14); 172 crypto_le32enc(out + 16, x4 + j4);
|
/src/sys/crypto/aes/ |
aes_ct.c | 54 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local in function:br_aes_ct_bitslice_Sbox 73 x4 = q[3]; 92 t1 = x4 ^ y12;
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2.c | 57 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local in function:aes_sse2_bitslice_Sbox 76 x4 = q[3]; 95 t1 = x4 ^ y12;
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 1091 x4: comb,<> %r25,0,l1 ! sh2add %r26,%r29,%r29 ! bv,n 0(r31) ! nop label
|