Home
last modified time | relevance | path

Searched defs:LoadKey (Results 1 – 10 of 10) sorted by relevance

/system/keymaster/km_openssl/
Dtriple_des_key.cpp44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::TripleDesKeyFactory
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
Dasymmetric_key_factory.cpp43 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp24 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
Dkeymaster1_legacy_support.cpp263 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
282 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
Drsa_keymaster1_key.cpp114 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
Dec_keymaster1_key.cpp103 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h106 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp912 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster