Searched refs:__ALIGN16 (Results 1 – 13 of 13) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpsms4ecby8cn.h | 62 static __ALIGN16 Ipp8u inpMaskLO[] = {0x65,0x41,0xfd,0xd9,0x0a,0x2e,0x92,0xb6,0x0f,0x2b,0x97,0xb3,0… 63 static __ALIGN16 Ipp8u inpMaskHI[] = {0x00,0xc9,0x67,0xae,0x80,0x49,0xe7,0x2e,0x4a,0x83,0x2d,0xe4,0… 64 static __ALIGN16 Ipp8u outMaskLO[] = {0xd3,0x59,0x38,0xb2,0xcc,0x46,0x27,0xad,0x36,0xbc,0xdd,0x57,0… 65 static __ALIGN16 Ipp8u outMaskHI[] = {0x00,0x50,0x14,0x44,0x89,0xd9,0x9d,0xcd,0xde,0x8e,0xca,0x9a,0… 67 static __ALIGN16 Ipp8u encKey[] = {0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0… 68 static __ALIGN16 Ipp8u maskSrows[] = {0x00,0x0d,0x0a,0x07,0x04,0x01,0x0e,0x0b,0x08,0x05,0x02,0x0f,0… 70 static __ALIGN16 Ipp8u lowBits4[] = {0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0… 72 static __ALIGN16 Ipp8u swapBytes[] = {3,2,1,0, 7,6,5,4, 11,10,9,8, 15,14,13,12};
|
D | pcphash.h | 190 extern __ALIGN16 const Ipp32u SHA1_cnt[]; 191 extern __ALIGN16 const Ipp32u SHA256_cnt[]; 192 extern __ALIGN16 const Ipp64u SHA512_cnt[]; 193 extern __ALIGN16 const Ipp32u MD5_cnt[]; 194 extern __ALIGN16 const Ipp32u SM3_cnt[];
|
D | pcphashcnt.c | 249 __ALIGN16 const Ipp32u SHA1_cnt[] = { 255 __ALIGN16 const Ipp32u SHA256_cnt[] = { 276 __ALIGN16 const Ipp64u SHA512_cnt[] = { 301 __ALIGN16 const Ipp32u MD5_cnt[] = { 325 __ALIGN16 const Ipp32u SM3_cnt[] = {
|
D | pcpaesmxts.h | 71 __ALIGN16 IppsAESSpec datumAES; /* datum AES context */ 72 __ALIGN16 IppsAESSpec tweakAES; /* tweak AES context */
|
D | pcpaesauthgcm.h | 86 __ALIGN16 /* aligned buffers */ 97 __ALIGN16 /* aligned AES context */ 100 __ALIGN16 /* aligned pre-computed data: */
|
D | pcpcmac.h | 67 __ALIGN16 /* aligned AES context */
|
D | pcpmd5stuff.h | 68 static __ALIGN16 const Ipp32u md5_cnt[] = {
|
D | pcpsha1stuff.h | 64 static __ALIGN16 const Ipp32u sha1_cnt[] = {
|
D | pcpsm3stuff.h | 67 static __ALIGN16 const Ipp32u sm3_cnt[] = {
|
D | pcpsha256stuff.h | 77 static __ALIGN16 const Ipp32u sha256_cnt[] = {
|
D | pcprijtables.h | 217 extern const __ALIGN16 Ipp32u RijEncTbl[5][256]; /* precomputed encryption tables */ 218 extern const __ALIGN16 Ipp32u RijDecTbl[5][256]; /* precomputed decryption tables */
|
D | pcpsha512stuff.h | 84 static __ALIGN16 const Ipp64u sha512_cnt[] = {
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | owndefs.h | 119 #define __ALIGN16 __declspec (align(16)) macro 124 #define __ALIGN16 __attribute__((aligned(16))) macro
|