OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fe_neg
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c
1620
static void
fe_neg
(fe h, const fe f)
function
2031
fe_neg
(h->X, h->X);
4352
fe_neg
(minust.xy2d, t->xy2d);
5776
fe_neg
(A.X, A.X);
5777
fe_neg
(A.T, A.T);
/src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c
1512
static void
fe_neg
(fe h, const fe f)
function
1904
fe_neg
(h->X, h->X);
4225
fe_neg
(minust.xy2d, t->xy2d);
5554
fe_neg
(A.X, A.X);
5555
fe_neg
(A.T, A.T);
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c
1502
static void
fe_neg
(fe h, const fe f)
function
1894
fe_neg
(h->X, h->X);
4215
fe_neg
(minust.xy2d, t->xy2d);
5526
fe_neg
(A.X, A.X);
5527
fe_neg
(A.T, A.T);
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026