Home
last modified time | relevance | path

Searched refs:BUF_strdup (Results 1 – 25 of 53) sorted by relevance

123

/external/openssl/crypto/ocsp/
Docsp_lib.c179 buf = BUF_strdup(url); in OCSP_parse_url()
215 *ppath = BUF_strdup("/"); in OCSP_parse_url()
218 *ppath = BUF_strdup(p); in OCSP_parse_url()
249 *pport = BUF_strdup(port); in OCSP_parse_url()
252 *phost = BUF_strdup(host); in OCSP_parse_url()
/external/openssl/patches/
D0013-tls_psk_hint.patch74 - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
85 s->session->psk_identity = BUF_strdup(identity);
159 - s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint);
161 + s->session->psk_identity_hint = BUF_strdup(tmp_id_hint);
185 - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
197 s->session->psk_identity = BUF_strdup(identity);
270 - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
308 + s->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
355 - s->session->psk_identity_hint = BUF_strdup(identity_hint);
363 + s->session->psk_identity_hint = BUF_strdup(identity_hint);
[all …]
D0011-ecdhe_psk.patch107 + s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint);
125 - s->ctx->psk_identity_hint = BUF_strdup(tmp_id_hint);
296 + s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
308 + s->session->psk_identity = BUF_strdup(identity);
513 - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
524 - s->session->psk_identity = BUF_strdup(identity);
960 + s->session->psk_identity = BUF_strdup(tmp_id);
971 + s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
1133 - s->session->psk_identity = BUF_strdup((char *)p);
1143 - s->session->psk_identity_hint = BUF_strdup(s->ctx->psk_identity_hint);
[all …]
/external/openssl/crypto/ui/
Dui_lib.c258 prompt_copy=BUF_strdup(prompt); in UI_dup_input_string()
284 prompt_copy=BUF_strdup(prompt); in UI_dup_verify_string()
315 prompt_copy=BUF_strdup(prompt); in UI_dup_input_boolean()
325 action_desc_copy=BUF_strdup(action_desc); in UI_dup_input_boolean()
335 ok_chars_copy=BUF_strdup(ok_chars); in UI_dup_input_boolean()
345 cancel_chars_copy=BUF_strdup(cancel_chars); in UI_dup_input_boolean()
376 text_copy=BUF_strdup(text); in UI_dup_info_string()
400 text_copy=BUF_strdup(text); in UI_dup_error_string()
626 ui_method->name = BUF_strdup(name); in UI_create_method()
/external/openssl/crypto/bio/
Dbss_conn.c169 c->param_port=BUF_strdup(p); in conn_state()
511 data->param_hostname=BUF_strdup(ptr); in conn_ctrl()
517 data->param_port=BUF_strdup(ptr); in conn_ctrl()
528 data->param_hostname=BUF_strdup(buf); in conn_ctrl()
538 data->param_port=BUF_strdup(buf); in conn_ctrl()
/external/openssl/apps/
Dsrp.c608 row[DB_srpid] = BUF_strdup(user); in MAIN()
609 row[DB_srptype] = BUF_strdup("v"); in MAIN()
610 row[DB_srpgN] = BUF_strdup(gNid); in MAIN()
613 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo)))) || in MAIN()
673 row[DB_srpgN] = BUF_strdup(gNid); in MAIN()
676 (userinfo && (!(row[DB_srpinfo] = BUF_strdup(userinfo))))) in MAIN()
/external/openssl/crypto/conf/
Dconf_mod.c304 tmod->name = BUF_strdup(name); in module_add()
360 imod->name = BUF_strdup(name); in module_init()
361 imod->value = BUF_strdup(value); in module_init()
553 return BUF_strdup(file); in CONF_get1_default_config_file()
/external/openssl/crypto/srp/
Dsrp_vfy.c220 if (id != NULL && NULL == (vinfo->id = BUF_strdup(id))) in SRP_user_pwd_set_ids()
222 return (info == NULL || NULL != (vinfo->info = BUF_strdup(info))) ; in SRP_user_pwd_set_ids()
263 (vb->seed_key = BUF_strdup(seed_key)) == NULL) in SRP_VBASE_new()
293 if ((newgN->b64_bn = BUF_strdup(ch)) == NULL) in SRP_gN_new_init()
404 if (!(gN->id = BUF_strdup(pp[DB_srpid])) in SRP_VBASE_init()
/external/openssl/crypto/engine/
Denginetest.c223 id = BUF_strdup(buf); in main()
225 name = BUF_strdup(buf); in main()
Deng_dyn.c342 ctx->DYNAMIC_LIBNAME = BUF_strdup(p); in dynamic_ctrl()
356 ctx->engine_id = BUF_strdup(p); in dynamic_ctrl()
389 char *tmp_str = BUF_strdup(p); in dynamic_ctrl()
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_enum.c95 if(strval == enam->bitnum) return BUF_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
Dv3_utl.c91 if(name && !(tname = BUF_strdup(name))) goto err; in X509V3_add_value()
92 if(value && !(tvalue = BUF_strdup(value))) goto err; in X509V3_add_value()
263 linebuf = BUF_strdup(line); in STACK_OF()
554 emtmp = BUF_strdup((char *)email->data); in append_ia5()
1035 iptmp = BUF_strdup(ipasc); in a2i_IPADDRESS_NC()
/external/openssl/crypto/x509v3/
Dv3_enum.c94 if(strval == enam->bitnum) return BUF_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
Dv3_utl.c86 if(name && !(tname = BUF_strdup(name))) goto err; in X509V3_add_value()
87 if(value && !(tvalue = BUF_strdup(value))) goto err; in X509V3_add_value()
258 linebuf = BUF_strdup(line); in STACK_OF()
557 emtmp = BUF_strdup((char *)email->data); in append_ia5()
608 iptmp = BUF_strdup(ipasc); in a2i_IPADDRESS_NC()
/external/chromium_org/third_party/boringssl/src/crypto/bio/
Dconnect.c155 c->param_port = BUF_strdup(p); in conn_state()
419 data->param_hostname = BUF_strdup(ptr); in conn_ctrl()
424 data->param_port = BUF_strdup(ptr); in conn_ctrl()
/external/openssl/include/openssl/
Dbuffer.h88 char * BUF_strdup(const char *str);
/external/openssl/crypto/buffer/
Dbuffer.h88 char * BUF_strdup(const char *str);
Dbuf_str.c63 char *BUF_strdup(const char *str) in BUF_strdup() function
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dbuf.h90 OPENSSL_EXPORT char *BUF_strdup(const char *str);
/external/openssl/crypto/asn1/
Dasn_mime.c808 if(!(tmpname = BUF_strdup(name))) return NULL; in mime_hdr_new()
818 if(!(tmpval = BUF_strdup(value))) return NULL; in mime_hdr_new()
841 tmpname = BUF_strdup(name); in mime_hdr_addparam()
852 tmpval = BUF_strdup(value); in mime_hdr_addparam()
Dameth_lib.c309 ameth->info = BUF_strdup(info); in EVP_PKEY_asn1_new()
318 ameth->pem_str = BUF_strdup(pem_str); in EVP_PKEY_asn1_new()
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dx509_vpm.c273 tmp = BUF_strdup((char *)src); in int_x509_param_set1()
298 param->name = BUF_strdup(name); in X509_VERIFY_PARAM_set1_name()
/external/openssl/crypto/store/
Dstr_meth.c70 store_method->name = BUF_strdup(name); in STORE_create_method()
/external/chromium_org/third_party/boringssl/src/crypto/buf/
Dbuf.c148 char *BUF_strdup(const char *buf) { in BUF_strdup() function
/external/openssl/crypto/x509/
Dx509_trs.c182 if(!(trtmp->name = BUF_strdup(name))) { in X509_TRUST_add()

123