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