Home
last modified time | relevance | path

Searched refs:LoadKey (Results 1 – 24 of 24) sorted by relevance

/system/keymaster/
Drsa_keymaster0_key.cpp101 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()
Dec_keymaster0_key.cpp100 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()
Daes_key.h35 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dhmac_key.h32 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
Drsa_keymaster0_key.h51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dec_keymaster0_key.h51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dec_keymaster1_key.h55 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dandroid_keymaster.cpp247 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()
Drsa_keymaster1_key.h55 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::AesKeyFactory
Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::HmacKeyFactory
Dec_keymaster1_key.cpp92 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
Drsa_keymaster1_key.cpp104 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h32 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dkey_factory.h51 virtual keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
Dandroid_keymaster.h85 keymaster_error_t LoadKey(const keymaster_key_blob_t& key_blob,
/system/tpm/trunks/
Dtrunks_client_test.cc117 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 …]
Dmock_tpm_utility.h101 MOCK_METHOD3(LoadKey,
Dtpm_utility.h213 virtual TPM_RC LoadKey(const std::string& key_blob,
Dtpm_utility_impl.h107 TPM_RC LoadKey(const std::string& key_blob,
Dtrunks_factory_for_test.cc241 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()
Dtpm_utility_test.cc1363 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()
Dtpm_utility_impl.cc925 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()