Searched defs:GenerateKeyResponse (Results 1 – 3 of 3) sorted by relevance
368 struct GenerateKeyResponse : public KeymasterResponse { struct369 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse() function376 KeymasterKeyBlob key_blob;377 AuthorizationSet enforced;378 AuthorizationSet unenforced;379 CertificateChain certificate_chain;
127 pub struct GenerateKeyResponse { struct128 pub ret: KeyCreationResult,
104 TEST(RoundTrip, GenerateKeyResponse) { in TEST() argument