Home
last modified time | relevance | path

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

12

/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h99 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function
111 return software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
114 return passthrough_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
152 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
160 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
Drsa_keymaster0_key.h50 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dec_keymaster0_key.h50 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dec_keymaster1_key.h54 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Drsa_keymaster1_key.h55 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dkeymaster_passthrough_key.h58 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp262 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
273 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
284 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
295 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
Dec_keymaster0_key.cpp100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster0KeyFactory
109 …return super::LoadKey(move(key_material), additional_params, move(hw_enforced), move(sw_enforced),… in LoadKey()
Drsa_keymaster0_key.cpp101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster0KeyFactory
110 return super::LoadKey(move(key_material), additional_params, move(hw_enforced), in LoadKey()
Dkeymaster_passthrough_key.cpp23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
Dec_keymaster1_key.cpp92 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
Drsa_keymaster1_key.cpp101 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
/system/keymaster/include/keymaster/
Dasymmetric_key_factory.h30 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dkey_factory.h51 virtual keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dandroid_keymaster.h93 keymaster_error_t 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.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
/system/keymaster/include/keymaster/km_openssl/
Daes_key.h37 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dhmac_key.h34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
Dtriple_des_key.h34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp265 response->error = LoadKey(request.key_blob, request.additional_params, &key_factory, &key); in BeginOperation()
396 response->error = LoadKey(request.key_blob, request.attest_params, in AttestKey()
473 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp177 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
353 error = aes_factory->LoadKey(move(key_material), gcm_params, move(transit_key_authorizations), in UnwrapKey()
Dkeymaster2_passthrough_context.cpp105 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()

12