Lines Matching refs:subject
4 * The contents of this file are subject to the terms of the
47 char *token, char *subject, char *altname,
68 /* If the subject name cannot be parsed, flag it now and exit */
69 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK)
88 SET_VALUE(kmf_set_csr_subject(&csr, &csrSubject), "subject name");
171 char *subject, char *altname, KMF_GENERALNAMECHOICES alttype,
203 /* If the subject name cannot be parsed, flag it now and exit */
204 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) {
262 char *token, char *subject, char *altname,
293 /* If the subject name cannot be parsed, flag it now and exit */
294 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) {
374 char *subject = NULL;
404 "ik:(keystore)s:(subject)n:(nickname)A:(altname)"
416 else if (subject) {
419 "subject options are mutually "
431 if (subject)
436 "subject options are mutually "
440 subject = optarg_av;
610 * Check the subject name.
616 "subject name interactively.\n"));
620 if (EMPTYSTRING(subject)) {
621 cryptoerror(LOG_STDERR, gettext("A subject name or "
626 subname = strdup(subject);
744 cryptoerror(LOG_STDERR, gettext("subject or "