Searched refs:LoadKey (Results 1 - 13 of 13) sorted by relevance

/system/keymaster/include/keymaster/
H A Dasymmetric_key_factory.h32 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
H A Dkey_factory.h51 virtual keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
H A Dandroid_keymaster.h81 keymaster_error_t LoadKey(const keymaster_key_blob_t& key_blob,
/system/keymaster/
H A Daes_key.h35 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
H A Dhmac_key.h30 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
H A Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::AesKeyFactory
H A Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::AsymmetricKeyFactory
H A Dec_keymaster0_key.h51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
H A Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::HmacKeyFactory
H A Drsa_keymaster0_key.h51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
H A Dec_keymaster0_key.cpp99 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::EcdsaKeymaster0KeyFactory
107 return super::LoadKey(key_material, hw_enforced, sw_enforced, key);
H A Drsa_keymaster0_key.cpp111 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::RsaKeymaster0KeyFactory
119 return super::LoadKey(key_material, hw_enforced, sw_enforced, key);
H A Dandroid_keymaster.cpp222 response->error = LoadKey(request.key_blob, request.additional_params, &hw_enforced,
349 response->error = key_factory->LoadKey(key_material, hw_enforced, sw_enforced, &key);
395 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, function in class:keymaster::AndroidKeymaster
411 return (*factory)->LoadKey(key_material, *hw_enforced, *sw_enforced, key);

Completed in 46 milliseconds