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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/
H A Dsha512.c350 #define ROTR(a, n) \ macro
371 #define ROTR(a, n) \ macro
378 #define ROTR(a, n) \ macro
397 #define ROTR(a, n) _rotr64((a), n) macro
421 #ifndef ROTR
422 #define ROTR(x, s) (((x) >> s) | (x) << (64 - s)) macro
425 #define Sigma0(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39))
426 #define Sigma1(x) (ROTR((
596 #undef ROTR macro
[all...]

Completed in 8 milliseconds