visyuvi
visyuvi
hi @williamcroberts, You provided code for tpm2_getrandom as below (https://github.com/tpm2-software/tpm2-tools/issues/1971 ) ``` #include #include #include #include #include #include void random_fapi(void) { FAPI_CONTEXT *context = NULL; TSS2_RC rc = Fapi_Initialize( &context,...
> I can't, but dig around in the test code and I would ask on the mailing list Could you please do that and let me know thanks!
> You can check the tss integration test: https://github.com/tpm2-software/tpm2-tss/blob/master/test/integration/esys-nv-ram-ordinary-index.int.c Thanks @JuergenReppSIT ! I wanted to try out this test. So I thought of writing the main function in it and...
Hi @williamcroberts , @JuergenReppSIT !!
@JuergenReppSIT How can I run this test ? It has no main function. As you are aware I wanted to perform the three functions (nv define,write and read) using a...
Ok I will check. Thanks once again!