Searched refs:BUF_strdup (Results 1 – 13 of 13) sorted by relevance
95 if(strval == enam->bitnum) return BUF_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
94 if(name && !(tname = BUF_strdup(name))) goto err; in X509V3_add_value()95 if(value && !(tvalue = BUF_strdup(value))) goto err; in X509V3_add_value()266 linebuf = BUF_strdup(line); in STACK_OF()562 emtmp = BUF_strdup((char *)email->data); in append_ia5()1063 iptmp = BUF_strdup(ipasc); in a2i_IPADDRESS_NC()
209 name_dup = BUF_strdup(name); in X509_PURPOSE_add()210 sname_dup = BUF_strdup(sname); in X509_PURPOSE_add()
93 OPENSSL_EXPORT char *BUF_strdup(const char *str);
430 data->param_hostname = BUF_strdup(ptr); in conn_ctrl()436 data->param_port = BUF_strdup(ptr); in conn_ctrl()
348 tmp = BUF_strdup(src); in int_x509_param_set1()373 param->name = BUF_strdup(name); in X509_VERIFY_PARAM_set1_name()
189 name_dup = BUF_strdup(name); in X509_TRUST_add()
150 char *BUF_strdup(const char *buf) { in BUF_strdup() function
372 ssl->tlsext_hostname = BUF_strdup(name); in SSL_set_tlsext_host_name()
332 session->tlsext_hostname = BUF_strdup(ssl->tlsext_hostname); in ssl_get_new_session()
429 ssl->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint); in SSL_new()2081 ctx->psk_identity_hint = BUF_strdup(identity_hint); in SSL_CTX_use_psk_identity_hint()2107 ssl->psk_identity_hint = BUF_strdup(identity_hint); in SSL_use_psk_identity_hint()
1613 ssl->session->psk_identity = BUF_strdup(identity); in ssl3_send_client_key_exchange()
718 ssl->session->tlsext_hostname = BUF_strdup(ssl->tlsext_hostname); in ext_sni_parse_serverhello()