Home
last modified time | relevance | path

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

/external/avb/
Davbtool.py55 class AvbError(Exception): class
383 raise AvbError('Error getting public key: {}'.format(perr))
386 raise AvbError('Unexpected modulus output')
411 raise AvbError('Only RSA keys with exponent 65537 are supported.')
446 raise AvbError('Algorithm with name {} is not supported.'
450 raise AvbError('Key size of key ({} bits) does not match key size '
471 raise AvbError('Error signing')
490 raise AvbError('Error signing: {}'.format(perr))
493 raise AvbError('Error signing: Invalid length of signature')
513 raise AvbError('Unknown algorithm type {}'.format(alg_type))
[all …]
Davbtool55 class AvbError(Exception): class
383 raise AvbError('Error getting public key: {}'.format(perr))
386 raise AvbError('Unexpected modulus output')
411 raise AvbError('Only RSA keys with exponent 65537 are supported.')
446 raise AvbError('Algorithm with name {} is not supported.'
450 raise AvbError('Key size of key ({} bits) does not match key size '
471 raise AvbError('Error signing')
490 raise AvbError('Error signing: {}'.format(perr))
493 raise AvbError('Error signing: Invalid length of signature')
513 raise AvbError('Unknown algorithm type {}'.format(alg_type))
[all …]
Daftltool1014 except avbtool.AvbError as e:
1550 except avbtool.AvbError as e:
Daftltool.py1014 except avbtool.AvbError as e:
1550 except avbtool.AvbError as e: