Searched refs:str_copy (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/conf/ |
D | conf.c | 187 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() function 288 OPENSSL_PUT_ERROR(CONF, str_copy, CONF_R_NO_CLOSE_BRACE); in str_copy() 307 OPENSSL_PUT_ERROR(CONF, str_copy, CONF_R_VARIABLE_HAS_NO_VALUE); in str_copy() 602 if (!str_copy(conf, NULL, §ion, start)) { in def_load_bio() 656 if (!str_copy(conf, psection, &(v->value), start)) { in def_load_bio()
|
/external/boringssl/src/crypto/err/ |
D | conf.errordata | 4 CONF,function,103,str_copy
|
/external/boringssl/src/crypto/x509/ |
D | x509_vpm.c | 73 static char *str_copy(char *s) { return OPENSSL_strdup(s); } in str_copy() function 307 str_copy, str_free); in X509_VERIFY_PARAM_inherit()
|