Home | History | Annotate | Download | only in keymaster

Lines Matching refs:blob

72     friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
78 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) {
79 const size_t length = blob.mLength;
80 stream << "Blob length=" << length << " < ";
82 const uint8_t* data = blob.get();
680 << "Should not be able to succeed with NULL destination blob";
699 << "Should not be able to succeed with NULL destination blob";
732 UniqueBlob blob(key_blob, key_blob_length);