Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c778 static limb smallfelem_is_zero(const smallfelem small) { in smallfelem_is_zero() function
1053 z1_is_zero = smallfelem_is_zero(small3); in point_add()
1054 z2_is_zero = smallfelem_is_zero(z2); in point_add()
1124 x_equal = smallfelem_is_zero(small4); in point_add()
1145 y_equal = smallfelem_is_zero(small1); in point_add()