HomeSort by: relevance | last modified time | path
    Searched defs:s18 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1144 int64_t s18; local in function:sc25519_muladd
1204 s18 = a7 * b11 + a8 * b10 + a9 * b9 + a10 * b8 + a11 * b7;
1238 carry18 = (s18 + (int64_t) (1L << 20)) >> 21;
1240 s18 -= carry18 * ((uint64_t) 1L << 21);
1273 s18 += carry17;
1317 s6 += s18 * 666643;
1318 s7 += s18 * 470296;
1319 s8 += s18 * 654183;
1320 s9 -= s18 * 997805;
1321 s10 += s18 * 136657
1591 int64_t s18 = 2097151 & (load_3(s + 47) >> 2); local in function:sc25519_reduce
    [all...]
ed25519_ref10.c 1144 int64_t s18; local in function:sc25519_muladd
1204 s18 = a7 * b11 + a8 * b10 + a9 * b9 + a10 * b8 + a11 * b7;
1238 carry18 = (s18 + (int64_t) (1L << 20)) >> 21;
1240 s18 -= carry18 * ((uint64_t) 1L << 21);
1273 s18 += carry17;
1317 s6 += s18 * 666643;
1318 s7 += s18 * 470296;
1319 s8 += s18 * 654183;
1320 s9 -= s18 * 997805;
1321 s10 += s18 * 136657
1591 int64_t s18 = 2097151 & (load_3(s + 47) >> 2); local in function:sc25519_reduce
    [all...]

Completed in 26 milliseconds