HomeSort by: relevance | last modified time | path
    Searched defs:felem_neg (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 652 static void felem_neg(felem out, const felem in) function
1198 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative
ecp_nistp384.c 221 * felem_neg sets |out| to |-in|
227 static void felem_neg(felem out, const felem in) function
1469 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative
ecp_nistp521.c 289 * felem_neg sets |out| to |-in|
295 static void felem_neg(felem out, const felem in) function
1561 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 666 static void felem_neg(felem out, const felem in) function
1212 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative
ecp_nistp521.c 289 * felem_neg sets |out| to |-in|
295 static void felem_neg(felem out, const felem in) function
1645 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative

Completed in 38 milliseconds