Searched refs:tmp_n (Results 1 – 1 of 1) sorted by relevance
271 size_t tmp_n; in ossl_buf2hexstr_sep() local276 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()277 if ((tmp = OPENSSL_malloc(tmp_n)) == NULL) { in ossl_buf2hexstr_sep()282 if (buf2hexstr_sep(tmp, tmp_n, NULL, buf, buflen, sep)) in ossl_buf2hexstr_sep()