Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_montgomery.c264 BN_ULONG xneq = ec_felem_non_zero_mask(group, &h); in ec_GFp_mont_add() local
285 if (!xneq && !yneq && z1nz && z2nz) { in ec_GFp_mont_add()
/external/boringssl/src/third_party/fiat/
Dp256.c306 limb_t xneq = fe_nz(h); in point_add() local
324 if (!xneq && !yneq && z1nz && z2nz) { in point_add()