Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h366 struct GenerateKeyResponse : public KeymasterResponse { struct
367 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse() argument
374 KeymasterKeyBlob key_blob;
375 AuthorizationSet enforced;
376 AuthorizationSet unenforced;
377 CertificateChain certificate_chain;
/system/keymint/wire/src/
Dtypes.rs88 pub struct GenerateKeyResponse { struct
89 pub ret: KeyCreationResult,
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp103 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument