Searched refs:tmp_buflen (Results 1 – 1 of 1) sorted by relevance
191 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local206 tmp_buflen = 0; in ossl_hexstr2buf_sep()207 if (hexstr2buf_sep(buf, buf_n, &tmp_buflen, str, sep)) { in ossl_hexstr2buf_sep()209 *buflen = (long)tmp_buflen; in ossl_hexstr2buf_sep()