Searched refs:nsscert (Results 1 – 1 of 1) sorted by relevance
1774 CERTCertificate *nsscert = NULL; in NSS_ExportPK12() local1821 nsscert = PK11_FindCertFromNickname(certlabel, NULL); in NSS_ExportPK12()1822 if (nsscert == NULL) { in NSS_ExportPK12()1871 } else if (nsscert != NULL) { in NSS_ExportPK12()1872 rv = add_cert_to_bag(p12ecx, nsscert, &pwitem); in NSS_ExportPK12()1880 if (nsscert) in NSS_ExportPK12()1881 CERT_DestroyCertificate(nsscert); in NSS_ExportPK12()