/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_engine.h | 52 virtual keymaster_error_t ExportKey(keymaster_key_format_t format,
|
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_key.cpp | 74 keymaster_error_t error = engine_->ExportKey(format, key_material(), client_id, app_data, in formatted_key_material()
|
D | keymaster_passthrough_engine.cpp | 94 keymaster_error_t ExportKey(keymaster_key_format_t format, in ExportKey() function in keymaster::TKeymasterPassthroughEngine
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster.h | 50 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
|
/system/keymaster/include/keymaster/ |
D | android_keymaster.h | 80 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
|
/system/core/trusty/keymaster/ |
D | TrustyKeymaster.cpp | 134 void TrustyKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() function in keymaster::TrustyKeymaster
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 335 int ExportKey(const std::string& name) { in ExportKey() function 636 return ExportKey(command_line->GetSwitchValueASCII("name")); in main()
|
/system/keymaster/tests/ |
D | android_keymaster_test.cpp | 1103 EXPECT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &pubkey)); in TEST_P() 1198 EXPECT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &pubkey)); in TEST_P() 1569 ASSERT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &export_data)); in TEST_P() 1582 ASSERT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &export_data)); in TEST_P() 1597 ASSERT_EQ(KM_ERROR_UNSUPPORTED_KEY_FORMAT, ExportKey(KM_KEY_FORMAT_PKCS8, &export_data)); in TEST_P() 1610 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, ExportKey(KM_KEY_FORMAT_X509, &export_data)); in TEST_P() 1620 EXPECT_EQ(KM_ERROR_UNSUPPORTED_KEY_FORMAT, ExportKey(KM_KEY_FORMAT_X509, &export_data)); in TEST_P() 1621 EXPECT_EQ(KM_ERROR_UNSUPPORTED_KEY_FORMAT, ExportKey(KM_KEY_FORMAT_PKCS8, &export_data)); in TEST_P() 1622 EXPECT_EQ(KM_ERROR_UNSUPPORTED_KEY_FORMAT, ExportKey(KM_KEY_FORMAT_RAW, &export_data)); in TEST_P() 2124 ASSERT_EQ(KM_ERROR_OK, ExportKey(KM_KEY_FORMAT_X509, &exported)); in TEST_P()
|
D | android_keymaster_test_utils.h | 193 keymaster_error_t ExportKey(keymaster_key_format_t format, std::string* export_data);
|
D | android_keymaster_test_utils.cpp | 615 keymaster_error_t Keymaster2Test::ExportKey(keymaster_key_format_t format, string* export_data) { in ExportKey() function in keymaster::test::Keymaster2Test
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 306 impl_->ExportKey(request, &response); in exportKey()
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 348 impl_->ExportKey(request, &response); in exportKey()
|
D | AndroidKeymaster4Device.cpp | 420 impl_->ExportKey(request, &response); in exportKey()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 375 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() function in keymaster::AndroidKeymaster
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 447 impl_->ExportKey(request, &response); in exportKey()
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 1037 convert_device(dev)->impl_->ExportKey(request, &response); in export_key()
|