/external/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 179 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/ |
D | 0013-tls_psk_hint.patch | 74 - 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 …]
|
D | 0011-ecdhe_psk.patch | 107 + 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/ |
D | ui_lib.c | 258 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/ |
D | bss_conn.c | 169 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/ |
D | srp.c | 608 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/ |
D | conf_mod.c | 304 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/ |
D | srp_vfy.c | 220 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/ |
D | enginetest.c | 223 id = BUF_strdup(buf); in main() 225 name = BUF_strdup(buf); in main()
|
D | eng_dyn.c | 342 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/ |
D | v3_enum.c | 95 if(strval == enam->bitnum) return BUF_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
|
D | v3_utl.c | 91 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/ |
D | v3_enum.c | 94 if(strval == enam->bitnum) return BUF_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
|
D | v3_utl.c | 86 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/ |
D | connect.c | 155 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/ |
D | buffer.h | 88 char * BUF_strdup(const char *str);
|
/external/openssl/crypto/buffer/ |
D | buffer.h | 88 char * BUF_strdup(const char *str);
|
D | buf_str.c | 63 char *BUF_strdup(const char *str) in BUF_strdup() function
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | buf.h | 90 OPENSSL_EXPORT char *BUF_strdup(const char *str);
|
/external/openssl/crypto/asn1/ |
D | asn_mime.c | 808 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()
|
D | ameth_lib.c | 309 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/ |
D | x509_vpm.c | 273 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/ |
D | str_meth.c | 70 store_method->name = BUF_strdup(name); in STORE_create_method()
|
/external/chromium_org/third_party/boringssl/src/crypto/buf/ |
D | buf.c | 148 char *BUF_strdup(const char *buf) { in BUF_strdup() function
|
/external/openssl/crypto/x509/ |
D | x509_trs.c | 182 if(!(trtmp->name = BUF_strdup(name))) { in X509_TRUST_add()
|