Home
last modified time | relevance | path

Searched refs:tpmSetStatus (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
Dtpm_activate.c153 … 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()
Dtpm_resetdalock.c97 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_RESETLOCK, bValue) != TSS_SUCCESS) in main()
Dtpm_restrictpubek.c123 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_DISABLEPUBEKREAD, 0) in main()
Dtpm_restrictsrk.c136 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_DISABLEPUBSRKREAD, bRestrict) in main()
Dtpm_ownable.c137 if (tpmSetStatus(hTpm, TSS_TPMSTATUS_SETOWNERINSTALL, bValue) != in main()
Dtpm_enable.c166 … if (tpmSetStatus(hTpm, fForce, (request == ENABLE) ? FALSE : TRUE ) != TSS_SUCCESS) in main()
Dtpm_clearable.c185 if (tpmSetStatus(hTpm, flags[i].property, 0) in main()
Dtpm_present.c341 if (tpmSetStatus(hTpm, flags[i].property, in main()
/netbsd/src/crypto/external/cpl/tpm-tools/dist/include/
Dtpm_tspi.h83 TSS_RESULT tpmSetStatus(TSS_HTPM a_hTpm,
/netbsd/src/crypto/external/cpl/tpm-tools/dist/lib/
Dtpm_tspi.c436 tpmSetStatus(TSS_HTPM a_hTpm, TSS_FLAG a_fStatus, TSS_BOOL a_bValue) in tpmSetStatus() function