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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c45 # define ALIGN32 __attribute((aligned(32))) macro
47 # define ALIGN32 __declspec(align(32)) macro
49 # define ALIGN32 macro
609 ALIGN32 P256_POINT h;
927 !(defined(__GNUC__) || defined(_MSC_VER)) /* this is for ALIGN32 */
981 ALIGN32 BN_ULONG aX4[4 * 9 * 3] = { 0 };
982 ALIGN32 BN_ULONG bX4[4 * 9 * 2] = { 0 };
983 ALIGN32 P256_POINT_AFFINE point_arr[P256_LIMBS];
984 ALIGN32 P256_POINT res_point_arr[P256_LIMBS];
1172 ALIGN32 unio
[all...]

Completed in 272 milliseconds