Searched refs:felem_neg (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/crypto/ec/ |
| H A D | ecp_nistp224.c | 652 static void felem_neg(felem out, const felem in) in felem_neg() function 1198 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|
| H A D | ecp_nistp384.c | 227 static void felem_neg(felem out, const felem in) in felem_neg() function 1469 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|
| H A D | ecp_nistp521.c | 295 static void felem_neg(felem out, const felem in) in felem_neg() function 1561 felem_neg(tmp[3], tmp[1]); /* (X, -Y, Z) is the negative in batch_mul()
|