Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbytestring.h70 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
/external/boringssl/src/crypto/bytestring/
Dcbs.c70 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
/external/boringssl/src/ssl/
Dssl_asn1.c381 if (!CBS_strdup(&value, out)) { in d2i_SSL_SESSION_get_string()
Dt1_lib.c1497 if (!CBS_strdup(&host_name, &s->session->tlsext_hostname)) { in ssl_scan_clienthello_tlsext()
Ds3_clnt.c1155 if (!CBS_strdup(&psk_identity_hint, &s->s3->tmp.peer_psk_identity_hint)) { in ssl3_get_server_key_exchange()
Ds3_srvr.c1652 if (!CBS_strdup(&psk_identity, &s->session->psk_identity)) { in ssl3_get_client_key_exchange()