/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bytestring.h | 86 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
|
/external/cronet/tot/third_party/boringssl/src/include/openssl/ |
D | bytestring.h | 90 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 90 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
|
/external/cronet/stable/third_party/boringssl/src/include/openssl/ |
D | bytestring.h | 90 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
|
/external/rust/android-crates-io/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.cc | 61 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | ssl_asn1.cc | 433 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
|
D | handshake_server.cc | 646 if (!CBS_strdup(&host_name, &raw)) { in extract_sni() 1447 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
|
D | handoff.cc | 679 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
|
D | handshake_client.cc | 1140 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | ssl_asn1.cc | 433 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
|
D | handshake_server.cc | 646 if (!CBS_strdup(&host_name, &raw)) { in extract_sni() 1447 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
|
D | handoff.cc | 679 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
|
D | handshake_client.cc | 1140 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
|
/external/cronet/tot/third_party/boringssl/src/crypto/bytestring/ |
D | cbs.cc | 61 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
|
/external/cronet/stable/third_party/boringssl/src/crypto/bytestring/ |
D | cbs.cc | 61 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
|
/external/boringssl/src/ssl/ |
D | ssl_asn1.cc | 361 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
|
D | handshake_server.cc | 509 if (!CBS_strdup(&host_name, &raw)) { in extract_sni() 1311 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
|
D | handoff.cc | 681 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
|
D | handshake_client.cc | 1017 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_asn1.cc | 454 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
|
D | handshake_server.cc | 630 if (!CBS_strdup(&host_name, &raw)) { in extract_sni() 1373 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
|
D | handoff.cc | 627 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
|
D | handshake_client.cc | 1092 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
|
/external/grpc-grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1166 #define CBS_strdup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, CBS_strdup) macro
|