OpenGrok
Cross Reference: sha2.c
xref
: /
external
/
mmc-utils
/
3rdparty
/
hmac_sha
/
sha2.c
Home
|
History
|
Annotate
|
Download
|
only in
hmac_sha
Lines Matching
full:rotl
48
#define
ROTL
(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n)))