Searched defs:LoadKey (Results 1 - 12 of 12) sorted by relevance

/system/keymaster/km_openssl/
H A Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::AesKeyFactory
H A Dtriple_des_key.cpp44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::TripleDesKeyFactory
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 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 Dkeymaster_passthrough_key.cpp23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, function in class:keymaster::KeymasterPassthroughKeyFactory
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 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
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,
/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp265 response->error = LoadKey(request.key_blob, request.additional_params, &key_factory, &key);
396 response->error = LoadKey(request.key_blob, request.attest_params,
473 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, function in class:keymaster::AndroidKeymaster
/system/tpm/trunks/
H A Dtpm_utility_impl.cc925 TPM_RC TpmUtilityImpl::LoadKey(const std::string& key_blob, function in class:trunks::TpmUtilityImpl
1070 result = LoadKey(sealed_data, password_delegate.get(), &object_handle);

Completed in 897 milliseconds