Searched refs:S64 (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsha2.c159 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
172 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
173 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
174 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
175 #define sigma1_512(x) (S64(1
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c197 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
210 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
211 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
212 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
213 #define sigma1_512(x) (S64(1
[all...]
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp425 int64_t S64; local
449 bool S64Success = StringRef(Signed[i].Str).getAsInteger(0, S64);
452 EXPECT_EQ(S64, Signed[i].Expected);

Completed in 80 milliseconds