Searched defs:GETU32 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c718 #define GETU32(p) SWAP(*((u32 *)(p))) macro
721 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) macro
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drijndael-alg-fst.c726 #define GETU32(p) SWAP(*((uint32_t *)(p))) macro
729 #define GETU32(pt) (((uint32_t)(pt)[0] << 24) ^ ((uint32_t)(pt)[1] << 16) ^ ((uint32_t)(pt)[2] << 8) ^ ((uint32_t)(pt)[3])) macro
[all...]
H A Dcamellia-ntt.c66 # define GETU32(p) SWAP(*((u32 *)(p))) macro
71 # define GETU32(pt) \ macro
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Drijndael.c719 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) macro
[all...]

Completed in 111 milliseconds