Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c4211 uint8_t bnegative = negative(b); in table_select() local
4212 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()
4226 cmov(t, &minust, bnegative); in table_select()
/third_party/openssl/crypto/ec/
H A Dcurve25519.c4211 uint8_t bnegative = negative(b); in table_select() local
4212 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()
4226 cmov(t, &minust, bnegative); in table_select()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c4201 uint8_t bnegative = negative(b); in table_select() local
4202 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()
4216 cmov(t, &minust, bnegative); in table_select()

Completed in 24 milliseconds