Searched refs:LSR64 (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpsha512stuff.h | 179 lenHi = LSL64(lenHi,3) | LSR64(lenLo,63-3); in sha512_msgRep() 216 lenHi = LSL64(lenHi,3) | LSR64(lenLo,63-3); in cpFinalizeSHA512()
|
D | pcphashsha512px.c | 82 #define SIG0(x) (ROR64((x), 1) ^ ROR64((x), 8) ^ LSR64((x), 7)) 83 #define SIG1(x) (ROR64((x),19) ^ ROR64((x),61) ^ LSR64((x), 6))
|
D | pcphash_digest.c | 93 hi = LSL64(hi,3) | LSR64(lo,63-3); in cpComputeDigest()
|
D | owncp.h | 637 #define LSR64(x,nBits) ((x)>>(nBits)) macro 641 #define ROR64(x, nBits) (LSR64((x),(nBits)) | LSL64((x),64-(nBits)))
|