Searched refs:product_id_hash (Results 1 – 5 of 5) sorted by relevance
199 def writeFullUnlockChallenge(out_file, product_id_hash=None): argument207 if product_id_hash is None:209 product_id_hash = GetAtxCertificateSubject(f.read())210 assert len(product_id_hash) == 32214 out.write(product_id_hash)259 product_id_hash=None, argument300 writeFullUnlockChallenge(args[1], product_id_hash=product_id_hash)383 self, product_id_hash=b'\x00' * 32)
655 challenge.product_id_hash, in TEST_F()
221 def product_id_hash(self): member in UnlockChallenge250 if GetAtxCertificateSubject(creds.unlock_cert) == challenge.product_id_hash:322 binascii.hexlify(challenge.product_id_hash)))
80 uint8_t product_id_hash[AVB_SHA256_DIGEST_SIZE]; member
310 out_unlock_challenge->product_id_hash); in avb_atx_generate_unlock_challenge()