Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h187 # define BN_BITS2 64 macro
216 # define BN_BITS2 64 macro
245 # define BN_BITS2 32 macro
727 bits > (INT_MAX - BN_BITS2 + 1) ? \
730 (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \
733 bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2) \
816 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2)