Searched refs:kPrime3Test (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c396 static const u64 kPrime3Test = 0x7fffffff00000001ul; /* 2^63 - 2^32 + 1 */ local
451 low -= kPrime3Test;
452 /* if low was greater than kPrime3Test then the MSB is zero */
457 * all ones if low was > kPrime3Test
458 * all zeros if low was <= kPrime3Test */

Completed in 104 milliseconds