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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dcompiler.h89 HRESULT WINAPI D3DStripShader(const void *data, SIZE_T data_size, UINT flags, ID3DBlob **blob);
111 HRESULT WINAPI D3DGetBlobPart(const void *data, SIZE_T data_size, D3D_BLOB_PART part, UINT flags, ID3DBlob **blob);
112 HRESULT WINAPI D3DGetInputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
113 HRESULT WINAPI D3DGetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
114 HRESULT WINAPI D3DGetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
115 HRESULT WINAPI D3DGetDebugInfo(const void *data, SIZE_T data_size, ID3DBlob **blob);
119 HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob);
H A Dd3d10misc.h51 HRESULT WINAPI D3D10CreateBlob(SIZE_T data_size, ID3D10Blob **blob);
H A Dd3d10shader.h233 HRESULT WINAPI D3D10GetInputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
234 HRESULT WINAPI D3D10GetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
235 HRESULT WINAPI D3D10GetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
236 HRESULT WINAPI D3D10GetShaderDebugInfo(const void *data, SIZE_T data_size, ID3D10Blob **blob);
H A Dpropidl.idl145 [case(VT_BLOB, VT_BLOB_OBJECT)] BLOB blob;
H A Dpropidl.h208 BLOB blob; member in union:tagPROPVARIANT::__anon13744
H A Dwincrypt.h3685 CRYPT_DATA_BLOB blob; member in struct:_CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
/vbox/src/VBox/RDP/client-1.8.3/
H A Dtypes.h265 uint8 *blob; member in struct:rdpdr_parallel_device_info
274 uint8 *blob; member in struct:rdpdr_printer_info
H A Dcssp.c793 struct stream blob = { 0 }; local
871 if (!cssp_gss_wrap(gss_ctx, &pubkey, &blob))
874 if (!cssp_send_tsrequest(NULL, NULL, &blob))
886 if (!cssp_read_tsrequest(NULL, &blob))
889 if (!cssp_gss_unwrap(gss_ctx, &blob, &pubkey_cmp))
905 if (!cssp_gss_wrap(gss_ctx, ts_creds, &blob))
910 if (!cssp_send_tsrequest(NULL, &blob, NULL))
H A Drdpdr.c256 printercache_load_blob(printerinfo->printer, &(printerinfo->blob));
308 out_uint8a(s, printerinfo->blob, bloblen);
310 if (printerinfo->blob)
311 xfree(printerinfo->blob); /* Blob is sent twice if reconnecting */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dpropidl.idl145 [case(VT_BLOB, VT_BLOB_OBJECT)] BLOB blob;
H A Dpropidl.h208 BLOB blob; member in union:tagPROPVARIANT::__anon1114
H A Dwincrypt.h3644 CRYPT_DATA_BLOB blob; member in struct:_CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h291 #define TPM_RT_DAA_TPM ((TPM_RESOURCE_TYPE) 0x00000008) ///< The value is a DAA TPM specific blob
300 #define TPM_PT_MIGRATE ((TPM_PAYLOAD_TYPE) 0x03) ///< The entity is a migration blob
301 #define TPM_PT_MAINT ((TPM_PAYLOAD_TYPE) 0x04) ///< The entity is a maintenance blob
305 #define TPM_PT_CMK_MIGRATE ((TPM_PAYLOAD_TYPE) 0x08) ///< The entity is a CMK migratable blob
317 #define TPM_ET_DEL_OWNER_BLOB ((UINT16) 0x0007) ///< The entity is a delegate owner blob
319 #define TPM_ET_DEL_KEY_BLOB ((UINT16) 0x0009) ///< The entity is a delegate key blob
404 #define TPM_EK_TYPE_ACTIVATE ((TPM_EK_TYPE) 0x0001) ///< The blob MUST be TPM_EK_BLOB_ACTIVATE
405 #define TPM_EK_TYPE_AUTH ((TPM_EK_TYPE) 0x0002) ///< The blob MUST be TPM_EK_BLOB_AUTH
1191 UINT8 *blob; member in struct:tdTPM_EK_BLOB

Completed in 197 milliseconds