Home
last modified time | relevance | path

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

/base/update/packaging_tools/
H A Dcreate_hashdata.py67 def __init__(self, hash_type, count):
71 self.hash_type = hash_type
72 self.hash_digest_size = HashAlgo[hash_type]().digest_size
83 hashinfo_header = struct.pack(HASH_INFO_FMT, self.hash_type.value, self.hash_digest_size,
121 hash_algo = HashAlgo[self.hash_type]()
161 self.hash_type = HashType(hash_type_value)
202 HashType(self.hash_type.value).name, str(self.hash_digest_size),
/base/tee/tee_client/services/authentication/
H A Dtcu_authentication.h26 int TcuAuthentication(uint8_t hash_type);
H A Dtcu_authentication.c44 static const char **GetCaHashFileList(uint8_t *num, uint8_t hash_type) in GetCaHashFileList() argument
51 if (hash_type == HASH_TYPE_SYSTEM) { in GetCaHashFileList()
258 int TcuAuthentication(uint8_t hash_type) in TcuAuthentication() argument
261 const char **hashFileList = GetCaHashFileList(&listLen, hash_type); in TcuAuthentication()

Completed in 3 milliseconds