Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_str.c20 #define CH_ZERO '\0' macro
47 ret[maxlen] = CH_ZERO; in CRYPTO_strndup()
69 for (p = str; maxlen-- != 0 && *p != CH_ZERO; ++p) ; in OPENSSL_strnlen()
82 *dst = CH_ZERO; in OPENSSL_strlcpy()
217 if (ch == sep && sep != CH_ZERO) in hexstr2buf_sep()
291 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep()
314 *q = CH_ZERO; in buf2hexstr_sep()
337 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()

Completed in 5 milliseconds