Searched defs:Payload (Results 1 – 2 of 2) sorted by relevance
58 struct Payload { struct59 uint64_t size = 0; // size of the payload60 uint64_t metadata_size = 0; // size of the metadata61 std::string metadata_signature; // signature of the metadata in base6462 brillo::Blob hash; // SHA256 hash of the payload67 bool already_applied = false;
49 class Payload(object): class