Searched refs:subjectname (Results 1 – 1 of 1) sorted by relevance
2574 char *issuername, *subjectname; in NSS_DeleteCRL() local2588 subjectname = kmf_get_attr_ptr(KMF_SUBJECT_NAME_ATTR, attrlist, in NSS_DeleteCRL()2592 if ((issuername == NULL && subjectname == NULL) || in NSS_DeleteCRL()2593 (issuername != NULL && subjectname != NULL)) in NSS_DeleteCRL()2673 if (strcmp(subjectname, asciiname) == 0) { in NSS_DeleteCRL()