Home
last modified time | relevance | path

Searched refs:str_copy (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/conf/
Dconf.c207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() function
630 if (!str_copy(conf, NULL, &section, start)) { in def_load_bio()
681 if (!str_copy(conf, psection, &(v->value), start)) { in def_load_bio()
/external/boringssl/src/crypto/x509/
Dx509_vpm.c75 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()