Lines Matching refs:AvbError

51 class AvbError(Exception):  class
379 raise AvbError('Error getting public key: {}'.format(perr))
382 raise AvbError('Unexpected modulus output')
408 raise AvbError('Only RSA keys with exponent 65537 are supported.')
438 raise AvbError('Unknown algorithm type {}'.format(alg_type))
469 raise AvbError('Error signing')
488 raise AvbError('Error signing: {}'.format(perr))
491 raise AvbError('Error signing: Invalid length of signature')
1874 raise AvbError('Given image does not look like a vbmeta image.')
1979 raise AvbError('Given image does not have a footer.')
1999 raise AvbError('Requested to keep hashtree but no hashtree '
2019 raise AvbError('Partition size of {} is not a multiple of the image '
2026 raise AvbError('Given image does not have a footer.')
2036 raise AvbError('Requested size of {} is too small for an image '
2070 raise AvbError('Malformed slot data "{}".'.format(slot_data))
2154 raise AvbError('Malformed chained partition "{}".'.format(cp))
2183 raise AvbError('Signature check failed for {} vbmeta struct {}'
2193 raise AvbError('Embedded public key does not match given key.')
2204 raise AvbError('Error verifying descriptor.')
2362 raise AvbError('No hashtree descriptor in given image')
2420 raise AvbError('No output file given')
2497 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2511 raise AvbError('Malformed chained partition "{}".'.format(cp))
2518 raise AvbError('Rollback Index Location {} is already in use.'.format(
2525 raise AvbError('Rollback index location must be 1 or larger.')
2539 raise AvbError('Malformed property "{}".'.format(prop))
2548 raise AvbError('Malformed property "{}".'.format(prop))
2612 raise AvbError('Key is required for algorithm {}'.format(
2616 raise AvbError('Key is wrong size for algorithm {}'.format(
2714 raise AvbError('Partition size of {} is not a multiple of the image '
2845 raise AvbError('Parition size of {} is too small. '
2858 raise AvbError('Partition size of {} is not a multiple of the image '
2883 raise AvbError('Image size of {} exceeds maximum image '
3073 raise AvbError('Partition size of {} is not a multiple of the image '
3103 raise AvbError('Image size of {} exceeds maximum image '
3304 raise AvbError('Invalid Product ID length.')
3331 raise AvbError('Invalid intermediate key certificate length.')
3333 raise AvbError('Invalid product key certificate length.')
3372 raise AvbError('Invalid intermediate key certificate length.')
3374 raise AvbError('Invalid product key certificate length.')
3380 raise AvbError('Invalid unlock challenge length.')
4005 except AvbError as e: