Searched refs:CRYPTOPP_ALIGN_DATA (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dconfig.h183 #ifndef CRYPTOPP_ALIGN_DATA
185 #define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x)) macro
187 #define CRYPTOPP_ALIGN_DATA(x) __attribute__((aligned(x)))
189 #define CRYPTOPP_ALIGN_DATA(x)
H A Dsecblock.h266 CRYPTOPP_ALIGN_DATA(8) T m_array[(CRYPTOPP_BOOL_ALIGN16_ENABLED && T_Align16) ? S+8/sizeof(T) : S];
H A Dsha.cpp100 CRYPTOPP_ALIGN_DATA(16) extern const word32 SHA256_K[64] CRYPTOPP_SECTION_ALIGN16 = {
622 CRYPTOPP_ALIGN_DATA(16) static const word64 SHA512_K[80] CRYPTOPP_SECTION_ALIGN16 = {
H A Drijndael.cpp80 namespace rdtable {CRYPTOPP_ALIGN_DATA(16) word64 Te[256+2];}
H A Dwhrlpool.cpp115 CRYPTOPP_ALIGN_DATA(16) static const word64 Whirlpool_C[4*256+R] CRYPTOPP_SECTION_ALIGN16 = {
H A Dinteger.cpp1264 CRYPTOPP_ALIGN_DATA(16) static const word32 s_maskLow16[4] CRYPTOPP_SECTION_ALIGN16 = {0xffff,0xffff,0xffff,0xffff};

Completed in 104 milliseconds