Searched refs:logDebug (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
H A D | tpm_present.c | 97 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 D | tpm_activate.c | 54 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 D | tpm_enable.c | 59 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 D | tpm_ownable.c | 43 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 D | tpm_restrictsrk.c | 37 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 D | tpm_createek.c | 116 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 D | tpm_restrictpubek.c | 36 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 D | tpm_clear.c | 54 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 D | tpm_revokeek.c | 89 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 D | tpm_clearable.c | 78 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 D | tpm_selftest.c | 94 logDebug(_("Results only\n")); in parse()
|
H A D | tpm_getpubek.c | 33 logDebug(_("Using TSS_WELL_KNOWN_SECRET to authorize the TPM command\n")); in parse()
|
H A D | tpm_nvdefine.c | 290 logDebug("permissions = 0x%08x\n", nvperm); in main()
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/ |
H A D | tpm_pkcs11.c | 46 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 D | tpm_log.c | 64 int logDebug(const char *a_szFormat, ...) in logDebug() function
|
H A D | tpm_tspi.c | 278 logDebug(_("%s success\n"), a_szName); in tspiDebug()
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/include/ |
H A D | tpm_utils.h | 107 int logDebug( const char *a_pszFormat, ... );
|