Searched refs:pwitem (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 1738 CERTCertificate *cert, SECItem *pwitem) in add_cert_to_bag() argument 1747 certSafe = SEC_PKCS12CreatePasswordPrivSafe(p12ecx, pwitem, in add_cert_to_bag() 1757 CERT_GetDefaultCertDB(), keySafe, NULL, PR_TRUE, pwitem, in add_cert_to_bag() 1777 SECItem pwitem = { siBuffer, NULL, 0 }; in NSS_ExportPK12() local 1840 pwitem.data = (uchar_t *)p12cred->cred; in NSS_ExportPK12() 1841 pwitem.len = p12cred->credlen; in NSS_ExportPK12() 1856 if (SEC_PKCS12AddPasswordIntegrity(p12ecx, &pwitem, SEC_OID_SHA1) in NSS_ExportPK12() 1869 rv = add_cert_to_bag(p12ecx, node->cert, &pwitem); in NSS_ExportPK12() 1872 rv = add_cert_to_bag(p12ecx, nsscert, &pwitem); in NSS_ExportPK12()
|