Lines Matching refs:blob
73 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
79 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) {
80 const size_t length = blob.mLength;
81 stream << "Blob length=" << length << " < ";
83 const uint8_t* data = blob.get();
681 << "Should not be able to succeed with NULL destination blob";
700 << "Should not be able to succeed with NULL destination blob";
733 UniqueBlob blob(key_blob, key_blob_length);