Searched refs:__ALIGN64 (Results 1 – 10 of 10) sorted by relevance
94 extern const __ALIGN64 Ipp32u DESspbox[16*16];
86 extern const __ALIGN64 Ipp8u SMS4_Sbox[16*16];
214 extern const __ALIGN64 Ipp8u RijEncSbox[256]; /* pure encryption S-box */215 extern const __ALIGN64 Ipp8u RijDecSbox[256]; /* pure decryption S-box */
62 extern const __ALIGN64 P192_POINT_AFFINE ec_p192r1_precomputed[28][64];70 const __ALIGN64 P192_POINT_AFFINE ec_p192r1_precomputed[28][64] = {
62 extern const __ALIGN64 P384_POINT_AFFINE ec_p384r1_precomputed[77][16];70 const __ALIGN64 P384_POINT_AFFINE ec_p384r1_precomputed[77][16] = {
62 extern const __ALIGN64 P256_POINT_AFFINE ec_p256r1_precomputed[37][64];70 const __ALIGN64 P256_POINT_AFFINE ec_p256r1_precomputed[37][64] = {
62 extern const __ALIGN64 SM2_POINT_AFFINE precomputed_ec_sm2[37][64];70 const __ALIGN64 SM2_POINT_AFFINE precomputed_ec_sm2[37][64] = {
62 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] = {
62 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] = {
121 #define __ALIGN64 __declspec (align(64)) macro126 #define __ALIGN64 __attribute__((aligned(64))) macro