Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c906 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, ulBlobLen, in token_wrap_key_object()
2203 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, in token_specific_rsa_generate_keypair()
2209 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, in token_specific_rsa_generate_keypair()
2282 CKA_IBM_OPAQUE, &attr); in token_rsa_load_key()
2316 CKA_IBM_OPAQUE, &attr)) == FALSE) { in token_rsa_load_key()
H A Dtpmtok_int.h164 #define CKA_IBM_OPAQUE CKA_VENDOR_DEFINED + 0x02 macro