Searched refs:AvbError (Results 1 – 1 of 1) sorted by relevance
51 class AvbError(Exception): class378 raise AvbError('Error getting public key: {}'.format(perr))381 raise AvbError('Unexpected modulus output')407 raise AvbError('Only RSA keys with exponent 65537 are supported.')437 raise AvbError('Unknown algorithm type {}'.format(alg_type))468 raise AvbError('Error signing')487 raise AvbError('Error signing: {}'.format(perr))490 raise AvbError('Error signing: Invalid length of signature')579 raise AvbError('Error generating DER file')589 raise AvbError('Error verifying data: {}'.format(perr))[all …]