Searched refs:p12ecx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1737 add_cert_to_bag(SEC_PKCS12ExportContext *p12ecx, argument
1743 keySafe = SEC_PKCS12CreateUnencryptedSafe(p12ecx);
1747 certSafe = SEC_PKCS12CreatePasswordPrivSafe(p12ecx, pwitem,
1756 if (SEC_PKCS12AddCertAndKey(p12ecx, certSafe, NULL, cert,
1771 SEC_PKCS12ExportContext *p12ecx = NULL; local
1851 p12ecx = SEC_PKCS12CreateExportContext(NULL, NULL, slot, NULL);
1852 if (!p12ecx) {
1856 if (SEC_PKCS12AddPasswordIntegrity(p12ecx, &pwitem, SEC_OID_SHA1)
1869 rv = add_cert_to_bag(p12ecx, node->cert, &pwitem);
1872 rv = add_cert_to_bag(p12ecx, nsscer
[all...]

Completed in 28 milliseconds