Searched refs:AvbError (Results 1 – 2 of 2) sorted by relevance
55 class AvbError(Exception): class384 raise AvbError('Error getting public key: {}'.format(perr))387 raise AvbError('Unexpected modulus output')412 raise AvbError('Only RSA keys with exponent 65537 are supported.')447 raise AvbError('Algorithm with name {} is not supported.'451 raise AvbError('Key size of key ({} bits) does not match key size '472 raise AvbError('Error signing')491 raise AvbError('Error signing: {}'.format(perr))494 raise AvbError('Error signing: Invalid length of signature')514 raise AvbError('Unknown algorithm type {}'.format(alg_type))[all …]
51 class AvbError(Exception): class379 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.')[all …]