Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Do_str.c271 size_t tmp_n; in ossl_buf2hexstr_sep() local
276 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()