Home
last modified time | relevance | path

Searched refs:BN_DEC_CONV (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_conv.c92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
252 if (!BN_mul_word(ret, BN_DEC_CONV) in BN_dec2bn()
H A Dbn_local.h98 # define BN_DEC_CONV (10000000000000000000UL) macro
115 # define BN_DEC_CONV (10000000000000000000ULL) macro
134 # define BN_DEC_CONV (1000000000L) macro
/third_party/openssl/crypto/bn/
H A Dbn_conv.c92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
252 if (!BN_mul_word(ret, BN_DEC_CONV) in BN_dec2bn()
H A Dbn_local.h98 # define BN_DEC_CONV (10000000000000000000UL) macro
115 # define BN_DEC_CONV (10000000000000000000ULL) macro
134 # define BN_DEC_CONV (1000000000L) macro

Completed in 3 milliseconds