Searched refs:bnegative (Results 1 – 3 of 3) sorted by relevance
556 const unsigned char bnegative = negative(b); in ge25519_select() local557 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); in ge25519_select()571 ge25519_cmov(t, &minust, bnegative); in ge25519_select()591 const unsigned char bnegative = negative(b); in ge25519_select_cached() local592 const unsigned char babs = b - (((-bnegative) & b) * ((signed char) 1 << 1)); in ge25519_select_cached()607 ge25519_cmov_cached(t, &minust, bnegative); in ge25519_select_cached()
894 uint8_t bnegative = negative(b); in table_select() local895 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()914 cmov(t, &minust, bnegative); in table_select()
4338 uint8_t bnegative = negative(b); in table_select() local4339 uint8_t babs = b - ((uint8_t)((-bnegative) & b) << 1); in table_select()4353 cmov(t, &minust, bnegative); in table_select()