Searched defs:rgbBlob (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c774 BYTE *rgbBlob; local
899 TSS_TSPATTRIB_KEYBLOB_BLOB, &ulBlobLen, &rgbBlob))) {
906 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, ulBlobLen,
908 Tspi_Context_FreeMemory(hContext, rgbBlob);
912 Tspi_Context_FreeMemory(hContext, rgbBlob);
2133 BYTE *rgbBlob; local
2197 TSS_TSPATTRIB_KEYBLOB_BLOB, &ulBlobLen, &rgbBlob))) {
2203 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob,
2205 Tspi_Context_FreeMemory(hContext, rgbBlob);
2209 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob,
[all...]

Completed in 65 milliseconds