Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/libhvb/include/
H A Dhvb_cert.h104 uint32_t verity_type; member
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py128 self.verity_type = 'hash' if verity == 1 else 'hashtree'
152 msg += "\tverity type(hash/hashtree): {}\n".format(self.verity_type)
852 verity_type = 0
854 verity_type = 1 # hash: 1 hashtree: 2
862 verity_type = 2 # hash: 1 hashtree: 2
884 self.hvb_cert_content += struct.pack('I', verity_type) + hashinfo
/ohos5.0/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c111 enum hvb_image_type image_type = (enum hvb_image_type)cert->verity_type; in hash_image_init_desc()