Lines Matching refs:AvbError

48 class AvbError(Exception):  class
385 raise AvbError('Unknown algorithm type {}'.format(alg_type))
419 raise AvbError('Error signing: {}'.format(perr))
1568 raise AvbError('Given image does not look like a vbmeta image.')
1673 raise AvbError('Given image does not have a footer.')
1693 raise AvbError('Requested to keep hashtree but no hashtree '
1714 raise AvbError('Malformed slot data "{}".'.format(slot_data))
1880 raise AvbError('No hashtree descriptor in given image')
2018 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2028 raise AvbError('Malformed chained partition "{}".'.format(cp))
2033 raise AvbError('Rollback index location must be 1 or larger.')
2048 raise AvbError('Malformed property "{}".'.format(prop))
2057 raise AvbError('Malformed property "{}".'.format(prop))
2098 raise AvbError('Key is required for algorithm {}'.format(
2103 raise AvbError('Key is wrong size for algorithm {}'.format(
2162 raise AvbError('Unsupported algorithm {}.'.format(algorithm_name))
2206 raise AvbError('Partition size of {} is not a multiple of the image '
2311 raise AvbError('Partition size of {} is not a multiple of the image '
2338 raise AvbError('Image size of {} exceeds maximum image '
2500 raise AvbError('Partition size of {} is not a multiple of the image '
2526 raise AvbError('Image size of {} exceeds maximum image '
2712 raise AvbError('Invalid Product ID length.')
2739 raise AvbError('Invalid intermediate key certificate length.')
2741 raise AvbError('Invalid product key certificate length.')
3224 except AvbError as e: