Home
last modified time | relevance | path

Searched refs:_plat__NVEnable (Results 1 – 12 of 12) sorted by relevance

/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/include/
DfTPM.h85 extern int _plat__NVEnable(void *platParameter);
/external/oss-fuzz/projects/ibmswtpm2/
Dfuzzer.cc45 _plat__NVEnable(NULL); in LLVMFuzzerTestOneInput()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/
DfTPM.c136 if (_plat__NVEnable(NULL) == 0) { in TA_CreateEntryPoint()
146 if (_plat__NVEnable(NULL) == 0) { in TA_CreateEntryPoint()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/include/prototypes/
DPlatform_fp.h211 _plat__NVEnable(
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/include/
DPlatform_fp.h216 _plat__NVEnable(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvReserved.c152 if((nvError = _plat__NVEnable(0)) < 0) in NvPowerOn()
/external/ms-tpm-20-ref/TPMCmd/Platform/include/prototypes/
DPlatform_fp.h235 _plat__NVEnable(
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTPMCmds.c285 _plat__NVEnable(NULL); in main()
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DNVMem.c174 _plat__NVEnable( in _plat__NVEnable() function
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DNVMem.c372 _plat__NVEnable( in _plat__NVEnable() function
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c666 if((retVal = _plat__NVEnable((void*)1)) < 0) in TpmInitializeDevice()
675 if((retVal = _plat__NVEnable((void*)0)) < 0) in TpmInitializeDevice()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DNVMem.c245 _plat__NVEnable( in _plat__NVEnable() function