Home
last modified time | relevance | path

Searched defs:GenerateKeyResponse (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h272 struct GenerateKeyResponse : public KeymasterResponse { struct
273 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument
283 keymaster_key_blob_t key_blob;
284 AuthorizationSet enforced;
285 AuthorizationSet unenforced;
/system/keymaster/
Dandroid_keymaster_messages_test.cpp139 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument