Searched refs:bits (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | bn.h | 431 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom); 432 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom); 549 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, 561 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, 725 # define bn_expand(a,bits) \ argument 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) argument 830 # define bn_check_size(bn, bits) argument [all …]
|
D | crypto.h | 544 void CRYPTO_set_mem_debug_options(long bits); 577 void CRYPTO_dbg_set_options(long bits);
|