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.c487 static p224_limb p224_felem_is_zero(const p224_felem in) { in p224_felem_is_zero() function
756 x_equal = p224_felem_is_zero(ftmp); in p224_point_add()
757 y_equal = p224_felem_is_zero(ftmp3); in p224_point_add()
758 z1_is_zero = p224_felem_is_zero(z1); in p224_point_add()
759 z2_is_zero = p224_felem_is_zero(z2); in p224_point_add()