Searched refs:BN_BITS (Results 1 – 3 of 3) sorted by relevance
149 c = (c % BN_BITS) - BN_BITS2; in test_mod_exp()156 c = (c % BN_BITS) - BN_BITS2; in test_mod_exp()163 c = (c % BN_BITS) - BN_BITS2; in test_mod_exp()
94 if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g)) in ssl_srp_verify_param_cb()
55 # define BN_BITS (BN_BITS2 * 2) macro
Completed in 4 milliseconds