Lines Matching full:blob
267 """Adds a (possibly orphan) data blob."""
277 """Adds an install operation and associated data blob.
279 This takes care of obtaining a hash of the data blob (if so instructed)
290 data_blob: a data blob associated with this operation
291 do_hash_data_blob: whether or not to compute and add a data blob hash
313 sigs_data: signatures blob to be appended to the payload (optional;
316 if explicit signatures blob not provided)
318 account for the signature blob
328 # Do we need to generate a genuine signatures blob?
332 # First, sign some arbitrary data to obtain the size of a signature blob.
341 # Add a pseudo-operation to account for the signature blob, if requested.
360 assert len(sigs_data) == sigs_len, 'signature blob lengths mismatch'
362 # Dump the whole thing, complete with data and signature blob, to a file.