Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3473 uint8_t bnegative = negative(b); in table_select() local
3474 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()
3488 cmov(t, &minust, bnegative); in table_select()