Searched refs:AftlError (Results 1 – 3 of 3) sorted by relevance
54 class AftlError(Exception): class89 raise AftlError('Error decoding: {}'.format(perr))216 raise AftlError('Invalid leaf_index value: {}'.format(leaf_index))218 raise AftlError('Invalid tree_size value: {}'.format(tree_size))221 raise AftlError(err_str.format(leaf_index, tree_size))223 raise AftlError('Inclusion proof not provided.')225 raise AftlError('No leaf hash provided.')273 raise AftlError('Invalid structure for AftlImageHeader.')285 raise AftlError('Invalid structure for AftlImageHeader')436 raise AftlError('Invalid structure for AftlIcpEntry')[all …]
69 with self.assertRaises(aftltool.AftlError):73 with self.assertRaises(aftltool.AftlError):77 with self.assertRaises(aftltool.AftlError):92 with self.assertRaises(aftltool.AftlError):97 with self.assertRaises(aftltool.AftlError):122 with self.assertRaises(aftltool.AftlError):141 with self.assertRaises(aftltool.AftlError):147 with self.assertRaises(aftltool.AftlError):699 with self.assertRaises(aftltool.AftlError):1127 with self.assertRaises(aftltool.AftlError):[all …]