Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Do_str.c229 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep() local
230 size_t len = has_sep ? buflen * 3 : 1 + buflen * 2; in buf2hexstr_sep()
246 if (has_sep) in buf2hexstr_sep()
249 if (has_sep) in buf2hexstr_sep()