Home | History | Annotate | Download | only in avb

Lines Matching full:root_digest_len

1234        root_digest_len, _) = struct.unpack(self.FORMAT_STRING,
1237 self.SIZE - 16 + partition_name_len + salt_len + root_digest_len, 8)
1251 self.root_digest = data[(self.SIZE + o):(self.SIZE + o + root_digest_len)]
1252 if root_digest_len != len(hashlib.new(name=self.hash_algorithm).digest()):
1253 raise LookupError('root_digest_len doesn\'t match hash algorithm')