Home
last modified time | relevance | path

Searched refs:felem_neg (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c289 * 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 Decp_nistp224.c666 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 Decp_nistp521.c289 * 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 Decp_nistp224.c666 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 13 milliseconds