Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h281 struct GenerateKeyResponse : public KeymasterResponse { struct
282 explicit GenerateKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) { in KeymasterResponse() argument
292 keymaster_key_blob_t key_blob;
293 AuthorizationSet enforced;
294 AuthorizationSet unenforced;
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp139 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument