Searched defs:GenerateCsrResponse (Results 1 – 2 of 2) sorted by relevance
411 struct GenerateCsrResponse : public KeymasterResponse { struct412 explicit GenerateCsrResponse(int32_t ver) : KeymasterResponse(ver) {} in GenerateCsrResponse() argument418 KeymasterBlob keys_to_sign_mac;419 KeymasterBlob device_info_blob;420 KeymasterBlob protected_data_blob;
223 TEST(RoundTrip, GenerateCsrResponse) { in TEST() argument