Searched refs:ALIGN32 (Results 1 – 3 of 3) sorted by relevance
43 ALIGN32 static const BN_ULONG def_xG[P256_LIMBS] = {48 ALIGN32 static const BN_ULONG def_yG[P256_LIMBS] = {57 ALIGN32 static const BN_ULONG def_p[P256_LIMBS] = {62 ALIGN32 static const BN_ULONG ONE[P256_LIMBS] = { 1, 0, 0, 0 };138 ALIGN32 BN_ULONG u[4]; \139 ALIGN32 BN_ULONG v[4]; \140 ALIGN32 BN_ULONG x1[4] = { 1, 0, 0, 0 }; \141 ALIGN32 BN_ULONG x2[4] = { 0 }; \181 ALIGN32 BN_ULONG tmp0[P256_LIMBS]; in ecp_sm2p256_point_double()182 ALIGN32 BN_ULONG tmp1[P256_LIMBS]; in ecp_sm2p256_point_double()[all …]
948 ALIGN32 union { in ecp_nistz256_points_mul()
30 #define ALIGN32 __attribute((aligned(32))) macro33 #define ALIGN32 __declspec(align(32)) macro36 #define ALIGN32 macro