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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aes_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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_locl.h85 # define GETU32(p) SWAP(*((u32 *)(p))) macro
90 # define GETU32(pt) (((u32)(pt)[0] << 24) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dseed.c35 #define GETU32 macro
[all...]
H A Dcamellia.c58 # define GETU32(p) SWAP(*((u32 *)(p))) macro
63 # define GETU32(pt) \ macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcamellia.c75 # define GETU32(pt) (((u32)(pt)[0] << 24) \ macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h329 #define GETU32(var) (*((__u32 *)var)) /* BB check for endian issues */ macro

Completed in 186 milliseconds