/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 46 x7 = LOAD32_LE(in + 4); 64 x7 ^= ROTL32(x3 + x15, 9); 65 x11 ^= ROTL32(x7 + x3, 13); 66 x15 ^= ROTL32(x11 + x7, 18); 72 x7 ^= ROTL32(x6 + x5, 9); 73 x4 ^= ROTL32(x7 + x6, 13); 74 x5 ^= ROTL32(x4 + x7, 18); 90 STORE32_LE(out + 20, x7);
|
/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 38 x7 = LOAD32_LE(k + 12); 52 QUARTERROUND(x3, x7, x11, x15); 55 QUARTERROUND(x2, x7, x8, x13);
|
/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; 81 x7 = y7 = le32dec(k + 12); 109 le32enc(out + 28, x7 + y7); 131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 142 x7 = le32dec(k + 12); 160 y7 = x7; 186 le32enc(s + 28, x7 + y7); 208 y7 = x7; 234 le32enc(buf + 28, x7 + y7); 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 41 j7 = x7 = LOAD32_LE(in + 4); 59 x7 ^= ROTL32(x3 + x15, 9); 60 x11 ^= ROTL32(x7 + x3, 13); 61 x15 ^= ROTL32(x11 + x7, 18); 67 x7 ^= ROTL32(x6 + x5, 9); 68 x4 ^= ROTL32(x7 + x6, 13); 69 x5 ^= ROTL32(x4 + x7, 18); 86 STORE32_LE(out + 28, x7 + j7);
|
/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 132 x7 = j7; 145 QUARTERROUND(x3, x7, x11, x15) 148 QUARTERROUND(x2, x7, x8, x13) 158 x7 = PLUS(x7, j7); 175 x7 = XOR(x7, LOAD32_LE(m + 28)); 199 STORE32_LE(c + 28, x7);
|
/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; 218 x7 = load1_epi32(k + 12); 239 y7 = x7; 265 y7 = _mm_add_epi32(y7, x7); 363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 378 x7 = load1_epi32(k + 12); 398 y7 = x7; 424 y7 = _mm_add_epi32(y7, x7); 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 147 j7 = x7 = crypto_le32dec(k + 12); 161 QUARTERROUND( x3, x7,x11,x15); 164 QUARTERROUND( x2, x7, x8,x13); 175 crypto_le32enc(out + 28, x7 + j7);
|
/src/sys/crypto/aes/ |
aes_ct.c | 51 * in "reverse" order (x0 is the high bit, x7 is the low bit). 54 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local in function:br_aes_ct_bitslice_Sbox 76 x7 = q[0]; 86 y1 = t0 ^ x7; 95 y6 = y15 ^ x7; 98 y7 = x7 ^ y11; 111 t5 = y4 & x7; 156 z2 = t33 & x7;
|
/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 79 x7 = q[0]; 89 y1 = t0 ^ x7; 98 y6 = y15 ^ x7; 101 y7 = x7 ^ y11; 114 t5 = y4 & x7; 159 z2 = t33 & x7;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_25_5.h | 170 int32_t x7 = f7 ^ g[7]; local in function:fe25519_cmov 181 x7 &= mask; 192 f[7] = f7 ^ x7; 231 int32_t x7 = f7 ^ g7; local in function:fe25519_cswap 242 x7 &= mask; 253 f[7] = f7 ^ x7; 264 g[7] = g7 ^ x7;
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 1097 x7: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh2add %r26,%r29,%r29 ! b,n ret_t0 label
|