↓ 3 callersFunctionfe_cmovReplace (f,g) with (g,g) if b == 1;
* replace (f,g) with (f,g) if b == 0.
*
* Preconditions: b in {0,1}. */
3rdparty/boringssl/crypto/curve25519/curve25519.c:728
↓ 3 callersFunctionfe_isnegativereturn 1 if f is in {1,3,5,...,q-2}
* return 0 if f is in {0,2,4,...,q-1}
*
* Preconditions:
* |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^
3rdparty/boringssl/crypto/curve25519/curve25519.c:756