Searched refs:felem_neg (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp521.c | 289 * felem_neg sets |out| to |-in| 295 static void felem_neg(felem out, const felem in) in felem_neg() function 1645 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|
H A D | ecp_nistp224.c | 666 static void felem_neg(felem out, const felem in) in felem_neg() function 1212 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp521.c | 289 * felem_neg sets |out| to |-in| 295 static void felem_neg(felem out, const felem in) in felem_neg() function 1645 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|
H A D | ecp_nistp224.c | 666 static void felem_neg(felem out, const felem in) in felem_neg() function 1212 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|
Completed in 11 milliseconds