Home
last modified time | relevance | path

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

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