Home
last modified time | relevance | path

Searched refs:AvbError (Results 1 – 1 of 1) sorted by relevance

/external/avb/
Davbtool47 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.')
[all …]