Home
last modified time | relevance | path

Searched refs:BN_BITS (Results 1 – 3 of 3) sorted by relevance

/openssl-master/test/
A Dexptest.c149 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()
/openssl-master/apps/lib/
A Dtlssrp_depr.c94 if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g)) in ssl_srp_verify_param_cb()
/openssl-master/include/openssl/
A Dbn.h55 # define BN_BITS (BN_BITS2 * 2) macro

Completed in 4 milliseconds