Home
last modified time | relevance | path

Searched defs:GETU32 (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/aes/
Daes_locl.h67 # define GETU32(p) SWAP(*((u32 *)(p))) macro
70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro
Daes_x86core.c78 #define GETU32(p) (*((u32*)(p))) macro
/external/openssl/crypto/aes/
Daes_locl.h67 # define GETU32(p) SWAP(*((u32 *)(p))) macro
70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro
Daes_x86core.c78 #define GETU32(p) (*((u32*)(p))) macro
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
Dmodes_lcl.h82 #define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
85 #define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
Dgcm128.c66 #define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
/external/openssl/crypto/modes/
Dmodes_lcl.h79 #define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
82 #define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
Dgcm128.c66 #define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
/external/wpa_supplicant_8/src/crypto/
Daes_i.h110 #define GETU32(p) SWAP(*((u32 *)(p))) macro
113 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro
/external/qemu/util/
Daes.c38 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro