Lines Matching refs:persistentHandle
29881 persistentHandle to the persistent version of the object. If objectHandle is a persistent object, t…
29884 object that is resident on the TPM and that persistentHandle is a valid handle for a persistent obj…
29887 This requirement simplifies the unmarshaling code so that it only need check that persistentHandle
29900 c) The TPM shall return TPM_RC_RANGE if persistentHandle is not in the proper range as determined
29902 1) If auth is TPM_RH_OWNER, then persistentHandle shall be in the inclusive range of
29904 2) If auth is TPM_RH_PLATFORM, then persistentHandle shall be in the inclusive range of
29907 persistentHandle.
29935 and both objectHandle and persistentHandle may be used to access the object.
30001 persistentHandle
30006 shall be the same value as persistentHandle
30063 the persistentHandle argument
30067 persistentHandle is unavailable
30119 persistentHandle is not in the range corresponding to the hierarchy of
30154 // input persistentHandle
30157 && evictObject->evictHandle != in->persistentHandle
30233 if(!NvIsPlatformPersistentHandle(in->persistentHandle))
30246 && !NvIsOwnerPersistentHandle(in->persistentHandle)
30263 result = NvAddEvictObject(in->persistentHandle, evictObject);