Home
last modified time | relevance | path

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

/crypto/bn/
A Dbn_conv.c49 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local
64 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec()
67 buf = OPENSSL_malloc(tbytes); in BN_bn2dec()
96 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
102 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()

Completed in 9 milliseconds