OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ROLc
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h
243
#define
ROLc
(x,n) _lrotl(x,n)
265
static inline unsigned
ROLc
(unsigned word, const int i)
283
#define
ROLc
ROL
308
static inline unsigned
ROLc
(unsigned word, const int i)
326
#define
ROLc
ROL
337
#define
ROLc
(x, y) ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL)
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c
46
#define
ROLc
(x, y) \
350
right =
ROLc
(right, 1);
355
leftt =
ROLc
(leftt, 1);
/external/wpa_supplicant_8/src/crypto/
des-internal.c
38
#define
ROLc
(x, y) \
342
right =
ROLc
(right, 1);
347
leftt =
ROLc
(leftt, 1);
Completed in 635 milliseconds