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.c2283 * The "label" and "trust_flag" arguments can be NULL.
2287 char *label, char *trust_flag)
2316 /* If trust_flag is NULL, then we are done */
2317 if (trust_flag == NULL)
2326 nss_rv = CERT_DecodeTrustString(nss_trust, trust_flag);
2359 char *trust_flag = NULL; local
2378 trust_flag = kmf_get_attr_ptr(KMF_TRUSTFLAG_ATTR, attrlist, numattr);
2380 ret = store_cert(handle, nss_slot, cert, label, trust_flag);
2401 char *trust_flag = NULL; local
2445 trust_flag
2286 store_cert(KMF_HANDLE_T handle, PK11SlotInfo *nss_slot, KMF_DATA *cert, char *label, char *trust_flag) argument
[all...]

Completed in 48 milliseconds