HomeSort by relevance Sort by last modified time
    Searched defs:rotr (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes_i.h 72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td0[(i) & 0xff], 24
    [all...]
  /external/wpa_supplicant/
aes.c 817 static inline u32 rotr(u32 val, int bits) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c 823 static inline u32 rotr(u32 val, int bits) function
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1242 void Assembler::rotr(Register rd, Register rt, uint16_t sa) { function in class:v8::internal::Assembler
    [all...]

Completed in 79 milliseconds