Searched defs:LoadKey (Results 1 – 10 of 10) sorted by relevance
44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::TripleDesKeyFactory
44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
43 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
24 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
263 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory282 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory
114 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
103 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
106 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function
912 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster