Home | History | Annotate | Download | only in cros

Lines Matching refs:CRYPTOHOME_CMD

13 CRYPTOHOME_CMD = '/usr/sbin/cryptohome'
65 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_status')
101 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_more_status | grep :')
135 out = __run_cmd(CRYPTOHOME_CMD + ' --action=get_login_status')
148 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_attestation_status')
163 __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_take_ownership')
164 __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_wait_ownership')
172 cmd = CRYPTOHOME_CMD + ' --action=tpm_verify_ek'
181 cmd = CRYPTOHOME_CMD + ' --action=remove --force --user=%s' % user
202 args = [CRYPTOHOME_CMD, '--action=mount', '--user=%s' % user,
221 args = [CRYPTOHOME_CMD, '--action=mount_guest', '--async']
229 cmd = [CRYPTOHOME_CMD, '--action=test_auth', '--user=%s' % user,
240 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')