Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Do_str.c266 size_t tmp_n; in ossl_buf2hexstr_sep() local
271 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()
272 if ((tmp = OPENSSL_malloc(tmp_n)) == NULL) { in ossl_buf2hexstr_sep()
277 if (buf2hexstr_sep(tmp, tmp_n, NULL, buf, buflen, sep)) in ossl_buf2hexstr_sep()

Completed in 3 milliseconds