HomeSort by relevance Sort by last modified time
    Searched refs:yneq (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
ec_montgomery.c 282 BN_ULONG yneq = ec_felem_non_zero_mask(group, &r); local
285 if (!xneq && !yneq && z1nz && z2nz) {
  /external/boringssl/src/third_party/fiat/
p256.c 322 limb_t yneq = fe_nz(r); local
324 if (!xneq && !yneq && z1nz && z2nz) {
    [all...]

Completed in 261 milliseconds