Searched refs:kclass (Results 1 – 4 of 4) sorted by relevance
444 KMF_KEY_CLASS kclass = KMF_KEYCLASS_NONE; in pk_export_pk11_keys() local494 kclass = KMF_ASYM_PRI; in pk_export_pk11_keys()496 kclass = KMF_ASYM_PUB; in pk_export_pk11_keys()498 kclass = KMF_SYMMETRIC; in pk_export_pk11_keys()500 kclass = KMF_ASYM_PRI; in pk_export_pk11_keys()503 &kclass, sizeof (kclass)); in pk_export_pk11_keys()512 kclass = KMF_SYMMETRIC; in pk_export_pk11_keys()520 kclass = KMF_ASYM_PUB; in pk_export_pk11_keys()
325 KMF_KEY_CLASS kclass; in get_sensitive_key_data() local395 kclass = KMF_ASYM_PRI; in get_sensitive_key_data()397 &kclass, sizeof (kclass)); in get_sensitive_key_data()509 kclass = KMF_ASYM_PRI; in get_sensitive_key_data()511 attrlist[idx].pValue = &kclass; in get_sensitive_key_data()589 KMF_KEY_CLASS kclass; in load_from_pkcs11() local665 kclass = KMF_ASYM_PRI; in load_from_pkcs11()667 &kclass, sizeof (kclass)); in load_from_pkcs11()
996 CK_OBJECT_CLASS kclass; /* secret key or RSA private key */ in getkeyfromtoken() local1051 kclass = CKO_SECRET_KEY; in getkeyfromtoken()1054 kclass = CKO_PRIVATE_KEY; in getkeyfromtoken()1062 key_tmpl[i].pValue = &kclass; in getkeyfromtoken()1063 key_tmpl[i].ulValueLen = sizeof (kclass); in getkeyfromtoken()1122 kclass = CKO_SECRET_KEY; in getkeyfromtoken()
4967 KMF_KEY_CLASS kclass = KMF_ASYM_PRI; in OpenSSL_StoreKey() local4970 (void *)&kclass, NULL); in OpenSSL_StoreKey()4974 &cred, pkey, (kclass == KMF_ASYM_PRI)); in OpenSSL_StoreKey()