Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2287 char *label, char *trust_flag) in store_cert() argument
2317 if (trust_flag == NULL) in store_cert()
2326 nss_rv = CERT_DecodeTrustString(nss_trust, trust_flag); in store_cert()
2359 char *trust_flag = NULL; in NSS_StoreCert() local
2378 trust_flag = kmf_get_attr_ptr(KMF_TRUSTFLAG_ATTR, attrlist, numattr); in NSS_StoreCert()
2380 ret = store_cert(handle, nss_slot, cert, label, trust_flag); in NSS_StoreCert()
2401 char *trust_flag = NULL; in NSS_ImportCert() local
2445 trust_flag = kmf_get_attr_ptr(KMF_TRUSTFLAG_ATTR, attrlist, numattr); in NSS_ImportCert()
2446 ret = store_cert(handle, nss_slot, cptr, label, trust_flag); in NSS_ImportCert()