Home | History | Annotate | Download | only in curve25519

Lines Matching defs:c6

4151   int64_t c6 = 2097151 & (load_4(c + 15) >> 6);
4211 s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 + a6 * b0;