Searched defs:Payload (Results 1 – 3 of 3) sorted by relevance
59 struct Payload { struct60 std::vector<std::string> payload_urls; // URLs to download the payload61 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 payload66 std::string fp; // fingerprint value unique to the payload67 std::string app_id; // App ID of the payload71 bool already_applied = false;
102 ## Payload section in Transport Layer Packetization
64 class Payload(object): class