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

  /external/boringssl/src/crypto/fipsmodule/ec/
felem.c 37 void ec_felem_neg(const EC_GROUP *group, EC_FELEM *out, const EC_FELEM *a) { function
internal.h 259 // ec_felem_neg sets |out| to -|a|.
260 void ec_felem_neg(const EC_GROUP *group, EC_FELEM *out, const EC_FELEM *a);
simple.c 212 ec_felem_neg(group, &point->Y, &point->Y);

Completed in 70 milliseconds