Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/ec/
H A Decp_nistz256.c35 # define ALIGN32 __attribute((aligned(32))) macro
37 # define ALIGN32 __declspec(align(32)) macro
39 # define ALIGN32 macro
966 ALIGN32 BN_ULONG aX4[4 * 9 * 3] = { 0 }; in ecp_nistz256_avx2_mul_g()
967 ALIGN32 BN_ULONG bX4[4 * 9 * 2] = { 0 }; in ecp_nistz256_avx2_mul_g()
968 ALIGN32 P256_POINT_AFFINE point_arr[4]; in ecp_nistz256_avx2_mul_g()
969 ALIGN32 P256_POINT res_point_arr[4]; in ecp_nistz256_avx2_mul_g()
1135 ALIGN32 union { in ecp_nistz256_points_mul()