Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h360 struct GenerateKeyResponse : public KeymasterResponse { struct
361 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse() argument
368 KeymasterKeyBlob key_blob;
369 AuthorizationSet enforced;
370 AuthorizationSet unenforced;
371 CertificateChain certificate_chain;
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp103 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument