Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbytestring.h74 OPENSSL_EXPORT int CBS_contains_zero_byte(const CBS *cbs);
/external/boringssl/src/crypto/bytestring/
Dcbs.c78 int CBS_contains_zero_byte(const CBS *cbs) { in CBS_contains_zero_byte() function
/external/boringssl/src/ssl/
Dssl_asn1.c377 if (CBS_contains_zero_byte(&value)) { in d2i_SSL_SESSION_get_string()
Dt1_lib.c1483 CBS_contains_zero_byte(&host_name)) { in ssl_scan_clienthello_tlsext()
Ds3_clnt.c1147 CBS_contains_zero_byte(&psk_identity_hint)) { in ssl3_get_server_key_exchange()
Ds3_srvr.c1645 CBS_contains_zero_byte(&psk_identity)) { in ssl3_get_client_key_exchange()