| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hsalsa20/ref2/ |
| core_hsalsa20_ref2.c | 23 x9, x10, x11, x12, x13, x14, x15; local 43 x13 = LOAD32_LE(k + 24); 56 x13 ^= ROTL32(x9 + x5, 9); 57 x1 ^= ROTL32(x13 + x9, 13); 58 x5 ^= ROTL32(x1 + x13, 18); 80 x13 ^= ROTL32(x12 + x15, 9); 81 x14 ^= ROTL32(x13 + x12, 13); 82 x15 ^= ROTL32(x14 + x13, 18);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/ |
| core_hchacha20.c | 22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; local 44 x13 = LOAD32_LE(in + 4); 50 QUARTERROUND(x1, x5, x9, x13); 55 QUARTERROUND(x2, x7, x8, x13); 64 STORE32_LE(out + 20, 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; 87 x13 = y13 = le32dec(in + 4); 115 le32enc(out + 52, x13 + y13); 131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 148 x13 = le32dec(nonce + 0); 166 y13 = x13; 192 le32enc(s + 52, x13 + y13); 214 y13 = x13; 240 le32enc(buf + 52, x13 + y13); 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 129 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local 252 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local [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 37 j13 = x13 = LOAD32_LE(k + 24); 51 x13 ^= ROTL32(x9 + x5, 9); 52 x1 ^= ROTL32(x13 + x9, 13); 53 x5 ^= ROTL32(x1 + x13, 18); 75 x13 ^= ROTL32(x12 + x15, 9); 76 x14 ^= ROTL32(x13 + x12, 13); 77 x15 ^= ROTL32(x14 + x13, 18); 92 STORE32_LE(out + 52, x13 + j13);
|
| /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 138 x13 = j13; 143 QUARTERROUND(x1, x5, x9, x13) 148 QUARTERROUND(x2, x7, x8, x13) 164 x13 = PLUS(x13, j13); 181 x13 = XOR(x13, LOAD32_LE(m + 52)); 205 STORE32_LE(c + 52, x13);
|
| /src/crypto/external/bsd/openssh/dist/ |
| chacha.c | 93 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 138 x13 = j13; 143 QUARTERROUND( x1, x5, x9,x13) 148 QUARTERROUND( x2, x7, x8,x13) 164 x13 = PLUS(x13,j13); 181 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); 204 U32TO8_LITTLE(c + 52,x13);
|
| /src/external/bsd/unbound/dist/compat/ |
| chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 136 x13 = j13; 141 QUARTERROUND( x1, x5, x9,x13) 146 QUARTERROUND( x2, x7, x8,x13) 162 x13 = PLUS(x13,j13); 180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); 204 U32TO8_LITTLE(c + 52,x13);
|
| /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; 224 x13 = load1_epi32(nonce + 0); 245 y13 = x13; 271 y13 = _mm_add_epi32(y13, x13); 363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 384 x13 = load1_epi32(nonce + 0); 404 y13 = x13; 430 y13 = _mm_add_epi32(y13, x13); 199 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local 355 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local
|
| /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 153 j13 = x13 = crypto_le32dec(in + 4); 159 QUARTERROUND( x1, x5, x9,x13); 164 QUARTERROUND( x2, x7, x8,x13); 181 crypto_le32enc(out + 52, x13 + j13); 215 0x61,0x0b,0xe8,0x2f,0x41,0x13,0x26,0xbe, 230 0x9a,0x13,0x07,0xe3,0x38,0x18,0x9e,0x99, 449 0x13,0x61,0x5c,0x61,0xaf,0x43,0x4e,0x27,
|
| /src/sys/lib/libkern/arch/hppa/ |
| milli.S | 1109 x13: sh2add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh3add %r26,%r29,%r29 ! b,n ret_t0 label
|