Home
last modified time | relevance | path

Searched refs:ROTL32 (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
Dcore_hsalsa20_ref2.c51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20()
52 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_hsalsa20()
53 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_hsalsa20()
54 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_hsalsa20()
55 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_hsalsa20()
56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20()
57 x1 ^= ROTL32(x13 + x9, 13); in crypto_core_hsalsa20()
58 x5 ^= ROTL32(x1 + x13, 18); in crypto_core_hsalsa20()
59 x14 ^= ROTL32(x10 + x6, 7); in crypto_core_hsalsa20()
60 x2 ^= ROTL32(x14 + x10, 9); in crypto_core_hsalsa20()
[all …]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
Dcore_salsa_ref.c46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa()
47 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_salsa()
48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa()
49 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_salsa()
50 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_salsa()
51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa()
52 x1 ^= ROTL32(x13 + x9, 13); in crypto_core_salsa()
53 x5 ^= ROTL32(x1 + x13, 18); in crypto_core_salsa()
54 x14 ^= ROTL32(x10 + x6, 7); in crypto_core_salsa()
55 x2 ^= ROTL32(x14 + x10, 9); in crypto_core_salsa()
[all …]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
Dcore_hchacha20.c10 A += B; D = ROTL32(D ^ A, 16); \
11 C += D; B = ROTL32(B ^ C, 12); \
12 A += B; D = ROTL32(D ^ A, 8); \
13 C += D; B = ROTL32(B ^ C, 7); \
/freebsd-12-stable/sys/contrib/ck/src/
Dck_ht_hash.h57 #define ROTL32(x,y) _rotl(x,y) macro
78 #define ROTL32(x,y) rotl32(x,y) macro
140 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
144 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
162 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_32()
/freebsd-12-stable/contrib/unbound/compat/
Dchacha_private.h23 #define ROTL32(v, n) \ macro
40 #define ROTATE(v,c) (ROTL32(v,c))
/freebsd-12-stable/crypto/openssh/
Dchacha.c24 #define ROTL32(v, n) \ macro
41 #define ROTATE(v,c) (ROTL32(v,c))
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dchacha_private.h25 #define ROTL32(v, n) \ macro
42 #define ROTATE(v,c) (ROTL32(v,c))
/freebsd-12-stable/sys/crypto/chacha20/
Dchacha.c28 #define ROTL32(v, n) \ macro
45 #define ROTATE(v,c) (ROTL32(v,c))
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
Dcommon.h18 #define ROTL32(X, B) rotl32((X), (B)) macro
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
Dchacha20_ref.c30 #define ROTATE(v, c) (ROTL32(v, c))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
DCSKYInstrInfo.td199 def ROTL32 : R_YXZ_SP_F1<0x10, 0x8,