Lines Matching full:binary
1 # BMC Generic Binary Blob Store via OEM IPMI Blob Transport
20 The BMC generic IPMI blobs binary store, or "binary store" in short, serves a
22 blobs transport layer to allow users to store binary data on persistent
25 Despite its name, the binary blob store cannot be used for everything.
34 limited in size, trying to send an overly large binary is going to take too
43 Under the hood, the binary blobs are stored as a binary
52 1. The host should only store binary data that is suitable using this transfer
54 or large binary data.
63 A "blob id" is a unique string that identifies a blob. Binary Store handler may
68 directory path. The binary store handler will assign each storage location a
73 longest matching prefix is considered reserved as a binary blob in the storage
77 there is one binary store location with one blob already created. To create a
84 For the binary store handler, a configuration file provides the base id, which
86 param can be specified to indicate the total size of such binary storage should
99 ### Binary Store Protobuf Definition
101 The data is stored as a binary protobuf containing a variable number of binary
122 The binary store handler will implement the following primitives:
127 a valid binary has successfully been committed, its blob id will appear in the
133 string with a matching prefix. If there is not already a valid binary stored
167 Delete the binary data associated with `blob_id`. Deleting the base_id (the
182 #### No binary data yet, write data
185 blob with binary data stored, BMC handler only populates the `base_id` per
214 **_Security_**: As mentioned, the binary store transfer mechanism doesn't offer
222 **_Host compatibility_**: If data has been stored using IPMI blob binary store,