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

/netgear-R7000-V1.0.7.12_1.2.5/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
H A Daes_x86core.c77 #undef GETU32 macro
78 #define GETU32(p) (*((u32*)(p))) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
H A Daes_x86core.c77 #undef GETU32 macro
78 #define GETU32(p) (*((u32*)(p))) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcamellia.c100 # define GETU32(p) SWAP(*((u32 *)(p))) macro
107 # define GETU32(p) (*(u32 *)(p)) macro
110 # define GETU32(p) ({u32 r=*(const u32 *)(p); asm("bswapl %0":"=r"(r):"0"(r)); r; }) macro
120 # define GETU32(p) (*(u32 *)(p)) macro
132 # define GETU32(p) (((u32)(p)[0] << 24) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[3])) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dmodes_lcl.h86 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
89 # define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
H A Dgcm128.c65 # undef GETU32 macro
66 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcamellia.c100 # define GETU32(p) SWAP(*((u32 *)(p))) macro
107 # define GETU32(p) (*(u32 *)(p)) macro
110 # define GETU32(p) ({u32 r=*(const u32 *)(p); asm("bswapl %0":"=r"(r):"0"(r)); r; }) macro
120 # define GETU32(p) (*(u32 *)(p)) macro
132 # define GETU32(p) (((u32)(p)[0] << 24) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[3])) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dmodes_lcl.h86 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
89 # define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro
H A Dgcm128.c65 # undef GETU32 macro
66 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifspdu.h384 #define GETU32(var) (*((__u32 *)var)) /* BB check for endian issues */ macro

Completed in 118 milliseconds