Home
last modified time | relevance | path

Searched refs:ImportKey (Results 1 – 25 of 35) sorted by relevance

12

/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp68 keymaster_error_t EcdsaKeymaster0KeyFactory::ImportKey( in ImportKey() function in keymaster::EcdsaKeymaster0KeyFactory
76 return super::ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey()
87 if (!engine_->ImportKey(input_key_material_format, input_key_material, &imported_hw_key)) in ImportKey()
Dec_keymaster1_key.cpp82 keymaster_error_t EcdsaKeymaster1KeyFactory::ImportKey( in ImportKey() function in keymaster::EcdsaKeymaster1KeyFactory
88 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Drsa_keymaster0_key.cpp70 keymaster_error_t RsaKeymaster0KeyFactory::ImportKey( in ImportKey() function in keymaster::RsaKeymaster0KeyFactory
87 if (!engine_->ImportKey(input_key_material_format, input_key_material, &imported_hw_key)) in ImportKey()
Drsa_keymaster1_key.cpp91 keymaster_error_t RsaKeymaster1KeyFactory::ImportKey( in ImportKey() function in keymaster::RsaKeymaster1KeyFactory
97 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Dkeymaster_passthrough_engine.cpp89 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
258 TKeymasterPassthroughEngine<keymaster1_device_t>::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::TKeymasterPassthroughEngine
287 TKeymasterPassthroughEngine<keymaster2_device_t>::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::TKeymasterPassthroughEngine
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h83 keymaster_error_t ImportKey(const AuthorizationSet& key_description, in ImportKey() function
89 return software_digest_factory_.ImportKey(key_description, input_key_material_format, in ImportKey()
93 return passthrough_factory_.ImportKey(key_description, input_key_material_format, in ImportKey()
Dkeymaster_passthrough_key.h49 keymaster_error_t ImportKey(const AuthorizationSet& key_description, in ImportKey() function
54 return engine_->ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey()
Drsa_keymaster0_key.h44 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dec_keymaster0_key.h44 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dec_keymaster1_key.h48 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dkeymaster_passthrough_engine.h47 virtual keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Drsa_keymaster1_key.h49 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dkeymaster0_engine.h52 bool ImportKey(keymaster_key_format_t key_format, const KeymasterKeyBlob& to_import,
Dkeymaster1_engine.h50 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
/system/keymaster/include/keymaster/
Dkey_factory.h44 virtual keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dandroid_keymaster.h77 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
/system/keymaster/include/keymaster/km_openssl/
Drsa_key_factory.h37 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dec_key_factory.h40 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
Dsymmetric_key.h40 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h47 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
/system/keymaster/km_openssl/
Dsymmetric_key.cpp64 keymaster_error_t SymmetricKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::SymmetricKeyFactory
Drsa_key_factory.cpp103 keymaster_error_t RsaKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::RsaKeyFactory
Dec_key_factory.cpp127 keymaster_error_t EcKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::EcKeyFactory
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp434 void AndroidKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey() function in keymaster::AndroidKeymaster
447 response->error = factory->ImportKey(request.key_description, request.key_format, in ImportKey()
528 factory->ImportKey(key_description, key_format, KeymasterKeyBlob(secret_key), &key_blob, in ImportWrappedKey()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp125 void TrustyKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey() function in keymaster::TrustyKeymaster

12