HomeSort by relevance Sort by last modified time
    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/
des.c 46 #define ROLc(x, y) \
350 right = ROLc(right, 1);
355 leftt = ROLc(leftt, 1);
  /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);

Completed in 26 milliseconds