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

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dexptest.c70 #define NUM_BITS (BN_BITS*2)
154 c = (c % BN_BITS) - BN_BITS2;
158 c = (c % BN_BITS) - BN_BITS2;
162 c = (c % BN_BITS) - BN_BITS2;
H A Dbn.h129 # define BN_BITS 128 macro
156 # define BN_BITS 128 macro
181 # define BN_BITS 64 macro
209 # define BN_BITS 32 macro
232 # define BN_BITS 16 macro
H A Dbn_gcd.c278 if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048))) {

Completed in 53 milliseconds