search for: tpm_version

Displaying 3 results from an estimated 3 matches for "tpm_version".

Did you mean: rpm_version
2008 Aug 26
2
vTPM NVM, loadkey and trousers questions
...tener waiting for messages. Again this program is running well on a real TPM and I created the key which is tried to load before. 3. Trousers 0.2.9 IAIK provides a java wrapper to use the TPM. Unfortunately this is only working with trousers version 0.2.9. Using trousers 0.3.1 the tpm tools like tpm_version are working. But as mentioned, the wrapper is only compatible with 0.2.9. Using that version (no matter if I apply IFX patch or not) the result of tpm_version is: Tspi_Context_Connect failed: 0x00003004 - layer=tsp, code=0004 (4), Internal software error TCSD''s output: TCSD svrside.c:27...
2009 Jul 13
0
Unable to communicate with TPM on domU
...d be something like * **[xxx.yyy] tpm_tis tpm_tis: 1.2 TPM (device-id 0x4A10, rev-id 78)* which is what I get when I follow the tutorial anywhere but on my domU. Anyway, after having done this, if I try to communicate with the TPM, I get the following error message : *lenny-guest:/home/nicolas# tpm_version* *Tspi_Context_Connect failed: 0x00003011 - layer=tsp, code=0011 (17), Communication failure* which seems to confirm that the modules are not loaded... Yes, I checked if tcsd was started, first with */etc/init.d/trousers status tcsd is not running* Then I ran */usr/sbin/tcsd start* which does...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...-+#ifdef LITTLE_ENDIAN -+ #include <linux/byteorder/little_endian.h> -+#else -+ #include <linux/byteorder/big_endian.h> -+#endif - -+/* module settings */ -+#define min(A,B) ((A)<(B)?(A):(B)) -+#ifndef STR - #define STR(s) __STR__(s) - #define __STR__(s) #s -+#endif - #include "tpm_version.h" - - #define TPM_DEVICE_MINOR 224 - #define TPM_DEVICE_NAME "tpm" - #define TPM_MODULE_NAME "tpm_emulator" - --/* debug and log output functions */ -- - #ifdef DEBUG --#define debug(fmt, ...) printk(KERN_DEBUG "%s %s:%d: Debug: " fmt "\n", \ --...