/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 in function:crypto_core_hsalsa20 41 x11 = LOAD32_LE(k + 16); 63 x3 ^= ROTL32(x15 + x11, 7); 65 x11 ^= ROTL32(x7 + x3, 13); 66 x15 ^= ROTL32(x11 + x7, 18); 75 x11 ^= ROTL32(x10 + x9, 7); 76 x8 ^= ROTL32(x11 + x10, 9); 77 x9 ^= ROTL32(x8 + x11, 13);
|
/src/distrib/alpha/rz25dist/ |
Makefile | 8 LOCALTARGETS= bin.tar.gz etc.tar.gz x11.tar.gz diskimage.gz 92 x11.tar.gz: mount-fs build-fs
|
/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 in function:crypto_core_hchacha20 42 x11 = LOAD32_LE(k + 28); 52 QUARTERROUND(x3, x7, x11, x15); 54 QUARTERROUND(x1, x6, x11, x12);
|
/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; 85 x11 = y11 = le32dec(k + 28); 113 le32enc(out + 44, x11 + y11); 131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 146 x11 = le32dec(k + 28); 164 y11 = x11; 190 le32enc(s + 44, x11 + y11); 212 y11 = x11; 238 le32enc(buf + 44, x11 + y11); 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 35 j11 = x11 = LOAD32_LE(k + 16); 58 x3 ^= ROTL32(x15 + x11, 7); 60 x11 ^= ROTL32(x7 + x3, 13); 61 x15 ^= ROTL32(x11 + x7, 18); 70 x11 ^= ROTL32(x10 + x9, 7); 71 x8 ^= ROTL32(x11 + x10, 9); 72 x9 ^= ROTL32(x8 + x11, 13); 90 STORE32_LE(out + 44, x11 + j11);
|
/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 136 x11 = j11; 145 QUARTERROUND(x3, x7, x11, x15) 147 QUARTERROUND(x1, x6, x11, x12) 162 x11 = PLUS(x11, j11); 179 x11 = XOR(x11, LOAD32_LE(m + 44)); 203 STORE32_LE(c + 44, x11);
|
/src/distrib/sets/ |
Makefile | 183 checkflist-x11: .PHONY check_DESTDIR
|
/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; 222 x11 = load1_epi32(k + 28); 243 y11 = x11; 269 y11 = _mm_add_epi32(y11, x11); 363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 382 x11 = load1_epi32(k + 28); 402 y11 = x11; 428 y11 = _mm_add_epi32(y11, x11); 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 151 j11 = x11 = crypto_le32dec(k + 28); 161 QUARTERROUND( x3, x7,x11,x15); 163 QUARTERROUND( x1, x6,x11,x12); 179 crypto_le32enc(out + 44, x11 + j11); 235 0xe3,0xa6,0xa6,0x61,0x11,0xf5,0xe6,0xcf,
|
/src/ |
Makefile | 98 # do-x11: builds and installs X11 tools and libraries 248 BUILDTARGETS+= do-x11 497 do-x11: .PHONY .MAKE
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 1105 x11: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh3add %r26,%r29,%r29 ! b,n ret_t0 label
|