Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/bn/
HDexptest.c70 #define NUM_BITS (BN_BITS*2)
215 c = (c % BN_BITS) - BN_BITS2; in main()
219 c = (c % BN_BITS) - BN_BITS2; in main()
223 c = (c % BN_BITS) - BN_BITS2; in main()
HDbn.h185 # define BN_BITS 128 macro
214 # define BN_BITS 128 macro
243 # define BN_BITS 64 macro
HDbn_gcd.c279 if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048))) { in BN_mod_inverse()
/freebsd-11-stable/crypto/openssl/apps/
HDs_client.c552 if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N, g)) in ssl_srp_verify_param_cb()