HomeSort by relevance Sort by last modified time
    Searched refs:__ALIGN16 (Results 1 - 13 of 13) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpaesmxts.h 71 __ALIGN16 IppsAESSpec datumAES; /* datum AES context */
72 __ALIGN16 IppsAESSpec tweakAES; /* tweak AES context */
pcpsms4ecby8cn.h 62 static __ALIGN16 Ipp8u inpMaskLO[] = {0x65,0x41,0xfd,0xd9,0x0a,0x2e,0x92,0xb6,0x0f,0x2b,0x97,0xb3,0x60,0x44,0xf8,0xdc};
63 static __ALIGN16 Ipp8u inpMaskHI[] = {0x00,0xc9,0x67,0xae,0x80,0x49,0xe7,0x2e,0x4a,0x83,0x2d,0xe4,0xca,0x03,0xad,0x64};
64 static __ALIGN16 Ipp8u outMaskLO[] = {0xd3,0x59,0x38,0xb2,0xcc,0x46,0x27,0xad,0x36,0xbc,0xdd,0x57,0x29,0xa3,0xc2,0x48};
65 static __ALIGN16 Ipp8u outMaskHI[] = {0x00,0x50,0x14,0x44,0x89,0xd9,0x9d,0xcd,0xde,0x8e,0xca,0x9a,0x57,0x07,0x43,0x13};
67 static __ALIGN16 Ipp8u encKey[] = {0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63,0x63};
68 static __ALIGN16 Ipp8u maskSrows[] = {0x00,0x0d,0x0a,0x07,0x04,0x01,0x0e,0x0b,0x08,0x05,0x02,0x0f,0x0c,0x09,0x06,0x03};
70 static __ALIGN16 Ipp8u lowBits4[] = {0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f};
72 static __ALIGN16 Ipp8u swapBytes[] = {3,2,1,0, 7,6,5,4, 11,10,9,8, 15,14,13,12};
pcpcmac.h 67 __ALIGN16 /* aligned AES context */
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[];
pcpsha1stuff.h 64 static __ALIGN16 const Ipp32u sha1_cnt[] = {
pcpmd5stuff.h 68 static __ALIGN16 const Ipp32u md5_cnt[] = {
pcpaesauthgcm.h 86 __ALIGN16 /* aligned buffers */
97 __ALIGN16 /* aligned AES context */
100 __ALIGN16 /* aligned pre-computed data: */
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[] = {
pcpsm3stuff.h 67 static __ALIGN16 const Ipp32u sm3_cnt[] = {
pcpsha256stuff.h 77 static __ALIGN16 const Ipp32u sha256_cnt[] = {
pcpsha512stuff.h 84 static __ALIGN16 const Ipp64u sha512_cnt[] = {
pcprijtables.h 217 extern const __ALIGN16 Ipp32u RijEncTbl[5][256]; /* precomputed encryption tables */
218 extern const __ALIGN16 Ipp32u RijDecTbl[5][256]; /* precomputed decryption tables */
  /external/epid-sdk/ext/ipp/sources/include/
owndefs.h 119 #define __ALIGN16 __declspec (align(16))
124 #define __ALIGN16 __attribute__((aligned(16)))

Completed in 92 milliseconds