Home
last modified time | relevance | path

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

/third_party/openssl/crypto/aes/
Daes_local.h20 # define GETU32(p) SWAP(*((u32 *)(p))) macro
23 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(p… macro
Daes_x86core.c80 #define GETU32(p) (*((u32*)(p))) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael-alg-fst.c727 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)… macro
/third_party/openssl/crypto/camellia/
Dcamellia.c50 #define GETU32(p) (((u32)(p)[0] << 24) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[3]… macro
/third_party/openssl/crypto/modes/
Dmodes_local.h100 # define GETU32(p) BSWAP4(*(const u32_a1 *)(p)) macro
103 # define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
Dgcm128.c23 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro