Lines Matching refs:subj
264 char *subj = NULL; in req_main() local
459 subj = opt_arg(); in req_main()
739 if (subj != NULL in req_main()
740 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in req_main()
916 if (subj != NULL && !newreq && !gen_x509) { in req_main()
1141 X509_NAME *subj = X509_REQ_get_subject_name(req); in prompt_info() local
1212 if (!add_DN_object(subj, v->value, def, value, nid, in prompt_info()
1216 if (X509_NAME_entry_count(subj) == 0) { in prompt_info()
1285 X509_NAME *subj; in auto_info() local
1287 subj = X509_REQ_get_subject_name(req); in auto_info()
1322 if (!X509_NAME_add_entry_by_txt(subj, type, chtype, in auto_info()
1329 if (!X509_NAME_entry_count(subj)) { in auto_info()