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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c946 static limb smallfelem_is_zero(const smallfelem small) function
982 return (int)(smallfelem_is_zero(small) & ((limb) 1));
1258 z1_is_zero = smallfelem_is_zero(small3);
1259 z2_is_zero = smallfelem_is_zero(z2);
1331 x_equal = smallfelem_is_zero(small4);
1352 y_equal = smallfelem_is_zero(small1);

Completed in 103 milliseconds