Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h164 #define CKA_HIDDEN CKA_VENDOR_DEFINED + 0x01
165 #define CKA_IBM_OPAQUE CKA_VENDOR_DEFINED + 0x02
172 #define CKA_ENC_AUTHDATA CKA_VENDOR_DEFINED + 0x03
H A Dutility.c270 if (type >= CKA_VENDOR_DEFINED) in is_attribute_defined()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h560 #define CKA_VENDOR_DEFINED 0x80000000UL macro