HomeSort by relevance Sort by last modified time
    Searched refs:carry9 (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/third_party/fiat/
curve25519.c 1099 int64_t carry9; local
1178 carry9 = (s9 + (1 << 20)) >> 21;
1179 s10 += carry9;
1180 s9 -= int64_lshift21(carry9);
1270 carry9 = (s9 + (1 << 20)) >> 21;
1271 s10 += carry9;
1272 s9 -= int64_lshift21(carry9);
1477 int64_t carry9; local
    [all...]
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 214 // h10 = carry9
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 180 // h10 = carry9
    [all...]

Completed in 437 milliseconds