Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Decp_sm2p256.c43 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 …]
H A Decp_nistz256.c948 ALIGN32 union { in ecp_nistz256_points_mul()
/freebsd/crypto/openssl/include/internal/
H A Dcommon.h30 #define ALIGN32 __attribute((aligned(32))) macro
33 #define ALIGN32 __declspec(align(32)) macro
36 #define ALIGN32 macro