Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dctype.h70 # define ossl_iscntrl(c) (ossl_ctype_check((c), CTYPE_MASK_cntrl)) macro
/third_party/openssl/test/
Dctype_internal_test.c41 && TEST_int_eq(iscntrl(n) != 0, ossl_iscntrl(n) != 0) in test_ctype_chars()
/third_party/openssl/crypto/pem/
Dpem_lib.c706 if (ossl_iscntrl(linebuf[i])) in sanitize_line()