Searched refs:tpmSetStatus (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| D | tpm_activate.c | 153 … if (tpmSetStatus(hTpm, TSS_TPMSTATUS_PHYSICALSETDEACTIVATED, FALSE) != TSS_SUCCESS) in main() 158 … if (tpmSetStatus(hTpm, TSS_TPMSTATUS_PHYSICALSETDEACTIVATED, TRUE) != TSS_SUCCESS) in main() 163 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_SETTEMPDEACTIVATED, TRUE) != TSS_SUCCESS) in main()
|
| D | tpm_resetdalock.c | 97 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_RESETLOCK, bValue) != TSS_SUCCESS) in main()
|
| D | tpm_restrictpubek.c | 123 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_DISABLEPUBEKREAD, 0) in main()
|
| D | tpm_restrictsrk.c | 136 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_DISABLEPUBSRKREAD, bRestrict) in main()
|
| D | tpm_ownable.c | 137 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_SETOWNERINSTALL, bValue) != in main()
|
| D | tpm_enable.c | 166 … if (tpmSetStatus(hTpm, fForce, (request == ENABLE) ? FALSE : TRUE ) != TSS_SUCCESS) in main()
|
| D | tpm_clearable.c | 185 if (tpmSetStatus(hTpm, flags[i].property, 0) in main()
|
| D | tpm_present.c | 341 if (tpmSetStatus(hTpm, flags[i].property, in main()
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/include/ |
| D | tpm_tspi.h | 83 TSS_RESULT tpmSetStatus(TSS_HTPM a_hTpm,
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/lib/ |
| D | tpm_tspi.c | 436 tpmSetStatus(TSS_HTPM a_hTpm, TSS_FLAG a_fStatus, TSS_BOOL a_bValue) in tpmSetStatus() function
|