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

  /external/boringssl/src/crypto/fipsmodule/ec/
ec_montgomery.c 248 ec_felem_sub(group, &two_z1z2, &two_z1z2, &z1z1);
249 ec_felem_sub(group, &two_z1z2, &two_z1z2, &z2z2);
262 ec_felem_sub(group, &h, &u2, &u1);
279 ec_felem_sub(group, &r, &s2, &s1);
305 ec_felem_sub(group, &x_out, &x_out, &j);
306 ec_felem_sub(group, &x_out, &x_out, &v);
307 ec_felem_sub(group, &x_out, &x_out, &v);
310 ec_felem_sub(group, &y_out, &v, &x_out);
314 ec_felem_sub(group, &y_out, &y_out, &s1j);
315 ec_felem_sub(group, &y_out, &y_out, &s1j)
    [all...]
felem.c 56 void ec_felem_sub(const EC_GROUP *group, EC_FELEM *out, const EC_FELEM *a, function
internal.h 267 void ec_felem_sub(const EC_GROUP *group, EC_FELEM *out, const EC_FELEM *a,
simple.c 254 ec_felem_sub(group, &rh, &rh, &tmp);

Completed in 98 milliseconds