Home
last modified time | relevance | path

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

/external/boringssl/src/third_party/fiat/
Dcurve25519.c802 uint8_t bnegative = negative(b); in table_select() local
803 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()
822 cmov(t, &minust, bnegative); in table_select()