Searched refs:BN_DEC_FMT1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn.h140 # define BN_DEC_FMT1 "%lu" macro
166 # define BN_DEC_FMT1 "%llu" macro
197 # define BN_DEC_FMT1 "%lu" macro
220 # define BN_DEC_FMT1 "%u" macro
243 # define BN_DEC_FMT1 "%u" macro
H A Dbn_print.c158 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp);

Completed in 109 milliseconds