Lines Matching refs:puts
46 puts("Options:"); in PrintUsage()
47 puts(" --allocate_pcr - Configures PCR 0-15 under the SHA256 bank."); in PrintUsage()
48 puts(" --clear - Clears the TPM. Use before initializing the TPM."); in PrintUsage()
49 puts(" --help - Prints this message."); in PrintUsage()
50 puts(" --init_tpm - Initializes a TPM as CrOS firmware does."); in PrintUsage()
51 puts(" --own - Takes ownership of the TPM with the provided password."); in PrintUsage()
52 puts(" --owner_password - used to provide an owner password"); in PrintUsage()
53 puts(" --regression_test - Runs some basic regression tests. If"); in PrintUsage()
54 puts(" owner_password is supplied, it runs tests that"); in PrintUsage()
55 puts(" need owner permissions."); in PrintUsage()
56 puts(" --startup - Performs startup and self-tests."); in PrintUsage()
57 puts(" --status - Prints TPM status information."); in PrintUsage()
58 puts(" --stress_test - Runs some basic stress tests."); in PrintUsage()
59 puts(" --read_pcr --index=<N> - Reads a PCR and prints the value."); in PrintUsage()
60 puts(" --extend_pcr --index=<N> --value=<value> - Extends a PCR."); in PrintUsage()
168 puts("Trunks Client: A command line tool to access the TPM."); in main()
278 puts("Invalid options!"); in main()