HomeSort by: relevance | last modified time | path
    Searched defs:S64 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/hash/sha2/
sha2.c 105 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
118 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
119 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
120 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
121 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /src/sys/dev/ic/
mpt_mpilib.h 98 } S64;
117 typedef S64 *PS64;

Completed in 35 milliseconds