Lines Matching defs:section
142 ERR_asprintf_error_data("name=%s,section=%s",
339 * section to an extension STACK.
343 X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section,
351 if (!(nval = NCONF_get_section(conf, section)))
366 X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
373 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
378 X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
385 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
390 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
398 i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
408 X509V3_get_section(X509V3_CTX *ctx, const char *section)
414 return NCONF_get_section(ctx->db, section);
418 X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section)