Searched refs:rollback_location (Results 1 - 4 of 4) sorted by relevance
/base/update/packaging_tools/ |
H A D | build_module_img.py | 88 rollback_location = "0" 97 "--rollback_location", rollback_location,
|
/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 480 uint64_t rollback_location = cert->rollback_location; in _check_rollback_index() local 482 if (rollback_location >= HVB_MAX_NUMBER_OF_ROLLBACK_INDEX_LOCATIONS) { in _check_rollback_index() 483 hvb_print("error, rollback_location too big\n"); in _check_rollback_index() 487 io_ret = ops->read_rollback(ops, rollback_location, &stored_rollback_index); in _check_rollback_index() 498 vd->rollback_indexes[rollback_location] = cert_rollback_index; in _check_rollback_index()
|
/base/startup/hvb/libhvb/include/ |
H A D | hvb_cert.h | 95 uint64_t rollback_location; member
|
/base/startup/hvb/tools/ |
H A D | hvbtool.py | 35 'rollback_location': None, \ 125 self.rollback_location, self.rollback_index = struct.unpack('2Q', self.cert[128:144]) 748 self.hvb_cert_content += struct.pack('2Q', int(_params['rollback_location']), int(_params['rollback_index'])) 1126 make_image_arguments_list = ['image', 'salt', 'pubkey', 'rollback_index', 'rollback_location'] 1127 make_rvt_image_arguments_list = ['salt', 'pubkey', 'rollback_index', 'rollback_location', 'chain_partition']
|
Completed in 5 milliseconds