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

  /external/boringssl/src/crypto/fipsmodule/ec/
ec_montgomery.c 230 BN_ULONG z2nz = ec_felem_non_zero_mask(group, &b->Z); local
285 if (!xneq && !yneq && z1nz && z2nz) {
318 ec_felem_select(group, &out->X, z2nz, &x_out, &a->X);
320 ec_felem_select(group, &out->Y, z2nz, &y_out, &a->Y);
322 ec_felem_select(group, &out->Z, z2nz, &z_out, &a->Z);
  /external/boringssl/src/third_party/fiat/
p256.c 267 limb_t z2nz = fe_nz(z2); local
324 if (!xneq && !yneq && z1nz && z2nz) {
355 fe_cmovznz(x3, z2nz, x1, x_out);
357 fe_cmovznz(y3, z2nz, y1, y_out);
359 fe_cmovznz(z3, z2nz, z1, z_out);
    [all...]

Completed in 709 milliseconds