Searched refs:kPrime3Test (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c382 static const u64 kPrime3Test = 0x7fffffff00000001ul; /* 2^63 - 2^32 + 1 */ local
438 low -= kPrime3Test;
439 /* if low was greater than kPrime3Test then the MSB is zero */
444 * all ones if low was > kPrime3Test
445 * all zeros if low was <= kPrime3Test

Completed in 71 milliseconds