Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbytestring.h90 OPENSSL_EXPORT int CBS_contains_zero_byte(const CBS *cbs);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbytestring.h89 OPENSSL_EXPORT int CBS_contains_zero_byte(const CBS *cbs);
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c79 int CBS_contains_zero_byte(const CBS *cbs) { in CBS_contains_zero_byte() function
/external/boringssl/src/crypto/bytestring/
Dcbs.c79 int CBS_contains_zero_byte(const CBS *cbs) { in CBS_contains_zero_byte() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc536 CBS_contains_zero_byte(&host_name)) { in extract_sni()
1241 CBS_contains_zero_byte(&psk_identity)) { in do_read_client_key_exchange()
Dssl_asn1.cc449 if (CBS_contains_zero_byte(&value)) { in SSL_SESSION_parse_string()
Dhandshake_client.cc978 CBS_contains_zero_byte(&psk_identity_hint)) { in do_read_server_key_exchange()
/external/boringssl/src/ssl/
Dhandshake_server.cc616 CBS_contains_zero_byte(&host_name)) { in extract_sni()
1360 CBS_contains_zero_byte(&psk_identity)) { in do_read_client_key_exchange()
Dssl_asn1.cc449 if (CBS_contains_zero_byte(&value)) { in SSL_SESSION_parse_string()
Dhandshake_client.cc1079 CBS_contains_zero_byte(&psk_identity_hint)) { in do_read_server_key_exchange()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list618 CBS_contains_zero_byte
DBoringSSL-GRPC.podspec2170 '#define CBS_contains_zero_byte GRPC_SHADOW_CBS_contains_zero_byte',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h646 #define CBS_contains_zero_byte GRPC_SHADOW_CBS_contains_zero_byte macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1049 #define CBS_contains_zero_byte BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, CBS_contains_zero_byte) macro