Searched defs:Payload (Results 1 – 2 of 2) sorted by relevance
60 struct Payload { struct61 uint64_t size = 0; // size of the payload62 uint64_t metadata_size = 0; // size of the metadata63 std::string metadata_signature; // signature of the metadata in base6464 brillo::Blob hash; // SHA256 hash of the payload69 bool already_applied = false;
60 class Payload(object): class