Searched refs:verity_type (Results 1 – 3 of 3) sorted by relevance
104 uint32_t verity_type; member
128 self.verity_type = 'hash' if verity == 1 else 'hashtree'152 msg += "\tverity type(hash/hashtree): {}\n".format(self.verity_type)852 verity_type = 0854 verity_type = 1 # hash: 1 hashtree: 2862 verity_type = 2 # hash: 1 hashtree: 2884 self.hvb_cert_content += struct.pack('I', verity_type) + hashinfo
111 enum hvb_image_type image_type = (enum hvb_image_type)cert->verity_type; in hash_image_init_desc()