HomeSort by: relevance | last modified time | path
    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 26 milliseconds