OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROTL32
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h
23
#define
ROTL32
(v, n) \
40
#define ROTATE(v,c) (
ROTL32
(v,c))
/external/openssh/
chacha.c
24
#define
ROTL32
(v, n) \
41
#define ROTATE(v,c) (
ROTL32
(v,c))
/external/openssh/openbsd-compat/
chacha_private.h
23
#define
ROTL32
(v, n) \
40
#define ROTATE(v,c) (
ROTL32
(v,c))
/external/libchrome/crypto/third_party/nss/
sha512.cc
147
#define
ROTL32
(x,n) _lrotl(x,n)
150
#define
ROTL32
(x,n) ((x << n) | (x >> ((8 * sizeof x) - n)))
[
all
...]
Completed in 583 milliseconds