Searched refs:CBS_strdup (Results 1 – 16 of 16) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bytestring.h | 85 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 85 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/ |
D | cbs.c | 71 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 71 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_asn1.cc | 434 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
|
D | handshake_server.cc | 543 if (!CBS_strdup(&host_name, &raw)) { in extract_sni() 1241 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
|
D | handoff.cc | 590 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
|
D | handshake_client.cc | 995 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
|
/external/boringssl/src/ssl/ |
D | handshake_server.cc | 543 if (!CBS_strdup(&host_name, &raw)) { in extract_sni() 1247 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
|
D | handoff.cc | 625 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
|
D | ssl_asn1.cc | 454 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
|
D | handshake_client.cc | 991 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 648 CBS_strdup
|
D | BoringSSL-GRPC.podspec | 2200 '#define CBS_strdup GRPC_SHADOW_CBS_strdup',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 676 #define CBS_strdup GRPC_SHADOW_CBS_strdup macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1077 #define CBS_strdup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, CBS_strdup) macro
|