Home
last modified time | relevance | path

Searched refs:logCmdOption (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
Dtpm_present.c71 logCmdOption("-s, --status", in help()
73 logCmdOption("-a, --assert", _("Assert that admin is present.")); in help()
74 logCmdOption("-c, --clear", _("Clear assertion of admin presence.")); in help()
75 logCmdOption("--lock", in help()
77 logCmdOption("--enable-cmd", in help()
79 logCmdOption("--disable-cmd", in help()
81 logCmdOption("--enable-hw", in help()
83 logCmdOption("--disable-hw", in help()
85 logCmdOption("--set-lifetime-lock", in help()
87 logCmdOption("-y, --yes", in help()
[all …]
Dtpm_changeauth.c55 logCmdOption("-o, --owner", _("Change the owner password.")); in help()
56 logCmdOption("-s, --srk", _("Change the SRK password.")); in help()
57logCmdOption("-g, --original_password_unicode", _("Use TSS UNICODE encoding for original password … in help()
58logCmdOption("-n, --new_password_unicode", _("Use TSS UNICODE encoding for new password to comply … in help()
59logCmdOption("-z, --well-known", _("Change password to a new one when current owner password is a … in help()
60logCmdOption("-r, --set-well-known", _("Change password to a secret of all zeros (20 bytes of zero… in help()
Dtpm_activate.c40 logCmdOption("-s, --status", _("Report current state")); in help()
41 logCmdOption("-a, --active", _("Activate TPM, requires reboot")); in help()
42 logCmdOption("-i, --inactive", _("Deactivate TPM, requires reboot")); in help()
43 logCmdOption("-t, --temp", in help()
45 logCmdOption("-z, --well-known", in help()
Dtpm_enable.c44 logCmdOption("-s, --status", _("Display current state")); in help()
45 logCmdOption("-e, --enable", _("Enable TPM")); in help()
46 logCmdOption("-d, --disable", _("Disable TPM")); in help()
47 logCmdOption("-f, --force", in help()
49 logCmdOption("-z, --well-known", in help()
Dtpm_nvwrite.c119 logCmdOption("-z, --well-known", in help()
121 logCmdOption("-p, --password", in help()
124 logCmdOption("-s, --size", in help()
126 logCmdOption("-n, --offset", in help()
128 logCmdOption("-f, --filename", in help()
130 logCmdOption("-d, --data", in help()
132 logCmdOption("-m, --fill-value", in help()
Dtpm_nvdefine.c139 logCmdOption("-y, --owner-well-known", in help()
142 logCmdOption("-z, --data-well-known", in help()
146 logCmdOption("-a, --pwda", in help()
149 logCmdOption("-s, --size", in help()
151 logCmdOption("-r, --rpcrs", in help()
153 logCmdOption("-w, --wpcrs", in help()
155 logCmdOption("-f, --filename", in help()
158 logCmdOption("-p, --permissions", in help()
Dtpm_restrictsrk.c63 logCmdOption("-a, --allow", in help()
65 logCmdOption("-s, --status", _("Display current status")); in help()
66 logCmdOption("-r, --restrict", in help()
68 logCmdOption("-z, --well-known", in help()
Dtpm_ownable.c71 logCmdOption("-s, --status", _("Display current status")); in help()
72 logCmdOption("-a, --allow", _("Allow TPM takeownership command")); in help()
73 logCmdOption("-p, --prevent", _("Prevent TPM takeownership command")); in help()
74 logCmdOption("-z, --well-known", in help()
Dtpm_nvread.c128 logCmdOption("-z, --well-known", in help()
130 logCmdOption("-p, --password", in help()
133 logCmdOption("-s, --size", in help()
135 logCmdOption("-n, --offset", in help()
137 logCmdOption("-f, --filename", in help()
Dtpm_clearable.c29 logCmdOption("-s, --status", in help()
31 logCmdOption("-o, --owner", in help()
33 logCmdOption("-f, --force", in help()
35 logCmdOption("-z, --well-known", in help()
Dtpm_restrictpubek.c58 logCmdOption("-s, --status", _("Display current status")); in help()
59 logCmdOption("-r, --restrict", in help()
61 logCmdOption("-z, --well-known", in help()
Dtpm_createek.c40 logCmdOption("-r, --revocable", in help()
42 logCmdOption("-i, --infile FILE", in help()
44 logCmdOption("-g, --generate-secret", in help()
46 logCmdOption("-o, --outfile FILE", in help()
Dtpm_setoperatorauth.c33logCmdOption("-z, --well-known", _("Use TSS_WELL_KNOWN_SECRET as the operator's default secret.")); in help()
34logCmdOption("-p, --op_password_unicode", _("Use TSS UNICODE encoding for operator password to com… in help()
Dtpm_clear.c44 logCmdOption("-f, --force", _("Use physical presence authorization.")); in help()
45 logCmdOption("-z, --well-known", in help()
Dtpm_takeownership.c29logCmdOption("-y, --owner-well-known", _("Set the owner secret to all zeros (20 bytes of zeros).")… in help()
30logCmdOption("-z, --srk-well-known", _("Set the SRK secret to all zeros (20 bytes of zeros).")); in help()
Dtpm_resetdalock.c33logCmdOption("-z, --well-known", _("Use TSS_WELL_KNOWN_SECRET (20 zero bytes) as the owner secret.… in help()
Dtpm_selftest.c86 logCmdOption("-r, --results", _("Report results of last test without retesting.")); in selftestUsage()
/netbsd/src/crypto/external/cpl/tpm-tools/dist/lib/
Dtpm_log.c129 void logCmdOption(const char *aOption, const char *aDescr) in logCmdOption() function
143 logCmdOption("-h, --help", _("Display command usage info.")); in logGenericOptions()
144 logCmdOption("-v, --version", _("Display command version info.")); in logGenericOptions()
145 logCmdOption( lOpt, _("Set logging level.")); in logGenericOptions()
151logCmdOption("-u, --unicode", _("Use TSS UNICODE encoding for passwords to comply with application… in logUnicodeCmdOption()
156 logCmdOption("-o, --pwdo", _("Owner password")); in logOwnerPassCmdOption()
161 logCmdOption("-i, --index", _("Index of the NVRAM area")); in logNVIndexCmdOption()
/netbsd/src/crypto/external/cpl/tpm-tools/dist/src/cmds/
Dtpm_unsealdata.c29 logCmdOption("-i, --infile FILE", in help()
32 logCmdOption("-o, --outfile FILE", in help()
35 logCmdOption("-z, --srk-well-known", in help()
Dtpm_sealdata.c30 logCmdOption("-i, --infile FILE", in help()
33 logCmdOption("-o, --outfile FILE", in help()
36 logCmdOption("-p, --pcr NUMBER", in help()
39 logCmdOption("-z, --well-known", _("Use TSS_WELL_KNOWN_SECRET as the SRK secret.")); in help()
40logCmdOption("-u, --unicode", _("Use TSS UNICODE encoding for the SRK password to comply with appl… in help()
/netbsd/src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
Ddata_object.c78 logCmdOption( "-k, --token STRING", in usageCallback()
80 logCmdOption( "-p, --public", in usageCallback()
82 logCmdOption( "-x, --extended", in usageCallback()
Ddata_protect.c103 logCmdOption( "-d, --decrypt", in usageCallback()
105 logCmdOption( "-e, --encrypt", in usageCallback()
107 logCmdOption( "-i, --infile FILE", in usageCallback()
109 logCmdOption( "-k, --token STRING", in usageCallback()
111 logCmdOption( "-o, --outfile FILE", in usageCallback()
Ddata_passwd.c76 logCmdOption( "-k, --token STRING", in usageCallback()
78 logCmdOption( "-s, --security-officer", in usageCallback()
Ddata_init.c70 logCmdOption( "-k, --token STRING", in usageCallback()
72 logCmdOption( "-y, --yes", in usageCallback()
Ddata_import.c137 logCmdOption( "-i, --idfile FILE", in usageCallback()
139 logCmdOption( "-k, --token STRING", in usageCallback()
141 logCmdOption( "-n, --name STRING", in usageCallback()
143 logCmdOption( "-p, --public", in usageCallback()
145 logCmdOption( "-t, --type key|cert", in usageCallback()
147 logCmdOption( "-y, --yes", in usageCallback()

12