Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_str.c332 size_t tmp_n; in ossl_buf2hexstr_sep() local
337 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()
338 if ((tmp = OPENSSL_malloc(tmp_n)) == NULL) in ossl_buf2hexstr_sep()
341 if (buf2hexstr_sep(tmp, tmp_n, NULL, buf, buflen, sep)) in ossl_buf2hexstr_sep()

Completed in 4 milliseconds