OpenGrok
Cross Reference: sha512.cc
xref
: /
external
/
chromium
/
crypto
/
third_party
/
nss
/
sha512.cc
Home
|
History
|
Annotate
|
Download
|
only in
nss
Lines Matching
full:rotl64
533
#define
ROTL64
(x,n) ((x << n) | (x >> (64 - n)))