OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bnegative
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c
556
const unsigned char
bnegative
= negative(b);
local in function:ge25519_select
557
const unsigned char babs = b - (((-
bnegative
) & b) * ((signed char) 1 << 1));
571
ge25519_cmov(t, &minust,
bnegative
);
591
const unsigned char
bnegative
= negative(b);
local in function:ge25519_select_cached
592
const unsigned char babs = b - (((-
bnegative
) & b) * ((signed char) 1 << 1));
607
ge25519_cmov_cached(t, &minust,
bnegative
);
ed25519_ref10.c
556
const unsigned char
bnegative
= negative(b);
local in function:ge25519_select
557
const unsigned char babs = b - (((-
bnegative
) & b) * ((signed char) 1 << 1));
571
ge25519_cmov(t, &minust,
bnegative
);
591
const unsigned char
bnegative
= negative(b);
local in function:ge25519_select_cached
592
const unsigned char babs = b - (((-
bnegative
) & b) * ((signed char) 1 << 1));
607
ge25519_cmov_cached(t, &minust,
bnegative
);
Completed in 24 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025