Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Do_str.c263 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local
276 tmp_buflen = 0; in ossl_hexstr2buf_sep()
277 if (hexstr2buf_sep(buf, buf_n, &tmp_buflen, str, sep)) { in ossl_hexstr2buf_sep()
279 *buflen = (long)tmp_buflen; in ossl_hexstr2buf_sep()