Home
last modified time | relevance | path

Searched defs:babs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c557 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); in ge25519_select() local
592 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); in ge25519_select_cached() local
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4212 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select() local