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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A 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)[3])) macro
/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Daes.c50 #define GETU32(p) BSWAP_L(*(uint32_t *)(p)) macro
[all...]

Completed in 92 milliseconds