Searched refs:CKA_CLASS (Results 26 - 39 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1068 pub_attribute_count, CKA_CLASS, &pub_class);
1072 pri_attribute_count, CKA_CLASS, &pri_class);
H A Ddprov.c8336 * attributes like CKA_CLASS.
9775 * for certain attributes like CKA_CLASS. Assumes that at least 8 bytes
9793 in[i].oa_type == CKA_CLASS) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c289 attrs[0].type = CKA_CLASS;
889 template[i].type = CKA_CLASS;
1274 unwrap_template[0].type = CKA_CLASS;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h802 #define CKA_CLASS 0x00000000 macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1266 keytemplate[0].type = CKA_CLASS;
1648 if (pTemplate[i].type == CKA_CLASS) {
H A DsoftAttributeUtil.c275 case CKA_CLASS:
1222 case CKA_CLASS:
3610 * CKA_CLASS is a mandatory attribute for C_CreateObject
3763 case CKA_CLASS:
4755 case CKA_CLASS:
6351 * If CKA_CLASS not given, guess CKA_CLASS using
6380 if (pTemplate[i].type == CKA_CLASS) {
6525 case CKA_CLASS:
H A DsoftKeystore.c2007 tmpl[attrs].type = CKA_CLASS;
2132 tmpl[attrs].type = CKA_CLASS;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c1241 // unless the CKA_CLASS attribute in the template has the value
1245 if (pTemplate[i].type == CKA_CLASS) {
1288 CKA_CLASS, &attr) == TRUE)) {
H A Dtpm_specific.c793 if (template_attribute_find(obj->template, CKA_CLASS,
2275 if (template_attribute_find(key_obj->template, CKA_CLASS,
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1067 { CKA_CLASS, NULL, 0 }, /* re-used for token key and unwrap */
1128 case CKA_CLASS:
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c803 case CKA_CLASS:
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h460 #define CKA_CLASS 0x00000000 macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3751 attrs[0].type = CKA_CLASS;
4378 attrs[nattrs].type = CKA_CLASS;
4443 attrs[nattrs].type = CKA_CLASS;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1265 {CKA_CLASS, NULL, sizeof (class)},

Completed in 135 milliseconds

12