Searched defs:GenerateKeyResponse (Results 1 – 3 of 3) sorted by relevance
366 struct GenerateKeyResponse : public KeymasterResponse { struct367 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse() argument374 KeymasterKeyBlob key_blob;375 AuthorizationSet enforced;376 AuthorizationSet unenforced;377 CertificateChain certificate_chain;
88 pub struct GenerateKeyResponse { struct89 pub ret: KeyCreationResult,
103 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument