Home
last modified time | relevance | path

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

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