Searched refs:nss_trust (Results 1 – 1 of 1) sorted by relevance
2295 CERTCertTrust *nss_trust = NULL; in store_cert() local2321 nss_trust = (CERTCertTrust *) malloc(sizeof (CERTCertTrust)); in store_cert()2322 if (nss_trust == NULL) { in store_cert()2327 nss_rv = CERT_DecodeTrustString(nss_trust, trust_flag); in store_cert()2334 nss_rv = CERT_ChangeCertTrust(certHandle, nss_cert, nss_trust); in store_cert()2345 if (nss_trust != NULL) { in store_cert()2346 free(nss_trust); in store_cert()