Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dp224-64.c520 static p224_limb p224_felem_is_zero(const p224_felem in) { in p224_felem_is_zero() function
789 x_equal = p224_felem_is_zero(ftmp); in p224_point_add()
790 y_equal = p224_felem_is_zero(ftmp3); in p224_point_add()
791 z1_is_zero = p224_felem_is_zero(z1); in p224_point_add()
792 z2_is_zero = p224_felem_is_zero(z2); in p224_point_add()