Home | History | Annotate | Download | only in openssl

Lines Matching defs:section

74  *   # This key is in the default section.
83 char *section;
110 /* NCONF_get_section returns a stack of values for a given section in |conf|.
111 * If |section| is NULL, the default section is returned. It returns NULL on
113 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
115 /* NCONF_get_string returns the value of the key |name|, in section |section|.
116 * The |section| argument may be NULL to indicate the default section. It
118 const char *NCONF_get_string(const CONF *conf, const char *section,