Home
last modified time | relevance | path

Searched defs:RORc (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h242 #define RORc(x,n) _lrotr(x,n) macro
273 static inline unsigned RORc(unsigned word, const int i) in RORc() function
284 #define RORc ROR macro
316 static inline unsigned RORc(unsigned word, const int i) in RORc() function
327 #define RORc ROR macro
338 #define RORc(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned lon… macro
/external/wpa_supplicant/
Ddes.c50 #define RORc(x, y) \ macro
Dsha256.c215 #define RORc(x, y) \ macro