Home
last modified time | relevance | path

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

/external/openssh/
Drijndael.c621 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)… 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/boringssl/src/crypto/fipsmodule/modes/
Dinternal.h101 static inline uint32_t GETU32(const void *in) { in GETU32() function