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.h74 # define BN_DEC_FMT2 "%019lu" macro
91 # define BN_DEC_FMT2 "%019llu" macro
110 # define BN_DEC_FMT2 "%09u" macro
Dbn_print.c110 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()