Searched defs:ImportKeyResponse (Results 1 – 2 of 2) sorted by relevance
577 struct ImportKeyResponse : public KeymasterResponse { struct578 explicit ImportKeyResponse(int32_t ver) in ImportKeyResponse() argument581 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()589 KeymasterKeyBlob key_blob;590 AuthorizationSet enforced;591 AuthorizationSet unenforced;592 CertificateChain certificate_chain;
504 TEST(RoundTrip, ImportKeyResponse) { in TEST() argument