Home
last modified time | relevance | path

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

/base/startup/hvb/libhvb/include/
H A Dhvb_cert.h105 uint32_t verity_type; member
/base/startup/hvb/tools/
H A Dhvbtool.py33 'verity_type': 'hash', \
128 self.verity_type = 'hash' if verity == 1 else 'hashtree'
152 msg += "\tverity type(hash/hashtree): {}\n".format(self.verity_type)
707 self.vertype = _params['verity_type'].lower() # verity type: hash - 1 or hashtree - 2 (fix)
751 # 0: SHA256(verity_type为hash时的默认值)0:SHA256(verity_type为hashtree时的默认值)2:SHA512
852 verity_type = 0
854 verity_type = 1 # hash: 1 hashtree: 2
862 verity_type = 2 # hash: 1 hashtree: 2
875 print("[hvbtool][ERROR]: Invalid verity_type
[all...]
/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()

Completed in 3 milliseconds