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.c79 int CBS_contains_zero_byte(const CBS *cbs) { in CBS_contains_zero_byte() function
/external/boringssl/src/ssl/
Dssl_asn1.cc488 if (CBS_contains_zero_byte(&value)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc1310 CBS_contains_zero_byte(&psk_identity)) { in ssl3_get_client_key_exchange()
Dhandshake_client.cc1286 CBS_contains_zero_byte(&psk_identity_hint)) { in ssl3_get_server_key_exchange()
Dt1_lib.cc687 CBS_contains_zero_byte(&host_name)) { in ext_sni_parse_clienthello()