Home | History | Annotate | Download | only in apps

Lines Matching refs:chtype

129 		int attribs,unsigned long chtype);
130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype,
135 unsigned long chtype);
138 unsigned long chtype);
141 int n_max, unsigned long chtype);
143 int nid,int n_min,int n_max, unsigned long chtype, int mval);
191 unsigned long chtype = MBSTRING_ASC;
337 chtype = MBSTRING_UTF8;
581 if (chtype != MBSTRING_UTF8)
587 chtype = MBSTRING_UTF8;
816 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype);
919 if (build_subject(req, subj, chtype, multirdn) == 0)
1117 int attribs, unsigned long chtype)
1163 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1167 i = build_subject(req, subj, chtype, multirdn);
1169 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1184 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn)
1188 if (!(n = parse_name(subject, chtype, multirdn)))
1204 unsigned long chtype)
1297 n_min,n_max, chtype, mval))
1365 v->value,def,value,nid,n_min,n_max, chtype))
1381 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
1421 if (!X509_NAME_add_entry_by_txt(subj,type, chtype,
1436 if(!X509_REQ_add1_attr_by_txt(req, v->name, chtype,
1445 int nid, int n_min, int n_max, unsigned long chtype, int mval)
1494 if (!X509_NAME_add_entry_by_NID(n,nid, chtype,
1503 int n_max, unsigned long chtype)
1554 if(!X509_REQ_add1_attr_by_NID(req, nid, chtype,