Home
last modified time | relevance | path

Searched refs:__ALIGN16 (Results 1 – 13 of 13) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpsms4ecby8cn.h62 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};
Dpcphash.h190 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[];
Dpcphashcnt.c249 __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[] = {
Dpcpaesmxts.h71 __ALIGN16 IppsAESSpec datumAES; /* datum AES context */
72 __ALIGN16 IppsAESSpec tweakAES; /* tweak AES context */
Dpcpaesauthgcm.h86 __ALIGN16 /* aligned buffers */
97 __ALIGN16 /* aligned AES context */
100 __ALIGN16 /* aligned pre-computed data: */
Dpcpcmac.h67 __ALIGN16 /* aligned AES context */
Dpcpmd5stuff.h68 static __ALIGN16 const Ipp32u md5_cnt[] = {
Dpcpsha1stuff.h64 static __ALIGN16 const Ipp32u sha1_cnt[] = {
Dpcpsm3stuff.h67 static __ALIGN16 const Ipp32u sm3_cnt[] = {
Dpcpsha256stuff.h77 static __ALIGN16 const Ipp32u sha256_cnt[] = {
Dpcprijtables.h217 extern const __ALIGN16 Ipp32u RijEncTbl[5][256]; /* precomputed encryption tables */
218 extern const __ALIGN16 Ipp32u RijDecTbl[5][256]; /* precomputed decryption tables */
Dpcpsha512stuff.h84 static __ALIGN16 const Ipp64u sha512_cnt[] = {
/external/epid-sdk/ext/ipp/sources/include/
Downdefs.h119 #define __ALIGN16 __declspec (align(16)) macro
124 #define __ALIGN16 __attribute__((aligned(16))) macro