Searched refs:EmptyKeymasterResponse (Results 1 – 2 of 2) sorted by relevance
188 struct EmptyKeymasterResponse : public KeymasterResponse { struct189 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse() function548 using AbortOperationResponse = EmptyKeymasterResponse;560 using AddEntropyResponse = EmptyKeymasterResponse;652 using DeleteKeyResponse = EmptyKeymasterResponse;658 using DeleteAllKeysResponse = EmptyKeymasterResponse;759 using ConfigureResponse = EmptyKeymasterResponse;1146 using SetAttestationIdsResponse = EmptyKeymasterResponse;1162 using ConfigureVendorPatchlevelResponse = EmptyKeymasterResponse;1178 using ConfigureBootPatchlevelResponse = EmptyKeymasterResponse;
49 TEST(RoundTrip, EmptyKeymasterResponse) { in TEST() argument51 EmptyKeymasterResponse msg(ver); in TEST()54 UniquePtr<EmptyKeymasterResponse> deserialized(round_trip(ver, msg, 4)); in TEST()60 EmptyKeymasterResponse msg(ver); in TEST()63 UniquePtr<EmptyKeymasterResponse> deserialized(round_trip(ver, msg, 4)); in TEST()932 GARBAGE_TEST(EmptyKeymasterResponse);