Lines Matching refs:run_command
54 output = ubman.run_command('tpm2 autostart')
56 ubman.run_command('echo --- start of init ---')
57 ubman.run_command('tpm2 clear TPM2_RH_LOCKOUT')
58 output = ubman.run_command('echo $?')
60 ubman.run_command('tpm2 clear TPM2_RH_PLATFORM')
61 ubman.run_command('echo --- end of init ---')
69 ubman.run_command('tpm2 autostart')
70 output = ubman.run_command('echo $?')
84 ubman.run_command('tpm2 self_test continue')
85 output = ubman.run_command('echo $?')
103 ubman.run_command('tpm2 clear TPM2_RH_LOCKOUT')
104 output = ubman.run_command('echo $?')
107 ubman.run_command('tpm2 clear TPM2_RH_PLATFORM')
108 output = ubman.run_command('echo $?')
122 ubman.run_command('tpm2 change_auth TPM2_RH_LOCKOUT unicorn')
123 output = ubman.run_command('echo $?')
126 ubman.run_command('tpm2 clear TPM2_RH_LOCKOUT unicorn')
127 output = ubman.run_command('echo $?')
128 ubman.run_command('tpm2 clear TPM2_RH_PLATFORM')
147 read_cap = ubman.run_command('tpm2 get_capability 0x6 0x20e 0x200 1') #0x%x 1' % ram)
148 output = ubman.run_command('echo $?')
169 ubman.run_command('tpm2 dam_parameters 3 10 0')
170 output = ubman.run_command('echo $?')
174 read_cap = ubman.run_command('tpm2 get_capability 0x6 0x20f 0x%x 3' % ram)
175 output = ubman.run_command('echo $?')
191 read_pcr = ubman.run_command('tpm2 pcr_read 10 0x%x' % ram)
192 output = ubman.run_command('echo $?')
218 read_pcr = ubman.run_command('tpm2 pcr_read 10 0x%x' % (ram + 0x20))
219 output = ubman.run_command('echo $?')
224 ubman.run_command('tpm2 pcr_extend 10 0x%x' % ram)
225 output = ubman.run_command('echo $?')
230 read_pcr = ubman.run_command('tpm2 pcr_read 10 0x%x' % (ram + 0x20))
231 output = ubman.run_command('echo $?')
240 ubman.run_command('tpm2 pcr_extend 10 0x%x' % ram)
241 output = ubman.run_command('echo $?')
244 read_pcr = ubman.run_command('tpm2 pcr_read 10 0x%x' % (ram + 0x20))
245 output = ubman.run_command('echo $?')