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

  /external/boringssl/src/crypto/fipsmodule/ec/
ec_montgomery.c 312 EC_FELEM s1j; local
313 ec_GFp_mont_felem_mul(group, &s1j, &s1, &j);
314 ec_felem_sub(group, &y_out, &y_out, &s1j);
315 ec_felem_sub(group, &y_out, &y_out, &s1j);
  /external/boringssl/src/third_party/fiat/
p256.c 349 fe s1j; local
350 fe_mul(s1j, s1, j);
351 fe_sub(y_out, y_out, s1j);
352 fe_sub(y_out, y_out, s1j);
    [all...]

Completed in 137 milliseconds