Searched defs:ExportKey (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/keymaster/ | ||
D | TrustyKeymaster.cpp | 134 void TrustyKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() function in keymaster::TrustyKeymaster |
/system/keymaster/legacy_support/ | ||
D | keymaster_passthrough_engine.cpp | 94 keymaster_error_t ExportKey(keymaster_key_format_t format, in ExportKey() function in keymaster::TKeymasterPassthroughEngine |
/system/keymaster/android_keymaster/ | ||
D | android_keymaster.cpp | 375 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() function in keymaster::AndroidKeymaster |
/system/security/keystore/ | ||
D | keystore_cli_v2.cpp | 335 int ExportKey(const std::string& name) { in ExportKey() function |
/system/keymaster/tests/ | ||
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 |