Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h353 struct GenerateKeyResponse : public KeymasterResponse { struct
354 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse() argument
361 KeymasterKeyBlob key_blob;
362 AuthorizationSet enforced;
363 AuthorizationSet unenforced;
364 CertificateChain certificate_chain;
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp103 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument