Searched defs:ImportKeyResponse (Results 1 – 2 of 2) sorted by relevance
584 struct ImportKeyResponse : public KeymasterResponse { struct585 explicit ImportKeyResponse(int32_t ver) in ImportKeyResponse() function588 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()596 KeymasterKeyBlob key_blob;597 AuthorizationSet enforced;598 AuthorizationSet unenforced;599 CertificateChain certificate_chain;
504 TEST(RoundTrip, ImportKeyResponse) { in TEST() argument