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);
|