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.h89 OPENSSL_EXPORT int CBS_contains_zero_byte(const CBS *cbs);
/external/boringssl/src/crypto/bytestring/
Dcbs.c84 int CBS_contains_zero_byte(const CBS *cbs) { in CBS_contains_zero_byte() function
/external/boringssl/src/ssl/
Dssl_asn1.cc415 if (CBS_contains_zero_byte(&value)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc1087 CBS_contains_zero_byte(&psk_identity)) { in do_read_client_key_exchange()
Dhandshake_client.cc964 CBS_contains_zero_byte(&psk_identity_hint)) { in do_read_server_key_exchange()
Dt1_lib.cc628 CBS_contains_zero_byte(&host_name)) { in ext_sni_parse_clienthello()