Home
last modified time | relevance | path

Searched refs:BN_DEC_FMT1 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_local.h100 # define BN_DEC_FMT1 "%lu" macro
117 # define BN_DEC_FMT1 "%llu" macro
136 # define BN_DEC_FMT1 "%u" macro
Dbn_conv.c103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
/third_party/openssl/crypto/bn/
Dbn_local.h100 # define BN_DEC_FMT1 "%lu" macro
117 # define BN_DEC_FMT1 "%llu" macro
136 # define BN_DEC_FMT1 "%u" macro
Dbn_conv.c103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
/third_party/openssl/test/
Dbntest.c1538 #ifdef BN_DEC_FMT1 in file_quotient()
1540 "Got A %% B (word) = " BN_DEC_FMT1 ", wanted " BN_DEC_FMT1, in file_quotient()
1552 #ifdef BN_DEC_FMT1 in file_quotient()
1554 "Got A %% B (word) = " BN_DEC_FMT1 ", wanted " BN_DEC_FMT1 "", in file_quotient()