Searched refs:str_copy (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/conf/ |
A D | conf_def.c | 50 static int str_copy(CONF *conf, char *section, char **to, char *from); 370 if (!str_copy(conf, NULL, §ion, start)) in def_load_bio() 453 if (!str_copy(conf, psection, &include, p)) in def_load_bio() 532 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio() 634 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
|
/openssl-master/crypto/x509/ |
A D | x509_vpm.c | 26 static char *str_copy(const char *s) in str_copy() function 209 sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
|
Completed in 8 milliseconds