Searched defs:ExportKeyResponse (Results 1 – 4 of 4) sorted by relevance
658 struct ExportKeyResponse : public KeymasterResponse { struct659 explicit ExportKeyResponse(int32_t ver) : KeymasterResponse(ver), key_data(nullptr) {} in ExportKeyResponse() function660 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument663 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()671 uint8_t* key_data;672 size_t key_data_length;
603 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument
220 message ExportKeyResponse { message
221 message ExportKeyResponse { message