Lines Matching defs:signer_DN
143 * elfcertlib_getcert - Get the certificate for signer_DN
147 * signer_DN - The DN we are looking for (May be NULL)
156 char *signer_DN, ELFCert_t *certp, enum ES_ACTION action)
169 signer_DN ? signer_DN : "-none-");
171 if (cert_pathname == NULL && signer_DN == NULL) {
214 if (signer_DN != NULL) {
216 KMF_SUBJECT_NAME_ATTR, signer_DN,
217 strlen(signer_DN));
234 if (signer_DN == NULL) {
295 cert_pathname != NULL ? cert_pathname : signer_DN, cert->c_idstr);
305 if (signer_DN != NULL)
307 "for DN: %s", signer_DN);