Lines Matching full:blob
29 /* Here is the file format. There are two parts in blob.value, the secret and
31 * can be found in blob.length. The description is stored after the secret in
32 * plaintext, and its size is specified in blob.info. The total size of the two
34 * the second is the blob's type, and the third byte is flags. Fields other
35 * than blob.info, blob.length, and blob.value are modified by encryptBlob()
52 struct __attribute__((packed)) blob {
78 class Blob {
80 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
82 explicit Blob(blob b);
84 Blob();
115 struct blob mBlob;