Home | History | Annotate | Download | only in curve25519

Lines Matching defs:c3

4148   int64_t c3 = 2097151 & (load_4(c + 7) >> 7);
4208 s3 = c3 + a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0;