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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c981 ALIGN32 BN_ULONG aX4[4 * 9 * 3] = { 0 }; local
1016 ecp_nistz256_avx2_transpose_convert(aX4, point_arr);
1017 ecp_nistz256_avx2_to_mont(aX4, aX4);
1018 ecp_nistz256_avx2_to_mont(&aX4[4 * 9], &aX4[4 * 9]);
1019 ecp_nistz256_avx2_set1(&aX4[4 * 9 * 2]);
1054 ecp_nistz256_avx2_point_add_affines_x4(aX4, aX4, bX4);
1091 ecp_nistz256_avx2_point_add_affine_x4(aX4, aX
[all...]

Completed in 97 milliseconds