GETU32 61 source4/heimdal/lib/hcrypto/camellia-ntt.c # define GETU32(p) SWAP(*((u32 *)(p))) GETU32 66 source4/heimdal/lib/hcrypto/camellia-ntt.c # define GETU32(pt) \ GETU32 733 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c #define GETU32(p) SWAP(*((u32 *)(p))) GETU32 736 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))