Home
last modified time | relevance | path

Searched refs:product_id_hash (Results 1 – 5 of 5) sorted by relevance

/external/avb/test/
Dat_auth_unlock_unittest.py199 def writeFullUnlockChallenge(out_file, product_id_hash=None): argument
207 if product_id_hash is None:
209 product_id_hash = GetAtxCertificateSubject(f.read())
210 assert len(product_id_hash) == 32
214 out.write(product_id_hash)
259 product_id_hash=None, argument
300 writeFullUnlockChallenge(args[1], product_id_hash=product_id_hash)
383 self, product_id_hash=b'\x00' * 32)
Davb_atx_validate_unittest.cc655 challenge.product_id_hash, in TEST_F()
/external/avb/tools/
Dat_auth_unlock.py221 def product_id_hash(self): member in UnlockChallenge
250 if GetAtxCertificateSubject(creds.unlock_cert) == challenge.product_id_hash:
322 binascii.hexlify(challenge.product_id_hash)))
/external/avb/libavb_atx/
Davb_atx_types.h80 uint8_t product_id_hash[AVB_SHA256_DIGEST_SIZE]; member
Davb_atx_validate.c310 out_unlock_challenge->product_id_hash); in avb_atx_generate_unlock_challenge()