Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dbs_cbs.c111 if (CBS_contains_zero_byte(cbs)) in CBS_strdup()
133 CBS_contains_zero_byte(const CBS *cbs) in CBS_contains_zero_byte() function
Dbytestring.h101 int CBS_contains_zero_byte(const CBS *cbs);
Dssl_asn1.c362 if (CBS_contains_zero_byte(&hostname)) in d2i_SSL_SESSION()
Dssl_tlsext.c386 if (!CBS_contains_zero_byte(&ecpf)) { in tlsext_ecpf_process()
/openbsd/src/lib/libcrypto/x509/
Dx509name.c106 if (CBS_contains_zero_byte(&cbs)) in X509_NAME_get_text_by_OBJ()