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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c778 BYTE *rgbBlob; local
903 TSS_TSPATTRIB_KEYBLOB_BLOB, &ulBlobLen, &rgbBlob))) {
910 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob, ulBlobLen,
912 Tspi_Context_FreeMemory(hContext, rgbBlob);
916 Tspi_Context_FreeMemory(hContext, rgbBlob);
2198 BYTE *rgbBlob; local
2262 TSS_TSPATTRIB_KEYBLOB_BLOB, &ulBlobLen, &rgbBlob))) {
2268 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob,
2270 Tspi_Context_FreeMemory(hContext, rgbBlob);
2274 if ((rc = build_attribute(CKA_IBM_OPAQUE, rgbBlob,
[all...]

Completed in 19 milliseconds