Searched refs:BN_TBIT (Results 1 – 3 of 3) sorted by relevance
811 c = (t & BN_TBIT) ? 1 : 0; in BN_nist_mod_256()1066 c = (t & BN_TBIT) ? 1 : 0; in BN_nist_mod_384()
1150 mask = BN_TBIT; in BN_GF2m_poly2arr()
56 #define BN_TBIT ((BN_ULONG)1 << (BN_BITS2 - 1)) macro