Searched refs:CBS_strdup (Results 1 – 6 of 6) sorted by relevance
70 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
70 int CBS_strdup(const CBS *cbs, char **out_ptr) { in CBS_strdup() function
422 if (!CBS_strdup(&value, out)) { in SSL_SESSION_parse_string()
1509 if (!CBS_strdup(&psk_identity, &ssl->session->psk_identity)) { in ssl3_get_client_key_exchange()
1133 if (!CBS_strdup(&psk_identity_hint, &ssl->s3->tmp.peer_psk_identity_hint)) { in ssl3_get_server_key_exchange()
803 if (!CBS_strdup(&host_name, &ssl->session->tlsext_hostname)) { in ext_sni_parse_clienthello()