Home
last modified time | relevance | path

Searched refs:CKA_IBM_OPAQUE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c910 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, ulBlobLen, in token_wrap_key_object()
2207 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, in token_specific_rsa_generate_keypair()
2213 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, in token_specific_rsa_generate_keypair()
2286 CKA_IBM_OPAQUE, &attr); in token_rsa_load_key()
2320 CKA_IBM_OPAQUE, &attr)) == FALSE) { in token_rsa_load_key()
H A Dtpmtok_int.h165 #define CKA_IBM_OPAQUE CKA_VENDOR_DEFINED + 0x02 macro