Lines Matching refs:Blob
103 class Blob {
107 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
109 explicit Blob(blobv3 b);
110 Blob();
111 Blob(const Blob& rhs);
112 Blob(Blob&& rhs);
114 ~Blob() { in ~Blob()
118 Blob& operator=(const Blob& rhs);
119 Blob& operator=(Blob&& rhs);
269 ResponseCode writeBlobs(Blob keyBlob, Blob characteristicsBlob,
271 std::tuple<ResponseCode, Blob, Blob> readBlobs(const std::vector<uint8_t>& aes_key,