Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h368 struct GenerateKeyResponse : public KeymasterResponse { struct
369 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse() function
376 KeymasterKeyBlob key_blob;
377 AuthorizationSet enforced;
378 AuthorizationSet unenforced;
379 CertificateChain certificate_chain;
/system/keymint/wire/src/
Dtypes.rs127 pub struct GenerateKeyResponse { struct
128 pub ret: KeyCreationResult,
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp104 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument