Home
last modified time | relevance | path

Searched refs:PLATFORM_PERSISTENT (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DObject.c679 if(*handle >= PLATFORM_PERSISTENT) in ObjectLoadEvict()
DNV.c686 return (handle >= PLATFORM_PERSISTENT && handle <= PERSISTENT_LAST); in NvIsPlatformPersistentHandle()
705 return (handle >= PERSISTENT_FIRST && handle < PLATFORM_PERSISTENT); in NvIsOwnerPersistentHandle()
Dtpm_types.h421 #define PLATFORM_PERSISTENT (PERSISTENT_FIRST + 0x00800000) macro
Dtpm_generated.c7633 if (*target == PLATFORM_PERSISTENT) { in TPM_HC_Unmarshal()