Home
last modified time | relevance | path

Searched refs:ExportKeyRequest (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/
Dgoogle_keymaster_messages.cpp285 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
291 size_t ExportKeyRequest::SerializedSize() const { in SerializedSize()
296 uint8_t* ExportKeyRequest::Serialize(uint8_t* buf, const uint8_t* end) const { in Serialize()
302 bool ExportKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
Dgoogle_keymaster_messages_test.cpp276 TEST(RoundTrip, ExportKeyRequest) { in TEST() argument
277 ExportKeyRequest msg; in TEST()
282 UniquePtr<ExportKeyRequest> deserialized(round_trip(msg, 89)); in TEST()
359 GARBAGE_TEST(ExportKeyRequest);
Dgoogle_keymaster_test.cpp779 ExportKeyRequest request; in TEST_F()
795 ExportKeyRequest request; in TEST_F()
811 ExportKeyRequest request; in TEST_F()
827 ExportKeyRequest request; in TEST_F()
843 ExportKeyRequest request; in TEST_F()
Dgoogle_keymaster.cpp268 void GoogleKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey()
/system/keymaster/include/keymaster/
Dgoogle_keymaster_messages.h263 struct ExportKeyRequest : public Serializable { struct
264 ExportKeyRequest() { key_blob.key_material = NULL; } in ExportKeyRequest() function
265 ~ExportKeyRequest() { delete[] key_blob.key_material; } in ~ExportKeyRequest() argument
Dgoogle_keymaster.h74 void ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response);