Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c827 KMF_KEY_HANDLE *privkey = NULL; in NSS_CreateKeypair() local
866 if (pubkey == NULL || privkey == NULL) in NSS_CreateKeypair()
870 (void) memset(privkey, 0, sizeof (KMF_KEY_HANDLE)); in NSS_CreateKeypair()
974 privkey->kstype = KMF_KEYSTORE_NSS; in NSS_CreateKeypair()
975 privkey->keyalg = keytype; in NSS_CreateKeypair()
976 privkey->keyclass = KMF_ASYM_PRI; in NSS_CreateKeypair()
978 privkey->keyp = (void *)NSSprivkey; in NSS_CreateKeypair()
995 privkey->keyp = NULL; in NSS_CreateKeypair()
1238 SECKEYPrivateKey* privkey = NULL; in NSS_FindPrikeyByCert() local
1275 if (privkey == NULL) { in NSS_FindPrikeyByCert()
[all …]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1659 KMF_KEY_HANDLE *pubkey, *privkey; in KMFPK11_CreateKeypair() local
1701 if (privkey == NULL) in KMFPK11_CreateKeypair()
1730 privkey->keyalg = KMF_RSA; in KMFPK11_CreateKeypair()
1732 privkey->keyp = (void *)priKey; in KMFPK11_CreateKeypair()
1776 privkey->keyalg = KMF_DSA; in KMFPK11_CreateKeypair()
1778 privkey->keyp = (void *)priKey; in KMFPK11_CreateKeypair()
1827 privkey->keyalg = KMF_ECDSA; in KMFPK11_CreateKeypair()
1829 privkey->keyp = (void *)priKey; in KMFPK11_CreateKeypair()
1889 if (privkey->keylabel == NULL) { in KMFPK11_CreateKeypair()
1934 if (privkey->keylabel) in KMFPK11_CreateKeypair()
[all …]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1499 if (privkey == NULL) { in OpenSSL_CreateKeypair()
1560 privkey->keyalg = KMF_RSA; in OpenSSL_CreateKeypair()
1562 privkey->israw = FALSE; in OpenSSL_CreateKeypair()
1563 privkey->keyp = (void *)eprikey; in OpenSSL_CreateKeypair()
1607 privkey->keyalg = KMF_DSA; in OpenSSL_CreateKeypair()
1609 privkey->israw = FALSE; in OpenSSL_CreateKeypair()
1645 privkey, sizeof (privkey)); in OpenSSL_CreateKeypair()
1695 if (privkey->keylabel) { in OpenSSL_CreateKeypair()
1696 free(privkey->keylabel); in OpenSSL_CreateKeypair()
1697 privkey->keylabel = NULL; in OpenSSL_CreateKeypair()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h439 char *privkey; member
H A Dns_writes.c2952 ptr->privkey == NULL) { in __s_cvt_publickey()
2978 rc = __s_add_attr(e, "nisSecretkey", ptr->privkey); in __s_cvt_publickey()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2398 data.privkey = tmpprivkey; in genent_publickey()
2420 free(data.privkey); in genent_publickey()