/system/tpm/attestation/server/ |
D | pkcs11_key_store.h | 74 CK_OBJECT_HANDLE object_handle)>; 94 CK_OBJECT_HANDLE object_handle, 103 CK_OBJECT_HANDLE object_handle);
|
D | pkcs11_key_store.cc | 308 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 …]
|
D | pkcs11_key_store_test.cc | 193 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/ |
D | mock_tpm.cc | 92 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()
|
D | mock_tpm.h | 171 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 …]
|
D | tpm_utility_impl.cc | 1107 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()
|
D | resource_manager.h | 200 TPM_HANDLE ProcessOutputHandle(TPM_HANDLE object_handle);
|
D | tpm_generated.h | 3935 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 …]
|
D | tpm_generated.cc | 11800 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 …]
|
D | tpm_utility_test.cc | 1574 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/ |
D | tpm_utility_v1.h | 101 TSS_HOBJECT object_handle,
|