Searched defs:ExportKeyResponse (Results 1 – 2 of 2) sorted by relevance
460 struct ExportKeyResponse : public KeymasterResponse { struct463 ~ExportKeyResponse() { delete[] key_data; } in ~ExportKeyResponse() argument466 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()474 uint8_t* key_data;475 size_t key_data_length;
422 TEST(RoundTrip, ExportKeyResponse) { in TEST() argument