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

/ast/src/lib/libsum/
H A Dsum-sha2.c81 #undef S64 macro
246 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
259 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
260 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
261 #define sigma0_512(x) (S64( 1, (x)) ^ S64(
[all...]

Completed in 10 milliseconds