Searched refs:LoadKey (Results 1 - 25 of 34) sorted by relevance

12

/system/keymaster/include/keymaster/
H A Dasymmetric_key_factory.h30 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Dkey_factory.h51 virtual keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Dandroid_keymaster.h93 keymaster_error_t LoadKey(const keymaster_key_blob_t& key_blob,
/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster1_legacy_support.h97 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
103 return software_digest_factory_.LoadKey(move(key_material), additional_params,
106 return passthrough_factory_.LoadKey(move(key_material), additional_params,
144 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
152 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
H A Dec_keymaster0_key.h50 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Dec_keymaster1_key.h54 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Drsa_keymaster0_key.h50 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Drsa_keymaster1_key.h55 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Dkeymaster_passthrough_key.h58 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/include/keymaster/km_openssl/
H A Dhmac_key.h34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Daes_key.h37 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
H A Dtriple_des_key.h34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/km_openssl/
H A Dtriple_des_key.cpp44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::TripleDesKeyFactory
H A Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::AesKeyFactory
H A Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::AsymmetricKeyFactory
H A Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::HmacKeyFactory
/system/keymaster/legacy_support/
H A Drsa_keymaster0_key.cpp101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::RsaKeymaster0KeyFactory
110 return super::LoadKey(move(key_material), additional_params, move(hw_enforced),
H A Dkeymaster1_legacy_support.cpp238 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::Keymaster1ArbitrationFactory
245 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params,
256 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::Keymaster1ArbitrationFactory
263 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params,
H A Dkeymaster_passthrough_key.cpp23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::KeymasterPassthroughKeyFactory
H A Dec_keymaster0_key.cpp100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::EcdsaKeymaster0KeyFactory
109 return super::LoadKey(move(key_material), additional_params, move(hw_enforced), move(sw_enforced), key);
H A Dec_keymaster1_key.cpp92 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::EcdsaKeymaster1KeyFactory
H A Drsa_keymaster1_key.cpp101 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::RsaKeymaster1KeyFactory
/system/tpm/trunks/
H A Dtrunks_client_test.cc119 result = utility->LoadKey(key_blob, session->GetDelegate(), &signing_key);
160 result = utility->LoadKey(key_blob, session->GetDelegate(), &decrypt_key);
189 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle);
217 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle);
230 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle);
268 result = utility->LoadKey(key_blob, session->GetDelegate(), &key_handle);
274 result = utility->LoadKey(alternate_key_blob, session->GetDelegate(),
440 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle);
566 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle);
746 result = utility->LoadKey(key_blo
[all...]
H A Dmock_tpm_utility.h101 MOCK_METHOD3(LoadKey,
/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp105 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced),

Completed in 134 milliseconds

12