Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dlist.c122 if (key->keyclass == KMF_ASYM_PUB) { in describeKey()
429 keyclass = KMF_ASYM_PUB; in list_pk11_objects()
781 keyclass = KMF_ASYM_PUB; in list_nss_objects()
H A Dexport.c496 kclass = KMF_ASYM_PUB; in pk_export_pk11_keys()
520 kclass = KMF_ASYM_PUB; in pk_export_pk11_keys()
H A Ddelete.c296 keyclass = KMF_ASYM_PUB; in delete_nss_keys()
504 keyclass = KMF_ASYM_PUB; in delete_pk11_keys()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c138 if (key->keyclass == KMF_ASYM_PUB || in kmf_delete_key_from_keystore()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c983 pubkey->keyclass = KMF_ASYM_PUB; in NSS_CreateKeypair()
1155 if (key->keyclass != KMF_ASYM_PUB && in NSS_DeleteKey()
1175 if (key->keyclass == KMF_ASYM_PUB) { in NSS_DeleteKey()
1192 if (key->keyclass == KMF_ASYM_PUB) { in NSS_DeleteKey()
1420 if (keyclass == KMF_ASYM_PUB) { in NSS_FindKey()
1446 if (keyclass == KMF_ASYM_PUB) { in NSS_FindKey()
1465 keys[count].keyclass = KMF_ASYM_PUB; in NSS_FindKey()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1736 pubkey->keyclass = KMF_ASYM_PUB; in KMFPK11_CreateKeypair()
1782 pubkey->keyclass = KMF_ASYM_PUB; in KMFPK11_CreateKeypair()
1833 pubkey->keyclass = KMF_ASYM_PUB; in KMFPK11_CreateKeypair()
1963 if (key->keyclass != KMF_ASYM_PUB && in KMFPK11_DeleteKey()
2157 *keyclass = KMF_ASYM_PUB; in getObjectKeyclass()
2957 if (keyclass == KMF_ASYM_PUB) { in KMFPK11_FindKey()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h170 KMF_ASYM_PUB = 1, /* public key of an asymmetric keypair */ enumerator
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1570 pubkey->keyclass = KMF_ASYM_PUB; in OpenSSL_CreateKeypair()
1620 pubkey->keyclass = KMF_ASYM_PUB; in OpenSSL_CreateKeypair()
1897 if (key->keyclass != KMF_ASYM_PUB && in OpenSSL_DeleteKey()
2858 keyclass == KMF_ASYM_PUB) { in fetch_key()
2970 if (keyclass != KMF_ASYM_PUB && in OpenSSL_FindKey()