Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dbs_cbs.c110 if (CBS_contains_zero_byte(cbs)) in CBS_strdup()
132 CBS_contains_zero_byte(const CBS *cbs) in CBS_contains_zero_byte() function
H A Dbytestring.h103 int CBS_contains_zero_byte(const CBS *cbs);
H A Dssl_asn1.c371 if (CBS_contains_zero_byte(&hostname)) in d2i_SSL_SESSION()
H A Dssl_tlsext.c362 if (!CBS_contains_zero_byte(&ecpf)) { in tlsext_ecpf_parse()
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_cbs.c110 if (CBS_contains_zero_byte(cbs)) in CBS_strdup()
132 CBS_contains_zero_byte(const CBS *cbs) in CBS_contains_zero_byte() function
H A Dbytestring.h103 int CBS_contains_zero_byte(const CBS *cbs);
/dragonfly/crypto/libressl/
H A DChangeLog327 - Add explicit CBS_contains_zero_byte() check in CBS_strdup()