Searched refs:nsscert (Results 1 – 1 of 1) sorted by relevance
1775 CERTCertificate *nsscert = NULL; in NSS_ExportPK12() local1822 nsscert = PK11_FindCertFromNickname(certlabel, NULL); in NSS_ExportPK12()1823 if (nsscert == NULL) { in NSS_ExportPK12()1872 } else if (nsscert != NULL) { in NSS_ExportPK12()1873 rv = add_cert_to_bag(p12ecx, nsscert, &pwitem); in NSS_ExportPK12()1881 if (nsscert) in NSS_ExportPK12()1882 CERT_DestroyCertificate(nsscert); in NSS_ExportPK12()