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.h103 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function
114 return software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
117 return passthrough_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
156 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(
161 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
Dec_keymaster1_key.h62 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Drsa_keymaster1_key.h62 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dkeymaster_passthrough_key.h64 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp262 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
271 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
281 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
290 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
Dkeymaster_passthrough_key.cpp22 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
Drsa_keymaster1_key.cpp111 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
Dec_keymaster1_key.cpp102 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
/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.h112 UniquePtr<Key> LoadKey(const keymaster_key_blob_t& key_blob,
/system/keymaster/km_openssl/
Dtriple_des_key.cpp42 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::TripleDesKeyFactory
Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
Daes_key.cpp42 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
Dhmac_key.cpp40 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
/system/keymaster/include/keymaster/km_openssl/
Daes_key.h36 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dhmac_key.h33 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dtriple_des_key.h34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp108 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
Dpure_soft_keymaster_context.cpp273 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
492 error = aes_factory->LoadKey(move(key_material), gcm_params, move(transit_key_authorizations), in UnwrapKey()
Dkeymaster1_passthrough_context.cpp174 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
Dsoft_keymaster_context.cpp273 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp329 attest_key = LoadKey(request.attestation_signing_key_blob, request.attest_key_params, in GenerateKey()
542 UniquePtr<Key> key = LoadKey(request.key_blob, request.additional_params, &response->error); in BeginOperation()
738 UniquePtr<Key> key = LoadKey(request.key_blob, request.attest_params, &response->error); in AttestKey()
780 LoadKey(request.attestation_signing_key_blob, {} /* params */, &response->error); in ImportKey()
828 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster