Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_present.c97 logDebug(_("Changing mode to check status.\n")); in parse()
101 logDebug(_("Changing mode to assert presence.\n")); in parse()
107 logDebug(_("Changing mode to clear presence.\n")); in parse()
113 logDebug(_("Changing mode to lock presence.\n")); in parse()
119 logDebug(_("Changing mode to enable command presence.\n")); in parse()
125 logDebug(_("Changing mode to disable command presence.\n")); in parse()
131 logDebug(_("Changing mode to enable hardware presence.\n")); in parse()
137 logDebug(_("Changing mode to disable hardware presence.\n")); in parse()
143 logDebug(_("Changing mode to set lifetime presence lock.\n")); in parse()
149 logDebug(_("Changing mode to automatically answer yes.\n")); in parse()
[all …]
H A Dtpm_activate.c54 logDebug(_("Changing mode to check status.\n")); in parse()
58 logDebug(_("Changing mode to activate the TPM.\n")); in parse()
62 logDebug(_("Changing mode to deactivate the TPM.\n")); in parse()
66 logDebug(_("Changing mode to temporarily deactivate the TPM\n")); in parse()
70 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_enable.c59 logDebug(_("Changing mode to check status.\n")); in parse()
63 logDebug(_("Changing mode to enable the TPM\n")); in parse()
67 logDebug(_("Changing mode to disable the TPM\n")); in parse()
71 logDebug(_("Changing mode to use force authorization\n")); in parse()
75 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_ownable.c43 logDebug(_("Changing mode to check status.\n")); in parse()
47 logDebug(_("Changing to prevent ownership mode\n")); in parse()
52 logDebug(_("Changing to allow ownership mode\n")); in parse()
57 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_restrictsrk.c37 logDebug(_("Changing mode to allow SRK access using SRK auth\n")); in parse()
41 logDebug(_("Changing mode to check status.\n")); in parse()
45 logDebug(_("Changing mode to restrist SRK access\n")); in parse()
49 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_createek.c116 logDebug(_("Read %d bytes of secret data from file %s.\n"), in readData()
130 logDebug(_("bytesToWrite: %d\n"), bytesToWrite); in writeData()
145 logDebug(_("%zd bytes written on file %s.\n"), iBytes, out_filename); in writeData()
208 logDebug("Input file name: %s\n", in_filename); in main()
209 logDebug("Output file name: %s\n", out_filename); in main()
H A Dtpm_restrictpubek.c36 logDebug(_("Changing mode to check status.\n")); in parse()
40 logDebug(_("Changing mode to restrist PubEK access\n")); in parse()
44 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_clear.c54 logDebug(_("Changing mode to use force authorization\n")); in parse()
58 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_revokeek.c89 logDebug(_("Read %d bytes of secret data from file %s.\n"), in readData()
122 logDebug("Input file name: %s\n", in_filename); in main()
H A Dtpm_clearable.c78 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
161 logDebug(_("Requested to disable: %s ability.\n"), in main()
H A Dtpm_selftest.c94 logDebug(_("Results only\n")); in parse()
H A Dtpm_getpubek.c33 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
H A Dtpm_nvdefine.c290 logDebug("permissions = 0x%08x\n", nvperm); in main()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c46 logDebug( _("%s success\n"), a_pszName ); in pkcsDebug()
95 logDebug( _("Slot description: %s\n"), szSlotDesc ); in pkcsSlotInfo()
96 logDebug( _("Slot manufacturer: %s\n"), szSlotMfr ); in pkcsSlotInfo()
98 logDebug( _("Token is present\n") ); in pkcsSlotInfo()
100 logDebug( _("Token is not present\n") ); in pkcsSlotInfo()
125 logDebug( _("Token Label: %s\n"), szTokenLabel ); in pkcsTokenInfo()
126 logDebug( _("Token manufacturer: %s\n"), szTokenMfr ); in pkcsTokenInfo()
127 logDebug( _("Token model: %s\n"), szTokenModel ); in pkcsTokenInfo()
130 logDebug( _("Token is initialized\n") ); in pkcsTokenInfo()
132 logDebug( _("Token is not initialized\n") ); in pkcsTokenInfo()
[all …]
H A Dtpm_log.c64 int logDebug(const char *a_szFormat, ...) in logDebug() function
H A Dtpm_tspi.c278 logDebug(_("%s success\n"), a_szName); in tspiDebug()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_utils.h107 int logDebug( const char *a_pszFormat, ... );