Searched refs:tmp_buflen (Results 1 – 1 of 1) sorted by relevance
258 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local271 tmp_buflen = 0; in ossl_hexstr2buf_sep()272 if (hexstr2buf_sep(buf, buf_n, &tmp_buflen, str, sep)) { in ossl_hexstr2buf_sep()274 *buflen = (long)tmp_buflen; in ossl_hexstr2buf_sep()
Completed in 5 milliseconds