Searched refs:dn_sk (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/ |
D | req.c | 55 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, 994 STACK_OF(CONF_VALUE) *dn_sk, *attr_sk = NULL; in make_REQ() 1009 dn_sk = NCONF_get_section(req_conf, dn_sect); in make_REQ() 1010 if (dn_sk == NULL) { in make_REQ() 1034 i = auto_info(req, dn_sk, attr_sk, attribs, chtype); in make_REQ() 1036 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ() 1070 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, in prompt_info() 1100 if (sk_CONF_VALUE_num(dn_sk)) { in prompt_info() 1105 if (sk_CONF_VALUE_num(dn_sk) <= i) in prompt_info() 1108 v = sk_CONF_VALUE_value(dn_sk, i); in prompt_info() [all …]
|
/third_party/openssl/crypto/x509v3/ |
D | v3_utl.c | 1238 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk, in X509V3_NAME_from_section() argument 1247 for (i = 0; i < sk_CONF_VALUE_num(dn_sk); i++) { in X509V3_NAME_from_section() 1248 v = sk_CONF_VALUE_value(dn_sk, i); in X509V3_NAME_from_section()
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 718 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
|