Home
last modified time | relevance | path

Searched refs:bnegative (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c556 const unsigned char bnegative = negative(b); in ge25519_select() local
557 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); in ge25519_select()
571 ge25519_cmov(t, &minust, bnegative); in ge25519_select()
591 const unsigned char bnegative = negative(b); in ge25519_select_cached() local
592 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); in ge25519_select_cached()
607 ge25519_cmov_cached(t, &minust, bnegative); in ge25519_select_cached()