Searched defs:GenerateCsrResponse (Results 1 – 2 of 2) sorted by relevance
424 struct GenerateCsrResponse : public KeymasterResponse { struct425 explicit GenerateCsrResponse(int32_t ver) : KeymasterResponse(ver) {} in GenerateCsrResponse() argument431 KeymasterBlob keys_to_sign_mac;432 KeymasterBlob device_info_blob;433 KeymasterBlob protected_data_blob;
223 TEST(RoundTrip, GenerateCsrResponse) { in TEST() argument