HomeSort by: relevance | last modified time | path
    Searched defs:x15 (Results 1 - 8 of 8) sorted by relevancy

  /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
30 x15 = U32C(0x6b206574);
35 x15 = LOAD32_LE(c + 12);
63 x3 ^= ROTL32(x15 + x11, 7);
64 x7 ^= ROTL32(x3 + x15, 9);
66 x15 ^= ROTL32(x11 + x7, 18);
79 x12 ^= ROTL32(x15 + x14, 7);
80 x13 ^= ROTL32(x12 + x15, 9);
82 x15 ^= ROTL32(x14 + x13, 18);
88 STORE32_LE(out + 12, x15);
    [all...]
  /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
46 x15 = LOAD32_LE(in + 12);
52 QUARTERROUND(x3, x7, x11, x15);
53 QUARTERROUND(x0, x5, x10, x15);
66 STORE32_LE(out + 28, 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;
89 x15 = y15 = le32dec(in + 12);
117 le32enc(out + 60, x15 + y15);
131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
150 x15 = le32dec(nonce + 8);
168 y15 = x15;
194 le32enc(s + 60, x15 + y15);
216 y15 = x15;
242 le32enc(buf + 60, x15 + y15);
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 16 x15; local in function:crypto_core_salsa
24 j15 = x15 = 0x6b206574;
29 j15 = x15 = LOAD32_LE(c + 12);
58 x3 ^= ROTL32(x15 + x11, 7);
59 x7 ^= ROTL32(x3 + x15, 9);
61 x15 ^= ROTL32(x11 + x7, 18);
74 x12 ^= ROTL32(x15 + x14, 7);
75 x13 ^= ROTL32(x12 + x15, 9);
77 x15 ^= ROTL32(x14 + x13, 18);
94 STORE32_LE(out + 60, x15 + j15)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 85 x15; local in function:chacha20_encrypt_bytes
140 x15 = j15;
145 QUARTERROUND(x3, x7, x11, x15)
146 QUARTERROUND(x0, x5, x10, x15)
166 x15 = PLUS(x15, j15);
183 x15 = XOR(x15, LOAD32_LE(m + 60));
207 STORE32_LE(c + 60, x15);
  /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;
226 x15 = load1_epi32(nonce + 8);
247 y15 = x15;
273 y15 = _mm_add_epi32(y15, x15);
363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
386 x15 = load1_epi32(nonce + 8);
406 y15 = x15;
432 y15 = _mm_add_epi32(y15, x15);
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
155 j15 = x15 = crypto_le32dec(in + 12);
161 QUARTERROUND( x3, x7,x11,x15);
162 QUARTERROUND( x0, x5,x10,x15);
183 crypto_le32enc(out + 60, x15 + j15);
211 0x7e,0x00,0x89,0xa5,0x2e,0xae,0x15,0x5f,
223 0x6a,0x43,0xb8,0xf4,0x15,0x18,0xa1,0x1c,
231 0x15,0x37,0x16,0x4d,0x04,0xe6,0x48,0x9a,
  /src/sys/lib/libkern/arch/hppa/
milli.S 1113 x15: sh2add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh1add %r1,%r1,%r1 ! b,n ret_t0 label

Completed in 15 milliseconds