Searched refs:ExportKeyResponse (Results 1 – 12 of 12) sorted by relevance
/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);
|
D | android_keymaster_messages.h | 522 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/ |
D | android_keymaster_messages_test.cpp | 432 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/ |
D | TrustyKeymaster.cpp | 134 void TrustyKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster_messages.cpp | 394 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()
|
D | android_keymaster.cpp | 375 void AndroidKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 36 using ::keymaster::ExportKeyResponse; 305 ExportKeyResponse response; in exportKey()
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 43 using ::keymaster::ExportKeyResponse; 347 ExportKeyResponse response; in exportKey()
|
D | AndroidKeymaster4Device.cpp | 419 ExportKeyResponse response; in exportKey()
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 37 using ::keymaster::ExportKeyResponse; 446 ExportKeyResponse response; in exportKey()
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 1036 ExportKeyResponse response; in export_key()
|