Home
last modified time | relevance | path

Searched defs:ExportKey (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/keymaster/legacy_support/
H A Dkeymaster_passthrough_engine.cpp93 keymaster_error_t ExportKey(keymaster_key_format_t format, const KeymasterKeyBlob& blob, in ExportKey() function in keymaster::TKeymasterPassthroughEngine
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp195 void TrustyKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() function in keymaster::TrustyKeymaster
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp144 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, const HidlBuf& key_blob, in ExportKey() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
162 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, HidlBuf* key_material) { in ExportKey() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp718 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() function in keymaster::AndroidKeymaster
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp797 int ExportKey(const std::string& name) { in ExportKey() function
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp652 keymaster_error_t Keymaster2Test::ExportKey(keymaster_key_format_t format, string* export_data) { in ExportKey() function in keymaster::test::Keymaster2Test
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp510 ErrorCode ExportKey(KeyFormat format, const HidlBuf& key_blob, const HidlBuf& client_id, in ExportKey() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
528 ErrorCode ExportKey(KeyFormat format, HidlBuf* key_material) { in ExportKey() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest