Searched refs:x_equal (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c1146 limb x_equal, y_equal, z1_is_zero, z2_is_zero; local
1209 x_equal = felem_is_zero(ftmp4);
1231 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
H A Decp_nistp256.c1242 limb x_equal, y_equal, z1_is_zero, z2_is_zero; local
1319 x_equal = smallfelem_is_zero(small4);
1342 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {
H A Decp_nistp224.c924 limb z1_is_zero, z2_is_zero, x_equal, y_equal; local
984 x_equal = felem_is_zero(ftmp);
989 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) {

Completed in 96 milliseconds