Home
last modified time | relevance | path

Searched refs:__ALIGN64 (Results 1 – 10 of 10) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpdes.h94 extern const __ALIGN64 Ipp32u DESspbox[16*16];
Dpcpsms4.h86 extern const __ALIGN64 Ipp8u SMS4_Sbox[16*16];
Dpcprijtables.h214 extern const __ALIGN64 Ipp8u RijEncSbox[256]; /* pure encryption S-box */
215 extern const __ALIGN64 Ipp8u RijDecSbox[256]; /* pure decryption S-box */
Dpcpp192r1precomca.c62 extern const __ALIGN64 P192_POINT_AFFINE ec_p192r1_precomputed[28][64];
70 const __ALIGN64 P192_POINT_AFFINE ec_p192r1_precomputed[28][64] = {
Dpcpp384r1precomca.c62 extern const __ALIGN64 P384_POINT_AFFINE ec_p384r1_precomputed[77][16];
70 const __ALIGN64 P384_POINT_AFFINE ec_p384r1_precomputed[77][16] = {
Dpcpp256r1precomca.c62 extern const __ALIGN64 P256_POINT_AFFINE ec_p256r1_precomputed[37][64];
70 const __ALIGN64 P256_POINT_AFFINE ec_p256r1_precomputed[37][64] = {
Dpcpsm2pprecomca.c62 extern const __ALIGN64 SM2_POINT_AFFINE precomputed_ec_sm2[37][64];
70 const __ALIGN64 SM2_POINT_AFFINE precomputed_ec_sm2[37][64] = {
Dpcpp224r1precomca.c62 extern const __ALIGN64 P224_POINT_AFFINE ec_p224r1_precomputed[33][64];
71 const __ALIGN64 P224_POINT_AFFINE ec_p224r1_precomputed[33][64] = {
2285 const __ALIGN64 P224_POINT_AFFINE ec_p224r1_precomputed[33][64] = {
Dpcpp521r1precomca.c62 extern const __ALIGN64 P521_POINT_AFFINE ec_p521r1_precomputed[105][16];
71 const __ALIGN64 P521_POINT_AFFINE ec_p521r1_precomputed[105][16] = {
2069 const __ALIGN64 P521_POINT_AFFINE ec_p521r1_precomputed[105][16] = {
/external/epid-sdk/ext/ipp/sources/include/
Downdefs.h121 #define __ALIGN64 __declspec (align(64)) macro
126 #define __ALIGN64 __attribute__((aligned(64))) macro