Searched refs:chtype (Results 1 – 8 of 8) sorted by relevance
/external/openssl/apps/ |
D | req.c | 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; in MAIN() local 328 chtype = MBSTRING_UTF8; in MAIN() 572 if (chtype != MBSTRING_UTF8) in MAIN() 578 chtype = MBSTRING_UTF8; in MAIN() [all …]
|
D | ca.c | 201 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, 207 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, 214 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn, 220 …STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multi… 281 unsigned long chtype = MBSTRING_ASC; in MAIN() local 365 chtype = MBSTRING_UTF8; in MAIN() 671 if (chtype != MBSTRING_UTF8){ in MAIN() 676 chtype = MBSTRING_UTF8; in MAIN() 1174 serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,extensions, in MAIN() 1198 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch, in MAIN() [all …]
|
D | apps.h | 312 X509_NAME *parse_name(char *str, long chtype, int multirdn);
|
D | apps.c | 2111 X509_NAME *parse_name(char *subject, long chtype, int multirdn) in parse_name() argument 2223 if (!X509_NAME_add_entry_by_NID(n, nid, chtype, (unsigned char*)ne_values[i], -1,-1,mval[i])) in parse_name()
|
/external/qemu/ |
D | curses.c | 50 chtype *line; in curses_update() 52 line = ((chtype *) screen) + y * width; in curses_update()
|
/external/openssl/crypto/x509v3/ |
D | v3_utl.c | 831 unsigned long chtype) in X509V3_NAME_from_section() argument 868 if (!X509_NAME_add_entry_by_txt(nm,type, chtype, in X509V3_NAME_from_section()
|
D | x509v3.h | 705 unsigned long chtype);
|
/external/openssl/include/openssl/ |
D | x509v3.h | 705 unsigned long chtype);
|