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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c934 static limb smallfelem_is_zero(const smallfelem small) function
970 return (int)(smallfelem_is_zero(small) & ((limb) 1));
1246 z1_is_zero = smallfelem_is_zero(small3);
1247 z2_is_zero = smallfelem_is_zero(z2);
1319 x_equal = smallfelem_is_zero(small4);
1340 y_equal = smallfelem_is_zero(small1);

Completed in 83 milliseconds