Home | History | Annotate | Download | only in tpm_lite

Lines Matching refs:result

14   uint32_t result;
16 result = TlclStartup();
17 if (result != 0) {
18 printf("tpm startup failed with 0x%x\n", result);
20 result = TlclGetFlags(NULL, NULL, NULL);
21 if (result != 0) {
22 printf("tpm getflags failed with 0x%x\n", result);
26 result = TlclGetFlags(NULL, NULL, NULL);
27 if (result != 0) {
28 printf("tpm getflags failed with 0x%x\n", result);