Searched refs:BN_BITS (Results 1 – 3 of 3) sorted by relevance
70 #define NUM_BITS (BN_BITS*2)154 c = (c % BN_BITS) - BN_BITS2; in main()158 c = (c % BN_BITS) - BN_BITS2; in main()162 c = (c % BN_BITS) - BN_BITS2; in main()
129 # define BN_BITS 128 macro156 # define BN_BITS 128 macro181 # define BN_BITS 64 macro209 # define BN_BITS 32 macro232 # define BN_BITS 16 macro
278 if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048))) { in BN_mod_inverse()