Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1739 CERTCertificate *cert, SECItem *pwitem) in add_cert_to_bag() argument
1748 certSafe = SEC_PKCS12CreatePasswordPrivSafe(p12ecx, pwitem, in add_cert_to_bag()
1758 CERT_GetDefaultCertDB(), keySafe, NULL, PR_TRUE, pwitem, in add_cert_to_bag()
1778 SECItem pwitem = { siBuffer, NULL, 0 }; in NSS_ExportPK12() local
1841 pwitem.data = (uchar_t *)p12cred->cred; in NSS_ExportPK12()
1842 pwitem.len = p12cred->credlen; in NSS_ExportPK12()
1857 if (SEC_PKCS12AddPasswordIntegrity(p12ecx, &pwitem, SEC_OID_SHA1) in NSS_ExportPK12()
1870 rv = add_cert_to_bag(p12ecx, node->cert, &pwitem); in NSS_ExportPK12()
1873 rv = add_cert_to_bag(p12ecx, nsscert, &pwitem); in NSS_ExportPK12()