Searched defs:PUTU32 (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_locl.h86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
95 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcamellia.c101 # define PUTU32(p,v) (*((u32 *)(p)) = SWAP((v))) macro
108 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
111 # define PUTU32(p,v) ({u32 r=(v); asm("bswapl %0":"=r"(r):"0"(r)); *(u32 *)(p)=r; }) macro
121 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
133 # define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8), (p)[3] = (u8)(v)) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dmodes_lcl.h87 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
90 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
H A Dgcm128.c67 # undef PUTU32 macro
68 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcamellia.c101 # define PUTU32(p,v) (*((u32 *)(p)) = SWAP((v))) macro
108 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
111 # define PUTU32(p,v) ({u32 r=(v); asm("bswapl %0":"=r"(r):"0"(r)); *(u32 *)(p)=r; }) macro
121 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
133 # define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8), (p)[3] = (u8)(v)) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dmodes_lcl.h87 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
90 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
H A Dgcm128.c67 # undef PUTU32 macro
68 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dseed.c37 #define PUTU32 macro
H A Dcamellia.c59 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
69 # define PUTU32(ct, st) { \ macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dseed.c37 #define PUTU32 macro
H A Dcamellia.c59 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
69 # define PUTU32(ct, st) { \ macro
[all...]

Completed in 90 milliseconds