Searched defs:GenerateCsrResponse (Results 1 – 2 of 2) sorted by relevance
426 struct GenerateCsrResponse : public KeymasterResponse { struct427 explicit GenerateCsrResponse(int32_t ver) : KeymasterResponse(ver) {} in GenerateCsrResponse() function433 KeymasterBlob keys_to_sign_mac;434 KeymasterBlob device_info_blob;435 KeymasterBlob protected_data_blob;
224 TEST(RoundTrip, GenerateCsrResponse) { in TEST() argument