Home
last modified time | relevance | path

Searched refs:challenge_file (Results 1 – 2 of 2) sorted by relevance

/external/avb/tools/
Dat_auth_unlock.py204 def __init__(self, challenge_file): argument
208 with open(challenge_file, 'rb') as f:
301 challenge_file = os.path.join(tempdir, 'challenge')
318 fastboot_cmd(['get_staged', challenge_file])
320 challenge = UnlockChallenge(challenge_file)
/external/avb/test/
Dat_auth_unlock_unittest.py227 challenge_file = os.path.join(tempdir, 'challenge')
228 writeFullUnlockChallenge(challenge_file)
229 challenge = UnlockChallenge(challenge_file)