• Home
  • Raw
  • Download

Lines Matching refs:AvbError

47 class AvbError(Exception):  class
375 raise AvbError('Error getting public key: {}'.format(perr))
378 raise AvbError('Unexpected modulus output')
404 raise AvbError('Only RSA keys with exponent 65537 are supported.')
434 raise AvbError('Unknown algorithm type {}'.format(alg_type))
465 raise AvbError('Error signing')
484 raise AvbError('Error signing: {}'.format(perr))
487 raise AvbError('Error signing: Invalid length of signature')
1855 raise AvbError('Given image does not look like a vbmeta image.')
1960 raise AvbError('Given image does not have a footer.')
1980 raise AvbError('Requested to keep hashtree but no hashtree '
2000 raise AvbError('Partition size of {} is not a multiple of the image '
2007 raise AvbError('Given image does not have a footer.')
2017 raise AvbError('Requested size of {} is too small for an image '
2051 raise AvbError('Malformed slot data "{}".'.format(slot_data))
2135 raise AvbError('Malformed chained partition "{}".'.format(cp))
2164 raise AvbError('Signature check failed for {} vbmeta struct {}'
2174 raise AvbError('Embedded public key does not match given key.')
2185 raise AvbError('Error verifying descriptor.')
2343 raise AvbError('No hashtree descriptor in given image')
2392 raise AvbError('No output file given')
2467 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2478 raise AvbError('Malformed chained partition "{}".'.format(cp))
2485 raise AvbError('Rollback Index Location {} is already in use.'.format(
2492 raise AvbError('Rollback index location must be 1 or larger.')
2506 raise AvbError('Malformed property "{}".'.format(prop))
2515 raise AvbError('Malformed property "{}".'.format(prop))
2563 raise AvbError('Key is required for algorithm {}'.format(
2567 raise AvbError('Key is wrong size for algorithm {}'.format(
2667 raise AvbError('Partition size of {} is not a multiple of the image '
2798 raise AvbError('Partition size of {} is not a multiple of the image '
2819 raise AvbError('Image size of {} exceeds maximum image '
2998 raise AvbError('Partition size of {} is not a multiple of the image '
3024 raise AvbError('Image size of {} exceeds maximum image '
3220 raise AvbError('Invalid Product ID length.')
3247 raise AvbError('Invalid intermediate key certificate length.')
3249 raise AvbError('Invalid product key certificate length.')
3798 except AvbError as e: