Lines Matching refs:subject
4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
317 KMF_BIGINT *serno, char *issuer, char *subject,
347 if (subject != NULL) {
349 KMF_SUBJECT_NAME_ATTR, subject,
350 strlen(subject));
381 char *issuer, char *subject)
406 if (subject != NULL) {
408 subject, strlen(subject));
523 KMF_BIGINT *serno, char *issuer, char *subject,
553 if (subject != NULL) {
555 subject, strlen(subject));
577 char *subject, KMF_CERT_VALIDITY find_criteria_flag)
594 if (subject != NULL) {
596 subject, strlen(subject));
723 char *subject = NULL;
744 "k:(keystore)s:(subject)n:(nickname)"
776 subject = optarg_av;
857 * If no object type was given but subject or issuer was,
860 if ((issuer != NULL || subject != NULL) && oclass == 0)
897 subject, find_criteria_flag);
925 &serial, issuer, subject,
934 (char *)object_label, subject);
946 subject, find_criteria_flag);