Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_str.c258 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local
271 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