Home
last modified time | relevance | path

Searched defs:ImportKey (Results 1 – 15 of 15) sorted by relevance

/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/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h49 keymaster_error_t ImportKey(const AuthorizationSet& key_description, in ImportKey() function
Dkeymaster1_legacy_support.h83 keymaster_error_t ImportKey(const AuthorizationSet& key_description, in ImportKey() function
/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp68 keymaster_error_t EcdsaKeymaster0KeyFactory::ImportKey( in ImportKey() function in keymaster::EcdsaKeymaster0KeyFactory
Drsa_keymaster0_key.cpp70 keymaster_error_t RsaKeymaster0KeyFactory::ImportKey( in ImportKey() function in keymaster::RsaKeymaster0KeyFactory
Dkeymaster_passthrough_engine.cpp258 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
Drsa_keymaster1_key.cpp91 keymaster_error_t RsaKeymaster1KeyFactory::ImportKey( in ImportKey() function in keymaster::RsaKeymaster1KeyFactory
Dec_keymaster1_key.cpp82 keymaster_error_t EcdsaKeymaster1KeyFactory::ImportKey( in ImportKey() function in keymaster::EcdsaKeymaster1KeyFactory
Dkeymaster0_engine.cpp113 bool Keymaster0Engine::ImportKey(keymaster_key_format_t key_format, in ImportKey() function in keymaster::Keymaster0Engine
Dkeymaster1_engine.cpp98 keymaster_error_t Keymaster1Engine::ImportKey(const AuthorizationSet& key_description, in ImportKey() function in keymaster::Keymaster1Engine
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp125 void TrustyKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey() function in keymaster::TrustyKeymaster
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp434 void AndroidKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey() function in keymaster::AndroidKeymaster
/system/keymaster/tests/
Dandroid_keymaster_test_utils.cpp208 keymaster_error_t Keymaster2Test::ImportKey(const AuthorizationSetBuilder& builder, in ImportKey() function in keymaster::test::Keymaster2Test