Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/
H A Davbtool.py55 class AvbError(Exception): class
384 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 …]