/system/keymaster/legacy_support/ |
D | ec_keymaster0_key.cpp | 68 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()
|
D | ec_keymaster1_key.cpp | 82 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()
|
D | rsa_keymaster0_key.cpp | 70 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()
|
D | rsa_keymaster1_key.cpp | 91 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()
|
D | keymaster_passthrough_engine.cpp | 89 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/ |
D | keymaster1_legacy_support.h | 83 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()
|
D | keymaster_passthrough_key.h | 49 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()
|
D | rsa_keymaster0_key.h | 44 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | ec_keymaster0_key.h | 44 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | ec_keymaster1_key.h | 48 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | keymaster_passthrough_engine.h | 47 virtual keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | rsa_keymaster1_key.h | 49 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | keymaster0_engine.h | 52 bool ImportKey(keymaster_key_format_t key_format, const KeymasterKeyBlob& to_import,
|
D | keymaster1_engine.h | 50 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
/system/keymaster/include/keymaster/ |
D | key_factory.h | 44 virtual keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | android_keymaster.h | 77 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
|
/system/keymaster/include/keymaster/km_openssl/ |
D | rsa_key_factory.h | 37 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | ec_key_factory.h | 40 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
D | symmetric_key.h | 40 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster.h | 47 void ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response);
|
/system/keymaster/km_openssl/ |
D | symmetric_key.cpp | 64 keymaster_error_t SymmetricKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::SymmetricKeyFactory
|
D | rsa_key_factory.cpp | 103 keymaster_error_t RsaKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::RsaKeyFactory
|
D | ec_key_factory.cpp | 127 keymaster_error_t EcKeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::EcKeyFactory
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 434 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/ |
D | TrustyKeymaster.cpp | 125 void TrustyKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey() function in keymaster::TrustyKeymaster
|