Searched defs:ExportKeyResponse (Results 1 – 2 of 2) sorted by relevance
516 struct ExportKeyResponse : public KeymasterResponse { struct519 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument522 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()530 uint8_t* key_data;531 size_t key_data_length;
432 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument