Searched defs:GenerateRkpKeyResponse (Results 1 – 2 of 2) sorted by relevance
388 struct GenerateRkpKeyResponse : public KeymasterResponse { struct389 explicit GenerateRkpKeyResponse(int32_t ver) : KeymasterResponse(ver) {} in GenerateRkpKeyResponse() argument395 KeymasterKeyBlob key_blob;396 KeymasterBlob maced_public_key;
169 TEST(RoundTrip, GenerateRkpKeyResponse) { in TEST() argument