Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dtriple_des_key.cpp42 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::TripleDesKeyFactory
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
Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp22 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
Dkeymaster1_legacy_support.cpp262 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
281 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
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/legacy_support/
Dkeymaster1_legacy_support.h103 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp828 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster