Searched refs:OPENSSL_strdup (Results 1 – 6 of 6) sorted by relevance
102 OPENSSL_EXPORT char *OPENSSL_strdup(const char *s);
165 v->section = OPENSSL_strdup(section); in NCONF_new_section()387 value->section = OPENSSL_strdup(section->section); in add_string()520 section = OPENSSL_strdup("default"); in def_load_bio()655 v->name = OPENSSL_strdup(pname); in def_load_bio()
150 char *OPENSSL_strdup(const char *s) { return strdup(s); } in OPENSSL_strdup() function
130 ln = OPENSSL_strdup(o->ln); in OBJ_dup()137 sn = OPENSSL_strdup(o->sn); in OBJ_dup()
158 *out_port = OPENSSL_strdup(port); in split_host_and_port()
73 static char *str_copy(char *s) { return OPENSSL_strdup(s); } in str_copy()