Searched refs:tbytes (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_conv.c | 54 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local 69 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec() 72 buf = OPENSSL_malloc(tbytes); in BN_bn2dec() 103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec() 109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
|
Completed in 4 milliseconds