Home
last modified time | relevance | path

Searched refs:BN_BITS (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h176 #define BN_BITS 128 macro
196 #define BN_BITS 64
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gcd.c307 if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048))) { in BN_mod_inverse_internal()