HomeSort by relevance Sort by last modified time
    Searched defs:ImportKey (Results 1 - 18 of 18) sorted by null

  /system/keymaster/km_openssl/
symmetric_key.cpp 64 keymaster_error_t SymmetricKeyFactory::ImportKey(const AuthorizationSet& key_description,
ec_key_factory.cpp 127 keymaster_error_t EcKeyFactory::ImportKey(const AuthorizationSet& key_description,
rsa_key_factory.cpp 103 keymaster_error_t RsaKeyFactory::ImportKey(const AuthorizationSet& key_description,
  /system/keymaster/legacy_support/
ec_keymaster0_key.cpp 68 keymaster_error_t EcdsaKeymaster0KeyFactory::ImportKey(
76 return super::ImportKey(key_description, input_key_material_format, input_key_material,
87 if (!engine_->ImportKey(input_key_material_format, input_key_material, &imported_hw_key))
rsa_keymaster0_key.cpp 70 keymaster_error_t RsaKeymaster0KeyFactory::ImportKey(
87 if (!engine_->ImportKey(input_key_material_format, input_key_material, &imported_hw_key))
ec_keymaster1_key.cpp 82 keymaster_error_t EcdsaKeymaster1KeyFactory::ImportKey(
88 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material,
rsa_keymaster1_key.cpp 91 keymaster_error_t RsaKeymaster1KeyFactory::ImportKey(
97 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material,
keymaster0_engine.cpp 113 bool Keymaster0Engine::ImportKey(keymaster_key_format_t key_format,
keymaster1_engine.cpp 98 keymaster_error_t Keymaster1Engine::ImportKey(const AuthorizationSet& key_description,
keymaster_passthrough_engine.cpp 89 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
258 TKeymasterPassthroughEngine<keymaster1_device_t>::ImportKey(const AuthorizationSet& key_description,
287 TKeymasterPassthroughEngine<keymaster2_device_t>::ImportKey(const AuthorizationSet& key_description,
  /system/keymaster/include/keymaster/legacy_support/
keymaster1_legacy_support.h 81 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
87 return software_digest_factory_.ImportKey(key_description, input_key_material_format,
91 return passthrough_factory_.ImportKey(key_description, input_key_material_format,
  /external/boringssl/src/crypto/evp/
evp_test.cc 143 static bool ImportKey(FileTest *t, KeyMap *key_map,
236 return ImportKey(t, key_map, EVP_parse_private_key,
241 return ImportKey(t, key_map, EVP_parse_public_key, EVP_marshal_public_key);
  /system/keymaster/android_keymaster/
android_keymaster.cpp 430 void AndroidKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) {
443 response->error = factory->ImportKey(request.key_description, request.key_format,
524 factory->ImportKey(key_description, key_format, KeymasterKeyBlob(secret_key), &key_blob,
  /hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.cpp 114 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
119 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material),
136 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
138 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_);
146 ImportKey(wrapping_key_desc, KeyFormat::PKCS8, wrapping_key);
433 ImportKey(AuthorizationSetBuilder()
450 ASSERT_EQ(ErrorCode::OK, ImportKey(AuthorizationSetBuilder()
477 ASSERT_EQ(ErrorCode::OK, ImportKey(authset, KeyFormat::RAW, key));
  /system/keymaster/tests/
android_keymaster_test_utils.cpp 208 keymaster_error_t Keymaster2Test::ImportKey(const AuthorizationSetBuilder& builder,
630 ASSERT_EQ(KM_ERROR_OK, ImportKey(AuthorizationSetBuilder()
643 ASSERT_EQ(KM_ERROR_OK, ImportKey(AuthorizationSetBuilder()
670 ASSERT_EQ(KM_ERROR_OK, ImportKey(authset, KM_KEY_FORMAT_RAW, key));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certadm.h 204 virtual HRESULT WINAPI ImportKey(const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey) = 0;
236 HRESULT (WINAPI *ImportKey)(ICertAdmin2 *This,const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey);
270 #define ICertAdmin2_ImportKey(This,strConfig,RequestId,strCertHash,Flags,strKey) (This)->lpVtbl->ImportKey(This,strConfig,RequestId,strCertHash,Flags,strKey)
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 501 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
506 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material),
523 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
525 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_);
786 ImportKey(AuthorizationSetBuilder()
800 ASSERT_EQ(ErrorCode::OK, ImportKey(AuthorizationSetBuilder()
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 325 milliseconds