Lines Matching refs:name
36 const char *name, const char *value)
44 return v3_generic_extension(name, value, crit, ext_type, ctx);
45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
49 "section=%s, name=%s, value=%s",
50 section, name, value);
53 "name=%s, value=%s", name, value);
58 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name,
61 return X509V3_EXT_nconf_int(conf, ctx, NULL, name, value);
103 "name=%s,section=%s", OBJ_nid2sn(ext_nid), value);
125 "name=%s", OBJ_nid2sn(ext_nid));
246 "name=%s", ext);
322 val->name, val->value)) == NULL)
381 char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section)
388 return ctx->db_meth->get_string(ctx->db, name, section);
481 const char *name, const char *value)
489 ret = X509V3_EXT_nconf(ctmp, ctx, name, value);