Home
last modified time | relevance | path

Searched refs:ExportKeyResponse (Results 1 – 12 of 12) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h50 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h80 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);
Dandroid_keymaster_messages.h522 struct ExportKeyResponse : public KeymasterResponse { struct
523 explicit ExportKeyResponse(int32_t ver = MAX_MESSAGE_VERSION)
525 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp432 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument
434 ExportKeyResponse msg(ver); in TEST()
438 UniquePtr<ExportKeyResponse> deserialized(round_trip(ver, msg, 11)); in TEST()
707 GARBAGE_TEST(ExportKeyResponse);
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp134 void TrustyKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp394 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
400 size_t ExportKeyResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()
404 uint8_t* ExportKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()
408 bool ExportKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
Dandroid_keymaster.cpp375 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp36 using ::keymaster::ExportKeyResponse;
305 ExportKeyResponse response; in exportKey()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp43 using ::keymaster::ExportKeyResponse;
347 ExportKeyResponse response; in exportKey()
DAndroidKeymaster4Device.cpp419 ExportKeyResponse response; in exportKey()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp37 using ::keymaster::ExportKeyResponse;
446 ExportKeyResponse response; in exportKey()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp1036 ExportKeyResponse response; in export_key()