Searched refs:vtpmlogerror (Results 1 – 7 of 7) sorted by relevance
/xen/stubdom/vtpmmgr/ |
A D | init.c | 98 vtpmlogerror(VTPM_LOG_VTPM, "Invalid size returned by GetCapability!\n"); in check_tpm_version() 275 vtpmlogerror(VTPM_LOG_VTPM, "Invalid auth string %s\n", authstr); in parse_auth_string() 344 vtpmlogerror(VTPM_LOG_VTPM, "Invalid Option %s\n", argv[i]); in parse_cmdline_opts() 417 vtpmlogerror(VTPM_LOG_VTPM, "Command line parsing failed! exiting..\n"); in vtpmmgr_init() 424 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize storage subsystem!\n"); in vtpmmgr_init() 438 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize tpmfront device\n"); in vtpmmgr_init() 451 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize tpmfront device\n"); in vtpmmgr_init() 684 vtpmlogerror(VTPM_LOG_VTPM, "Command line parsing failed! exiting..\n"); in vtpmmgr2_init() 691 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize storage subsystem!\n"); in vtpmmgr2_init() 706 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize tpmfront device\n"); in vtpmmgr2_init() [all …]
|
A D | vtpmmgr.c | 78 vtpmlogerror(VTPM_LOG_VTPM, "NULL tpmcmd\n"); in main_loop() 105 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize vtpmmgr domain!\n"); in main() 112 vtpmlogerror(VTPM_LOG_VTPM, "Unable to initialize vtpmmgr domain!\n"); in main()
|
A D | vtpm_cmd_handler.c | 141 vtpmlogerror(VTPM_LOG_VTPM, "VTPM_ORD_SAVEHASHKEY hashkey too short!\n"); in vtpmmgr_SaveHashKey() 146 vtpmlogerror(VTPM_LOG_VTPM, "VTPM_ORD_SAVEHASHKEY hashkey too long!\n"); in vtpmmgr_SaveHashKey() 801 vtpmlogerror(VTPM_LOG_VTPM, "Invalid vTPM Ordinal %" PRIu32 "\n", ord); in vtpmmgr_handle_cmd() 809 vtpmlogerror(VTPM_LOG_VTPM, "Rejected attempt to use management command from client\n"); in vtpmmgr_handle_cmd() 834 vtpmlogerror(VTPM_LOG_VTPM, "Invalid TM Ordinal %" PRIu32 "\n", ord); in vtpmmgr_handle_cmd() 854 vtpmlogerror(VTPM_LOG_VTPM, "Disallowed TPM_Extend\n"); in vtpmmgr_handle_cmd() 862 vtpmlogerror(VTPM_LOG_VTPM, "TPM Disallowed Passthrough ord=%" PRIu32 "\n", ord); in vtpmmgr_handle_cmd() 873 vtpmlogerror(VTPM_LOG_VTPM, "Invalid tag=%" PRIu16 "\n", tag); in vtpmmgr_handle_cmd()
|
A D | log.h | 79 #define vtpmlogerror(module, fmt, args...) \ macro
|
A D | tpm.c | 112 vtpmlogerror(VTPM_LOG_TPM, "Failed with return code %s\n", tpm_get_error_name(rsp_status)); \ 291 vtpmlogerror(VTPM_LOG_TPM, "Auth Session verification failed! %x %x\n", in verifyAuth() 660 vtpmlogerror(VTPM_LOG_TPM, "TPM_ReadPubek: Checksum returned by TPM was invalid!\n"); in TPM_ReadPubek() 877 vtpmlogerror(VTPM_LOG_TXDATA, "write() failed : %s\n", strerror(errno)); in TPM_TransmitData() 881 vtpmlogerror(VTPM_LOG_TXDATA, "Wrote %d instead of %d bytes!\n", (int) size, insize); in TPM_TransmitData() 888 vtpmlogerror(VTPM_LOG_TXDATA, "read() failed : %s\n", strerror(errno)); in TPM_TransmitData()
|
A D | disk_read.c | 80 vtpmlogerror(VTPM_LOG_VTPM, "find_group_key alloc %x\n", dst->nr_seals); in find_group_key() 482 vtpmlogerror(VTPM_LOG_VTPM, "load_root_post alloc %x\n", dst->nr_groups); in load_root_post()
|
A D | tpm2.c | 129 vtpmlogerror(VTPM_LOG_TPM, "Failed with return code %s\n", tpm_get_error_name(status));\
|
Completed in 13 milliseconds