Searched refs:S64 (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | sha2.c | 186 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro 199 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) 200 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) 201 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) 202 #define sigma1_512(x) (S64(1 [all...] |
Completed in 8 milliseconds