Home | Sort by relevance Sort by last modified time |
/external/boringssl/src/crypto/conf/ | |
conf.c | 361 CONF_VALUE *section_value = get_section(conf, section); local 362 if (section_value == NULL) { 365 return (STACK_OF(CONF_VALUE)*) section_value->value; |