Lines Matching defs:subject
4 * The contents of this file are subject to the terms of the
47 char *token, char *subject, char *altname,
72 /* If the subject name cannot be parsed, flag it now and exit */
73 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) {
79 /* For a self-signed cert, the issuser and subject are the same */
80 if (kmf_dn_parser(subject, &certIssuer) != KMF_OK) {
118 "subject name");
248 uint32_t ltime, char *subject, char *altname,
286 /* If the subject name cannot be parsed, flag it now and exit */
287 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) {
289 gettext("Subject name cannot be parsed (%s)\n"), subject);
293 /* For a self-signed cert, the issuser and subject are the same */
294 if (kmf_dn_parser(subject, &certIssuer) != KMF_OK) {
296 gettext("Subject name cannot be parsed (%s)\n"), subject);
324 "subject name");
409 char *token, char *subject, char *altname,
441 /* If the subject name cannot be parsed, flag it now and exit */
442 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) {
448 /* For a self-signed cert, the issuser and subject are the same */
449 if (kmf_dn_parser(subject, &certIssuer) != KMF_OK) {
476 "subject name");
575 char *subject = NULL;
610 "ik:(keystore)s:(subject)n:(nickname)A:(altname)"
624 if (interactive || subject)
635 if (interactive || subject)
638 subject = optarg_av;
815 * Check the subject name.
822 "subject name interactively.\n"));
829 if (EMPTYSTRING(subject)) {
830 cryptoerror(LOG_STDERR, gettext("A subject name or "
835 subname = strdup(subject);