Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/conf/
Dconf.c354 CONF_VALUE *section_value = get_section(conf, section); in STACK_OF() local
355 if (section_value == NULL) { in STACK_OF()
358 return (STACK_OF(CONF_VALUE)*) section_value->value; in STACK_OF()