Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1741 SEC_PKCS12SafeInfo *keySafe = NULL, *certSafe = NULL; in add_cert_to_bag() local
1745 certSafe = keySafe; in add_cert_to_bag()
1747 certSafe = SEC_PKCS12CreatePasswordPrivSafe(p12ecx, pwitem, in add_cert_to_bag()
1751 if (!certSafe || !keySafe) { in add_cert_to_bag()
1756 if (SEC_PKCS12AddCertAndKey(p12ecx, certSafe, NULL, cert, in add_cert_to_bag()