Home | History | Annotate | Download | only in payload_generator

Lines Matching full:blob

44                                   brillo::Blob* out_payload_metadata,
52 // of a given version in the signature blob. Returns false otherwise.
57 // dummy operation that points to a signature blob located at the specified
66 static bool SignHash(const brillo::Blob& hash,
68 brillo::Blob* out_signature);
70 // Sign |hash_data| blob with all private keys in |private_key_paths|, then
71 // convert the signatures to protobuf blob.
73 const brillo::Blob& hash_data,
75 brillo::Blob* out_signature_blob);
80 // |signatures_offset|, calculates the payload signature blob into
89 brillo::Blob* out_signature_blob);
110 brillo::Blob* out_payload_hash_data,
111 brillo::Blob* out_metadata_hash);
123 const std::vector<brillo::Blob>& payload_signatures,
124 const std::vector<brillo::Blob>& metadata_signatures,