Home
last modified time | relevance | path

Searched refs:object_handle (Results 1 – 11 of 11) sorted by relevance

/system/tpm/attestation/server/
Dpkcs11_key_store.h74 CK_OBJECT_HANDLE object_handle)>;
94 CK_OBJECT_HANDLE object_handle,
103 CK_OBJECT_HANDLE object_handle);
Dpkcs11_key_store.cc308 CK_OBJECT_HANDLE object_handle = CK_INVALID_HANDLE; in Register() local
312 &object_handle) != CKR_OK) { in Register()
346 &object_handle) != CKR_OK) { in Register()
386 &object_handle) != CKR_OK) { in Register()
442 CK_OBJECT_HANDLE object_handle = CK_INVALID_HANDLE; in RegisterCertificate() local
446 &object_handle) != CKR_OK) { in RegisterCertificate()
583 CK_OBJECT_HANDLE object_handle, in GetKeyName() argument
586 if (C_GetAttributeValue(session_handle, object_handle, &attribute, 1) != in GetKeyName()
593 if (C_GetAttributeValue(session_handle, object_handle, &attribute, 1) != in GetKeyName()
604 CK_OBJECT_HANDLE object_handle) { in DeleteIfMatchesPrefix() argument
[all …]
Dpkcs11_key_store_test.cc193 uint64_t object_handle) { in DestroyObject() argument
194 std::string label = handles_[object_handle]; in DestroyObject()
195 handles_.erase(object_handle); in DestroyObject()
204 uint64_t object_handle, in GetAttributeValue() argument
207 std::string label = handles_[object_handle]; in GetAttributeValue()
231 uint64_t object_handle, in SetAttributeValue() argument
233 values_[handles_[object_handle]] = GetValue(attributes, CKA_VALUE); in SetAttributeValue()
/system/tpm/trunks/
Dmock_tpm.cc92 const TPMI_DH_OBJECT& object_handle, in CertifyCreationSync() argument
101 return CertifyCreationSyncShort(sign_handle, object_handle, in CertifyCreationSync()
209 TPM_HANDLE* object_handle, in CreatePrimarySync() argument
217 object_handle, out_public, creation_data, in CreatePrimarySync()
Dmock_tpm.h171 TPM_HANDLE* object_handle,
184 TPM_HANDLE* object_handle,
188 void(const TPMI_DH_OBJECT& object_handle,
193 TPM_RC(const TPMI_DH_OBJECT& object_handle,
243 void(const TPMI_DH_OBJECT& object_handle,
251 TPM_RC(const TPMI_DH_OBJECT& object_handle,
259 void(const TPMI_DH_OBJECT& object_handle,
268 TPM_RC(const TPMI_DH_OBJECT& object_handle,
529 void(const TPMI_DH_OBJECT& object_handle,
538 TPM_RC(const TPMI_DH_OBJECT& object_handle,
[all …]
Dtpm_utility_impl.cc1107 TPM_HANDLE object_handle; in UnsealData() local
1110 result = LoadKey(sealed_data, password_delegate.get(), &object_handle); in UnsealData()
1115 ScopedKeyHandle sealed_object(factory_, object_handle); in UnsealData()
1499 TPM_HANDLE object_handle; in CreateStorageRootKeys() local
1528 &object_handle, in CreateStorageRootKeys()
1539 ScopedKeyHandle rsa_key(factory_, object_handle); in CreateStorageRootKeys()
1543 object_handle, in CreateStorageRootKeys()
1581 &object_handle, in CreateStorageRootKeys()
1592 ScopedKeyHandle ecc_key(factory_, object_handle); in CreateStorageRootKeys()
1596 object_handle, in CreateStorageRootKeys()
Dresource_manager.h200 TPM_HANDLE ProcessOutputHandle(TPM_HANDLE object_handle);
Dtpm_generated.h3935 const TPM_HANDLE& object_handle,
3946 TPM_HANDLE* object_handle,
3961 TPM_HANDLE* object_handle,
3966 const TPM_HANDLE& object_handle,
3976 TPM_HANDLE* object_handle,
3989 TPM_HANDLE* object_handle,
3998 const TPMI_DH_OBJECT& object_handle,
4009 const TPMI_DH_OBJECT& object_handle,
4014 const TPMI_DH_OBJECT& object_handle,
4111 const TPMI_DH_OBJECT& object_handle,
[all …]
Dtpm_generated.cc11800 TPM_HANDLE* object_handle, in ParseResponse_Load() argument
11843 object_handle, in ParseResponse_Load()
11931 TPM_HANDLE object_handle; in LoadResponseParser() local
11935 &object_handle, in LoadResponseParser()
11944 object_handle, in LoadResponseParser()
11982 TPM_HANDLE* object_handle, in LoadSync() argument
12000 object_handle, in LoadSync()
12126 TPM_HANDLE* object_handle, in ParseResponse_LoadExternal() argument
12169 object_handle, in ParseResponse_LoadExternal()
12257 TPM_HANDLE object_handle; in LoadExternalResponseParser() local
[all …]
Dtpm_utility_test.cc1574 TPM_HANDLE object_handle = 42; in TEST_F() local
1580 EXPECT_CALL(mock_tpm_, ReadPublicSync(object_handle, _, _, _, _, _)) in TEST_F()
1584 .WillOnce(DoAll(SetArgPointee<4>(object_handle), in TEST_F()
1587 EXPECT_CALL(mock_tpm_, UnsealSync(object_handle, _, _, _)) in TEST_F()
/system/tpm/attestation/common/
Dtpm_utility_v1.h101 TSS_HOBJECT object_handle,