Home
last modified time | relevance | path

Searched refs:nss_trust (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2295 CERTCertTrust *nss_trust = NULL; in store_cert() local
2321 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()