Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h106 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function
117 return software_digest_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey()
121 return passthrough_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey()
161 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(
166 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
Dec_keymaster1_key.h64 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Drsa_keymaster1_key.h64 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dkeymaster_passthrough_key.h66 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp263 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
272 auto rc = software_digest_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey()
282 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
291 auto rc = software_digest_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey()
Dkeymaster_passthrough_key.cpp24 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
Dec_keymaster1_key.cpp103 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
Drsa_keymaster1_key.cpp114 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h32 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dkey_factory.h57 virtual keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dandroid_keymaster.h120 UniquePtr<Key> LoadKey(const keymaster_key_blob_t& key_blob,
/system/keymaster/km_openssl/
Dtriple_des_key.cpp44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::TripleDesKeyFactory
Dasymmetric_key_factory.cpp43 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
/system/keymaster/include/keymaster/km_openssl/
Dhmac_key.h35 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Daes_key.h38 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dtriple_des_key.h36 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp110 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp328 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
566 error = aes_factory->LoadKey(std::move(key_material), gcm_params, in UnwrapKey()
Dkeymaster1_passthrough_context.cpp176 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
Dsoft_keymaster_context.cpp276 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp340 attest_key = LoadKey(request.attestation_signing_key_blob, request.attest_key_params, in GenerateKey()
603 UniquePtr<Key> key = LoadKey(request.key_blob, request.additional_params, &response->error); in BeginOperation()
807 UniquePtr<Key> key = LoadKey(request.key_blob, request.attest_params, &response->error); in AttestKey()
849 LoadKey(request.attestation_signing_key_blob, {} /* params */, &response->error); in ImportKey()
912 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster