/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 28 x5 = U32C(0x3320646e); 33 x5 = LOAD32_LE(c + 4); 55 x9 ^= ROTL32(x5 + x1, 7); 56 x13 ^= ROTL32(x9 + x5, 9); 58 x5 ^= ROTL32(x1 + x13, 18); 71 x6 ^= ROTL32(x5 + x4, 7); 72 x7 ^= ROTL32(x6 + x5, 9); 74 x5 ^= ROTL32(x4 + x7, 18); 86 STORE32_LE(out + 4, x5); [all...] |
/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 36 x5 = LOAD32_LE(k + 4); 50 QUARTERROUND(x1, x5, x9, x13); 53 QUARTERROUND(x0, x5, x10, x15);
|
/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; 79 x5 = y5 = le32dec(k + 4); 107 le32enc(out + 20, x5 + y5); 131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 140 x5 = le32dec(k + 4); 158 y5 = x5; 184 le32enc(s + 20, x5 + y5); 206 y5 = x5; 232 le32enc(buf + 20, x5 + y5); 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 22 j5 = x5 = 0x3320646e; 27 j5 = x5 = LOAD32_LE(c + 4); 50 x9 ^= ROTL32(x5 + x1, 7); 51 x13 ^= ROTL32(x9 + x5, 9); 53 x5 ^= ROTL32(x1 + x13, 18); 66 x6 ^= ROTL32(x5 + x4, 7); 67 x7 ^= ROTL32(x6 + x5, 9); 69 x5 ^= ROTL32(x4 + x7, 18); 84 STORE32_LE(out + 20, x5 + j5) [all...] |
/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 130 x5 = j5; 143 QUARTERROUND(x1, x5, x9, x13) 146 QUARTERROUND(x0, x5, x10, x15) 156 x5 = PLUS(x5, j5); 173 x5 = XOR(x5, LOAD32_LE(m + 20)); 197 STORE32_LE(c + 20, x5);
|
/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; 216 x5 = load1_epi32(k + 4); 237 y5 = x5; 263 y5 = _mm_add_epi32(y5, x5); 363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 376 x5 = load1_epi32(k + 4); 396 y5 = x5; 422 y5 = _mm_add_epi32(y5, x5); 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 145 j5 = x5 = crypto_le32dec(k + 4); 159 QUARTERROUND( x1, x5, x9,x13); 162 QUARTERROUND( x0, x5,x10,x15); 173 crypto_le32enc(out + 20, x5 + j5);
|
/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 74 x5 = q[2]; 81 y14 = x3 ^ x5; 84 y8 = x0 ^ x5; 93 y15 = t1 ^ x5;
|
/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 77 x5 = q[2]; 84 y14 = x3 ^ x5; 87 y8 = x0 ^ x5; 96 y15 = t1 ^ x5;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_25_5.h | 168 int32_t x5 = f5 ^ g[5]; local in function:fe25519_cmov 179 x5 &= mask; 190 f[5] = f5 ^ x5; 229 int32_t x5 = f5 ^ g5; local in function:fe25519_cswap 240 x5 &= mask; 251 f[5] = f5 ^ x5; 262 g[5] = g5 ^ x5;
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 1093 x5: comb,<> %r25,0,l0 ! sh2add %r26,%r26,%r1 ! bv 0(r31) ! add %r29,%r1,%r29 label
|