Home
last modified time | relevance | path

Searched defs:ROLc (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h243 #define ROLc(x,n) _lrotl(x,n) macro
265 static inline unsigned ROLc(unsigned word, const int i) in ROLc() function
283 #define ROLc ROL macro
308 static inline unsigned ROLc(unsigned word, const int i) in ROLc() function
326 #define ROLc ROL macro
337 #define ROLc(x, y) ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFF… macro
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Ddes.c46 #define ROLc(x, y) \ macro
/external/wpa_supplicant/
Ddes.c46 #define ROLc(x, y) \ macro
/external/wpa_supplicant_8/src/crypto/
Ddes-internal.c44 #define ROLc(x, y) \ macro