Home
last modified time | relevance | path

Searched refs:CBS_strdup (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbytestring.h85 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/boringssl/src/include/openssl/
Dbytestring.h85 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c71 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
/external/boringssl/src/crypto/bytestring/
Dcbs.c71 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_asn1.cc434 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc543 if (!CBS_strdup(&host_name, &raw)) { in extract_sni()
1241 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
Dhandoff.cc590 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
Dhandshake_client.cc995 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
/external/boringssl/src/ssl/
Dhandshake_server.cc543 if (!CBS_strdup(&host_name, &raw)) { in extract_sni()
1247 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
Dhandoff.cc625 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
Dssl_asn1.cc454 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
Dhandshake_client.cc991 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list648 CBS_strdup
DBoringSSL-GRPC.podspec2200 '#define CBS_strdup GRPC_SHADOW_CBS_strdup',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h676 #define CBS_strdup GRPC_SHADOW_CBS_strdup macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1077 #define CBS_strdup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, CBS_strdup) macro