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

  /external/openssl/crypto/aes/
aes_locl.h 68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
  /external/qemu/
aes.c 44 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 109 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
113 #define PUTU32(ct, st) { \
  /external/wpa_supplicant/
aes.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c     [all...]

Completed in 186 milliseconds