HomeSort by relevance Sort by last modified time
    Searched refs:TPM_HANDLE (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tpm2/
NV_spt_fp.h 11 TPM_HANDLE authHandle, // IN: the handle that provided the authorization
12 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
15 TPM_HANDLE authHandle, // IN: the handle that provided the authorization
16 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
Handle_fp.h 10 TPM_HT HandleGetType(TPM_HANDLE handle // IN: a handle to be checked
13 TPM_HANDLE handle, // IN: start handle
DA_fp.h 11 void DARegisterFailure(TPM_HANDLE handle // IN: handle for failure
HandleProcess_fp.h 18 TPM_HANDLE req_handles[], // OUT: Array that receives the handles
Session_fp.h 28 TPM_HANDLE *handle // IN/OUT: session handle
30 TPM_RC SessionContextSave(TPM_HANDLE handle, // IN: session handle
39 TPM_HANDLE *sessionHandle // OUT: the session handle
41 void SessionFlush(TPM_HANDLE handle // IN: loaded or saved session handle
43 SESSION *SessionGet(TPM_HANDLE handle // IN: session handle
47 BOOL SessionIsLoaded(TPM_HANDLE handle // IN: session handle
49 BOOL SessionIsSaved(TPM_HANDLE handle // IN: session handle
Object_spt_fp.h 16 TPM_HANDLE protector, // IN: The protector's handle
22 TPM_HANDLE parentHandle, // IN: The parent's handle
43 TPM_HANDLE protectorHandle, // IN: the protector handle
49 TPM_HANDLE parentHandle, // IN: The parent's handle
59 TPM_HANDLE protector, // IN: The handle of the object that provides
86 TPM_HANDLE protector, // IN: The protector's handle
92 TPM_HANDLE parentHandle, // IN: The new parent's handle
110 TPM_HANDLE parentHandle, // IN: The parent's handle
117 TPM_HANDLE protector, // IN: The handle of the object that provides
LoadExternal_fp.h 19 TPM_HANDLE objectHandle;
30 TPM_HANDLE request_handles[],
52 TPM_HANDLE request_handles[],
Load_fp.h 19 TPM_HANDLE objectHandle;
30 TPM_HANDLE request_handles[],
52 TPM_HANDLE request_handles[],
SessionProcess_fp.h 20 TPM_HANDLE handles[], // IN: array of handle
24 BOOL IsDAExempted(TPM_HANDLE handle // IN: entity handle
29 TPM_HANDLE handles[], // IN: array of handle
CommandDispatcher_fp.h 17 TPM_HANDLE req_handles[], // IN: request handle array
Handle.c 20 TPM_HANDLE handle // IN: a handle to be checked
35 TPM_HANDLE
37 TPM_HANDLE inHandle // IN: the handle to check
83 TPM_HANDLE handle, // IN: start handle
NV_spt.c 27 TPM_HANDLE authHandle, // IN: the handle that provided the
29 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
85 TPM_HANDLE authHandle, // IN: the handle that provided the
87 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
ChangeEPS_fp.h 20 TPM_HANDLE request_handles[],
33 TPM_HANDLE request_handles[],
ChangePPS_fp.h 20 TPM_HANDLE request_handles[],
33 TPM_HANDLE request_handles[],
ClearControl_fp.h 23 TPM_HANDLE request_handles[],
36 TPM_HANDLE request_handles[],
Clear_fp.h 20 TPM_HANDLE request_handles[],
33 TPM_HANDLE request_handles[],
ClockRateAdjust_fp.h 23 TPM_HANDLE request_handles[],
36 TPM_HANDLE request_handles[],
ClockSet_fp.h 23 TPM_HANDLE request_handles[],
36 TPM_HANDLE request_handles[],
DictionaryAttackLockReset_fp.h 22 TPM_HANDLE request_handles[],
35 TPM_HANDLE request_handles[],
DictionaryAttackParameters_fp.h 27 TPM_HANDLE request_handles[],
40 TPM_HANDLE request_handles[],
EvictControl_fp.h 24 TPM_HANDLE request_handles[],
37 TPM_HANDLE request_handles[],
  /system/tpm/trunks/
scoped_key_handle.h 34 ScopedKeyHandle(const TrunksFactory& factory, TPM_HANDLE handle);
37 // This method releases the TPM_HANDLE associated with this class.
40 virtual TPM_HANDLE release();
44 virtual void reset(TPM_HANDLE new_handle);
54 virtual TPM_HANDLE* ptr();
59 virtual TPM_HANDLE get() const;
63 TPM_HANDLE handle_;
64 void FlushHandleContext(TPM_HANDLE handle);
scoped_key_handle.cc 25 const trunks::TPM_HANDLE kInvalidHandle = 0;
35 TPM_HANDLE handle)
44 TPM_HANDLE ScopedKeyHandle::release() {
45 TPM_HANDLE tmp_handle = handle_;
50 void ScopedKeyHandle::reset(TPM_HANDLE new_handle) {
51 TPM_HANDLE tmp_handle = handle_;
62 TPM_HANDLE* ScopedKeyHandle::ptr() {
66 TPM_HANDLE ScopedKeyHandle::get() const {
70 void ScopedKeyHandle::FlushHandleContext(TPM_HANDLE handle) {
resource_manager.h 74 std::vector<TPM_HANDLE> handles;
75 std::vector<TPM_HANDLE> session_handles;
83 void Init(TPM_HANDLE handle);
87 TPM_HANDLE tpm_handle; member in struct:trunks::ResourceManager::HandleInfo
99 bool ChooseSessionToEvict(const std::vector<TPM_HANDLE>& sessions_to_retain,
100 TPM_HANDLE* session_to_evict);
103 void CleanupFlushedHandle(TPM_HANDLE flushed_handle);
107 TPM_HANDLE CreateVirtualHandle();
111 TPM_HANDLE session_handle)
    [all...]
session_manager.h 28 const trunks::TPM_HANDLE kUninitializedHandle = 0;
40 // TPM_HANDLE session_handle = session_manager->GetSessionHandle();
48 virtual TPM_HANDLE GetSessionHandle() const = 0;

Completed in 108 milliseconds

1 2 3 4 5 6 7 8 91011>>