HomeSort by relevance Sort by last modified time
    Searched refs:TPM_RH_FIRST (Results 1 - 11 of 11) sorted by null

  /system/tpm/trunks/
mock_session_manager.cc 25 .WillByDefault(testing::Return(TPM_RH_FIRST));
scoped_key_handle_test.cc 52 TPM_HANDLE handle = TPM_RH_FIRST;
59 TPM_HANDLE handle = TPM_RH_FIRST;
65 TPM_HANDLE handle = TPM_RH_FIRST;
72 TPM_HANDLE old_handle = TPM_RH_FIRST;
85 TPM_HANDLE handle = TPM_RH_FIRST;
hmac_session_test.cc 71 TPM_HANDLE bind_entity = TPM_RH_FIRST;
80 TPM_HANDLE bind_entity = TPM_RH_FIRST;
session_manager_test.cc 82 TPM_HANDLE handle = TPM_RH_FIRST;
98 TPM_HANDLE handle = TPM_RH_FIRST;
112 TPM_HANDLE handle = TPM_RH_FIRST;
158 TPM_HANDLE handle = TPM_RH_FIRST;
policy_session_test.cc 72 session.StartBoundSession(TPM_RH_FIRST, "auth", true));
77 TPM_HANDLE handle = TPM_RH_FIRST;
87 session.StartBoundSession(TPM_RH_FIRST, "auth", true));
tpm_utility_test.cc 538 TPM_HANDLE key_handle = TPM_RH_FIRST;
670 TPM_HANDLE key_handle = TPM_RH_FIRST;
689 TPM_HANDLE key_handle = TPM_RH_FIRST;
    [all...]
tpm_generated.h     [all...]
  /external/tpm2/
Handle.c 42 if(inHandle < TPM_RH_FIRST)
43 inHandle = TPM_RH_FIRST;
Entity.c 64 if( ((TPM_RH)*handle >= TPM_RH_FIRST)
tpm_types.h 376 #define TPM_RH_FIRST 0x40000000
424 #define PERMANENT_FIRST TPM_RH_FIRST
    [all...]
tpm_generated.c     [all...]

Completed in 141 milliseconds