HomeSort by: relevance | last modified time | path
    Searched defs:x12 (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
42 x12 = LOAD32_LE(k + 20);
51 x4 ^= ROTL32(x0 + x12, 7);
53 x12 ^= ROTL32(x8 + x4, 13);
54 x0 ^= ROTL32(x12 + x8, 18);
79 x12 ^= ROTL32(x15 + x14, 7);
80 x13 ^= ROTL32(x12 + x15, 9);
81 x14 ^= ROTL32(x13 + x12, 13);
  /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
43 x12 = LOAD32_LE(in + 0);
49 QUARTERROUND(x0, x4, x8, x12);
54 QUARTERROUND(x1, x6, x11, x12);
63 STORE32_LE(out + 16, 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;
86 x12 = y12 = le32dec(in + 0);
114 le32enc(out + 48, x12 + y12);
131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
147 /* x12 = blkno */
165 y12 = x12 = blkno;
191 le32enc(s + 48, x12 + y12);
213 y12 = x12 = blkno;
239 le32enc(buf + 48, x12 + y12);
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
36 j12 = x12 = LOAD32_LE(k + 20);
46 x4 ^= ROTL32(x0 + x12, 7);
48 x12 ^= ROTL32(x8 + x4, 13);
49 x0 ^= ROTL32(x12 + x8, 18);
74 x12 ^= ROTL32(x15 + x14, 7);
75 x13 ^= ROTL32(x12 + x15, 9);
76 x14 ^= ROTL32(x13 + x12, 13);
91 STORE32_LE(out + 48, x12 + j12);
  /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
137 x12 = j12;
142 QUARTERROUND(x0, x4, x8, x12)
147 QUARTERROUND(x1, x6, x11, x12)
163 x12 = PLUS(x12, j12);
180 x12 = XOR(x12, LOAD32_LE(m + 48));
204 STORE32_LE(c + 48, x12);
  /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;
223 /* x12 set in the loop */
230 x12 = _mm_add_epi32(_mm_set1_epi32(blkno),
244 y12 = x12;
270 y12 = _mm_add_epi32(y12, x12);
363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
383 /* x12 set in the loop */
389 x12 = _mm_add_epi32(_mm_set1_epi32(blkno),
403 y12 = x12;
429 y12 = _mm_add_epi32(y12, x12);
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
    [all...]
  /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
152 j12 = x12 = crypto_le32dec(in + 0);
158 QUARTERROUND( x0, x4, x8,x12);
163 QUARTERROUND( x1, x6,x11,x12);
180 crypto_le32enc(out + 48, x12 + j12);
209 0x81,0x1f,0xce,0x12,0x5f,0x26,0x83,0xd5,
244 0x35,0xb2,0x7a,0x60,0xf3,0x8f,0x12,0x33,
451 0xec,0xf8,0xfc,0x12,0x2a,0x35,0x75,0x5c,
  /src/sys/lib/libkern/arch/hppa/
milli.S 1107 x12: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l1 ! sh2add %r1,%r29,%r29 ! bv,n 0(r31) label

Completed in 15 milliseconds