Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_local.h81 # define BN_DEC_FMT2 "%019lu" macro
98 # define BN_DEC_FMT2 "%019llu" macro
117 # define BN_DEC_FMT2 "%09u" macro
Dbn_conv.c109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()