Searched refs:tpm (Results 1 – 18 of 18) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-locality.patch | 1 diff --git a/tpm/tpm_capability.c b/tpm/tpm_capability.c 3 --- a/tpm/tpm_capability.c 4 +++ b/tpm/tpm_capability.c 14 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c 16 --- a/tpm/tpm_cmd_handler.c 17 +++ b/tpm/tpm_cmd_handler.c 38 diff --git a/tpm/tpm_emulator.h b/tpm/tpm_emulator.h 40 --- a/tpm/tpm_emulator.h 41 +++ b/tpm/tpm_emulator.h
|
A D | vtpm-deepquote-anyloc.patch | 1 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c 3 --- a/tpm/tpm_cmd_handler.c 4 +++ b/tpm/tpm_cmd_handler.c 45 diff --git a/tpm/tpm_commands.h b/tpm/tpm_commands.h 47 --- a/tpm/tpm_commands.h 48 +++ b/tpm/tpm_commands.h 65 diff --git a/tpm/tpm_credentials.c b/tpm/tpm_credentials.c 67 --- a/tpm/tpm_credentials.c 68 +++ b/tpm/tpm_credentials.c 115 diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h [all …]
|
A D | vtpm-parent-sign-ek.patch | 1 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c 3 --- a/tpm/tpm_cmd_handler.c 4 +++ b/tpm/tpm_cmd_handler.c 55 diff --git a/tpm/tpm_commands.h b/tpm/tpm_commands.h 57 --- a/tpm/tpm_commands.h 58 +++ b/tpm/tpm_commands.h 83 diff --git a/tpm/tpm_credentials.c b/tpm/tpm_credentials.c 122 diff --git a/tpm/tpm_data.c b/tpm/tpm_data.c 124 --- a/tpm/tpm_data.c 125 +++ b/tpm/tpm_data.c [all …]
|
A D | vtpm-deepquote.patch | 1 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c 3 --- a/tpm/tpm_cmd_handler.c 4 +++ b/tpm/tpm_cmd_handler.c 57 diff --git a/tpm/tpm_commands.h b/tpm/tpm_commands.h 59 --- a/tpm/tpm_commands.h 60 +++ b/tpm/tpm_commands.h 87 diff --git a/tpm/tpm_credentials.c b/tpm/tpm_credentials.c 89 --- a/tpm/tpm_credentials.c 141 diff --git a/tpm/tpm_structures.h b/tpm/tpm_structures.h 143 --- a/tpm/tpm_structures.h [all …]
|
A D | tpmemu-0.7.4.patch | 1 diff -Naur tpm_emulator-x86_64-back/tpm/tpm_emulator_extern.c tpm_emulator-x86_64/tpm/tpm_emulator_… 2 --- tpm_emulator-x86_64-back/tpm/tpm_emulator_extern.c 2012-04-27 10:55:46.581963398 -0400 3 +++ tpm_emulator-x86_64/tpm/tpm_emulator_extern.c 2012-04-27 10:56:02.193034152 -0400
|
A D | vtpm-implicit-fallthrough.patch | 1 --- tpm_emulator-x86_64/tpm/tpm_cmd_handler.c.orig 2017-04-27 13:37:14.408000000 +0200 2 +++ tpm_emulator-x86_64/tpm/tpm_cmd_handler.c 2017-04-27 13:39:53.585000000 +0200
|
A D | vtpm-cmake-Wextra.patch | 9 @@ -40,10 +40,11 @@ set(TPM_STORAGE_NAME "/var/lib/tpm/tpm_e 10 set(TPM_DEVICE_NAME "/dev/tpm")
|
A D | configure.ac | 71 AX_STUBDOM_LIB([TPMEMU], [berlios tpm emulator], [0.7.4], [http://download.berlios.de/tpm-emulator])
|
A D | Makefile | 238 ( cd $</build && make VERBOSE=1 tpm_crypto tpm ) 240 cp $</build/tpm/libtpm.a $(TPMEMU_STAMPFILE)
|
A D | configure | 1372 TPMEMU_URL Download url for berlios tpm emulator
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | manage-vtpmmgr.pl | 9 open my $tpm, '+>', '/dev/tpm0' or die "Could not open /dev/tpm0: $!"; 15 syswrite $tpm, $msg; 16 sysread $tpm, $rsp, 4096;
|
A D | README.source | 14 tpm.c 15 tpm.h
|
A D | init.c | 436 struct tpm_chip* tpm; in vtpmmgr_init() local 437 …if((tpm = init_tpm_tis(opts.tpmiomem, TPM_TIS_LOCL_INT_TO_FLAG(opts.tpmlocality), opts.tpmirq)) ==… in vtpmmgr_init() 442 vtpm_globals.tpm_fd = tpm_tis_open(tpm); in vtpmmgr_init() 443 tpm_tis_request_locality(tpm, opts.tpmlocality); in vtpmmgr_init() 703 struct tpm_chip* tpm; in vtpmmgr2_init() local 704 if ((tpm = init_tpm2_tis(opts.tpmiomem, TPM_TIS_LOCL_INT_TO_FLAG(opts.tpmlocality), in vtpmmgr2_init() 711 vtpm_globals.tpm_fd = tpm_tis_open(tpm); in vtpmmgr2_init() 712 tpm_tis_request_locality(tpm, opts.tpmlocality); in vtpmmgr2_init()
|
A D | Makefile | 15 OBJS=vtpmmgr.o vtpm_cmd_handler.o init.o tpmrsa.o tpm.o tpm2.o log.o
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 151 struct tpmfront_dev* tpm = init_tpmfront(NULL); in tpm_hash2pcr() local 164 if (!tpm) { in tpm_hash2pcr() 168 rv = evtchn_get_peercontext(tpm->evtchn, ctx, sizeof(ctx) - 1); in tpm_hash2pcr() 186 } else if (!tpm) { in tpm_hash2pcr() 196 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr() 201 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr() 206 rv = tpmfront_cmd(tpm, (void*)&cmd, sizeof(cmd), (void*)&resp, &resplen); in tpm_hash2pcr() 209 shutdown_tpmfront(tpm); in tpm_hash2pcr()
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | Makefile | 19 CPPFLAGS+=-I../tpm_emulator-$(XEN_TARGET_ARCH)/tpm
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 301 domain communicates with the manager using a mini-os tpm front/back device pair. 347 These commands are used by tpm manufacturers and thus 377 Berlios TPM Emulator: L<http://tpm-emulator.berlios.de/>
|
/xen-4.10.0-shim-comet/ |
A D | MAINTAINERS | 435 F: extras/mini-os/tpm* 436 F: extras/mini-os/include/tpm*
|
Completed in 17 milliseconds