Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_str.c291 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep() local
292 size_t i, len = has_sep ? buflen * 3 : 1 + buflen * 2; in buf2hexstr_sep()
309 if (has_sep) in buf2hexstr_sep()
312 if (has_sep && buflen > 0) in buf2hexstr_sep()

Completed in 4 milliseconds