OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bnegative
(Results
1 - 4
of
4
) 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
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
592
const unsigned char babs = b - (((-
bnegative
) & b) * ((signed char) 1 << 1));
607
ge25519_cmov_cached(t, &minust,
bnegative
);
/src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c
4338
uint8_t
bnegative
= negative(b);
local
4339
uint8_t babs = b - ((uint8_t)((-
bnegative
) & b) << 1);
4353
cmov(t, &minust,
bnegative
);
/src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c
4211
uint8_t
bnegative
= negative(b);
local
4212
uint8_t babs = b - ((uint8_t)((-
bnegative
) & b) << 1);
4226
cmov(t, &minust,
bnegative
);
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c
4201
uint8_t
bnegative
= negative(b);
local
4202
uint8_t babs = b - ((uint8_t)((-
bnegative
) & b) << 1);
4216
cmov(t, &minust,
bnegative
);
Completed in 29 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026