Searched refs:str_copy (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/conf/ |
D | conf.c | 207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() function 630 if (!str_copy(conf, NULL, §ion, start)) { in def_load_bio() 681 if (!str_copy(conf, psection, &(v->value), start)) { in def_load_bio()
|
/external/boringssl/src/crypto/x509/ |
D | x509_vpm.c | 75 static char *str_copy(char *s) in str_copy() function 305 sk_OPENSSL_STRING_deep_copy(id->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
|