Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2288 char *label, char *trust_flag) in store_cert() argument
2318 if (trust_flag == NULL) in store_cert()
2327 nss_rv = CERT_DecodeTrustString(nss_trust, trust_flag); in store_cert()
2360 char *trust_flag = NULL; in NSS_StoreCert() local
2379 trust_flag = kmf_get_attr_ptr(KMF_TRUSTFLAG_ATTR, attrlist, numattr); in NSS_StoreCert()
2381 ret = store_cert(handle, nss_slot, cert, label, trust_flag); in NSS_StoreCert()
2402 char *trust_flag = NULL; in NSS_ImportCert() local
2446 trust_flag = kmf_get_attr_ptr(KMF_TRUSTFLAG_ATTR, attrlist, numattr); in NSS_ImportCert()
2447 ret = store_cert(handle, nss_slot, cptr, label, trust_flag); in NSS_ImportCert()