HomeSort by: relevance | last modified time | path
    Searched defs:x14 (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
44 x14 = LOAD32_LE(k + 28);
59 x14 ^= ROTL32(x10 + x6, 7);
60 x2 ^= ROTL32(x14 + x10, 9);
61 x6 ^= ROTL32(x2 + x14, 13);
79 x12 ^= ROTL32(x15 + x14, 7);
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 in function:crypto_core_hchacha20
45 x14 = LOAD32_LE(in + 8);
51 QUARTERROUND(x2, x6, x10, x14);
56 QUARTERROUND(x3, x4, x9, x14);
65 STORE32_LE(out + 24, x14);
  /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;
88 x14 = y14 = le32dec(in + 8);
116 le32enc(out + 56, x14 + y14);
131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
149 x14 = le32dec(nonce + 4);
167 y14 = x14;
193 le32enc(s + 56, x14 + y14);
215 y14 = x14;
241 le32enc(buf + 56, x14 + y14);
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
38 j14 = x14 = LOAD32_LE(k + 28);
54 x14 ^= ROTL32(x10 + x6, 7);
55 x2 ^= ROTL32(x14 + x10, 9);
56 x6 ^= ROTL32(x2 + x14, 13);
74 x12 ^= ROTL32(x15 + x14, 7);
76 x14 ^= ROTL32(x13 + x12, 13);
77 x15 ^= ROTL32(x14 + x13, 18);
93 STORE32_LE(out + 56, x14 + j14);
  /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
139 x14 = j14;
144 QUARTERROUND(x2, x6, x10, x14)
149 QUARTERROUND(x3, x4, x9, x14)
165 x14 = PLUS(x14, j14);
182 x14 = XOR(x14, LOAD32_LE(m + 56));
206 STORE32_LE(c + 56, x14);
  /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;
225 x14 = load1_epi32(nonce + 4);
246 y14 = x14;
272 y14 = _mm_add_epi32(y14, x14);
363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
385 x14 = load1_epi32(nonce + 4);
405 y14 = x14;
431 y14 = _mm_add_epi32(y14, x14);
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
154 j14 = x14 = crypto_le32dec(in + 8);
160 QUARTERROUND( x2, x6,x10,x14);
165 QUARTERROUND( x3, x4, x9,x14);
182 crypto_le32enc(out + 56, x14 + j14);
210 0x04,0x29,0xc3,0xbb,0x49,0xe0,0x74,0x14,
249 0x33,0x14,0x72,0x28,0xd1,0xbe,0x88,0xe5,
339 0x97,0x14,0x5a,0x05,0xad,0xa8,0x48,0xf1, /* second call */
  /src/sys/lib/libkern/arch/hppa/
milli.S 1111 x14: sh1add %r26,%r26,%r1 ! sh1add %r1,%r26,%r1 ! b e_shift ! sh1add %r1,%r29,%r29 label

Completed in 18 milliseconds