/system/keymaster/ |
D | rsa_keymaster0_key.cpp | 101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::RsaKeymaster0KeyFactory 110 return super::LoadKey(key_material, additional_params, hw_enforced, sw_enforced, key); in LoadKey()
|
D | ec_keymaster0_key.cpp | 100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::EcdsaKeymaster0KeyFactory 109 return super::LoadKey(key_material, additional_params, hw_enforced, sw_enforced, key); in LoadKey()
|
D | aes_key.h | 35 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | hmac_key.h | 32 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | asymmetric_key_factory.cpp | 41 keymaster_error_t AsymmetricKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
|
D | rsa_keymaster0_key.h | 51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | ec_keymaster0_key.h | 51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | ec_keymaster1_key.h | 55 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | android_keymaster.cpp | 247 response->error = LoadKey(request.key_blob, request.additional_params, &hw_enforced, in BeginOperation() 378 response->error = key_factory->LoadKey(key_material, request.additional_params, hw_enforced, in ExportKey() 400 response->error = LoadKey(request.key_blob, request.attest_params, &tee_enforced, &sw_enforced, in AttestKey() 464 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster 484 return (*factory)->LoadKey(key_material, additional_params, *hw_enforced, *sw_enforced, key); in LoadKey()
|
D | rsa_keymaster1_key.h | 55 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | aes_key.cpp | 44 keymaster_error_t AesKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::AesKeyFactory
|
D | hmac_key.cpp | 42 keymaster_error_t HmacKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::HmacKeyFactory
|
D | ec_keymaster1_key.cpp | 92 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
|
D | rsa_keymaster1_key.cpp | 104 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
|
/system/keymaster/include/keymaster/ |
D | asymmetric_key_factory.h | 32 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | key_factory.h | 51 virtual keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
D | android_keymaster.h | 85 keymaster_error_t LoadKey(const keymaster_key_blob_t& key_blob,
|
/system/tpm/trunks/ |
D | trunks_client_test.cc | 117 result = utility->LoadKey(key_blob, session->GetDelegate(), &signing_key); in SignTest() 158 result = utility->LoadKey(key_blob, session->GetDelegate(), &decrypt_key); in DecryptTest() 187 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle); in ImportTest() 215 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle); in AuthChangeTest() 228 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle); in AuthChangeTest() 266 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle); in VerifyKeyCreationTest() 272 result = utility->LoadKey(alternate_key_blob, session->GetDelegate(), in VerifyKeyCreationTest() 438 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle); in PolicyAuthValueTest() 564 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle); in PolicyAndTest() 744 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle); in PolicyOrTest() [all …]
|
D | mock_tpm_utility.h | 101 MOCK_METHOD3(LoadKey,
|
D | tpm_utility.h | 213 virtual TPM_RC LoadKey(const std::string& key_blob,
|
D | tpm_utility_impl.h | 107 TPM_RC LoadKey(const std::string& key_blob,
|
D | trunks_factory_for_test.cc | 241 TPM_RC LoadKey(const std::string& key_blob, in LoadKey() function in trunks::TpmUtilityForwarder 244 return target_->LoadKey(key_blob, delegate, key_handle); in LoadKey()
|
D | tpm_utility_test.cc | 1363 utility_.LoadKey(key_blob, &mock_authorization_delegate_, in TEST_F() 1375 utility_.LoadKey(key_blob, &mock_authorization_delegate_, &key_handle)); in TEST_F() 1382 utility_.LoadKey(key_blob, nullptr, &key_handle)); in TEST_F() 1392 utility_.LoadKey(key_blob, &mock_authorization_delegate_, &key_handle)); in TEST_F()
|
D | tpm_utility_impl.cc | 925 TPM_RC TpmUtilityImpl::LoadKey(const std::string& key_blob, in LoadKey() function in trunks::TpmUtilityImpl 1070 result = LoadKey(sealed_data, password_delegate.get(), &object_handle); in UnsealData()
|