Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/
Dbytestring.h86 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/cronet/tot/third_party/boringssl/src/include/openssl/
Dbytestring.h90 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/boringssl/src/include/openssl/
Dbytestring.h90 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/cronet/stable/third_party/boringssl/src/include/openssl/
Dbytestring.h90 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/rust/android-crates-io/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.cc61 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_asn1.cc433 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc646 if (!CBS_strdup(&host_name, &raw)) { in extract_sni()
1447 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
Dhandoff.cc679 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
Dhandshake_client.cc1140 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_asn1.cc433 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc646 if (!CBS_strdup(&host_name, &raw)) { in extract_sni()
1447 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
Dhandoff.cc679 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
Dhandshake_client.cc1140 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
/external/cronet/tot/third_party/boringssl/src/crypto/bytestring/
Dcbs.cc61 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
/external/cronet/stable/third_party/boringssl/src/crypto/bytestring/
Dcbs.cc61 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
/external/boringssl/src/ssl/
Dssl_asn1.cc361 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc509 if (!CBS_strdup(&host_name, &raw)) { in extract_sni()
1311 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
Dhandoff.cc681 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
Dhandshake_client.cc1017 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_asn1.cc454 if (!CBS_strdup(&value, &raw)) { in SSL_SESSION_parse_string()
Dhandshake_server.cc630 if (!CBS_strdup(&host_name, &raw)) { in extract_sni()
1373 if (!CBS_strdup(&psk_identity, &raw)) { in do_read_client_key_exchange()
Dhandoff.cc627 if (!CBS_strdup(&hostname, &hostname_str)) { in SSL_apply_handback()
Dhandshake_client.cc1092 !CBS_strdup(&psk_identity_hint, &raw)) { in do_read_server_key_exchange()
/external/grpc-grpc/src/boringssl/
Dboringssl_prefix_symbols.h1166 #define CBS_strdup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, CBS_strdup) macro

12