Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h870 struct ImportWrappedKeyResponse : public KeymasterResponse { struct
872 : KeymasterResponse(ver), key_blob{}, certificate_chain{} {} in KeymasterResponse()
874 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()
882 KeymasterKeyBlob key_blob;
883 AuthorizationSet enforced;
884 AuthorizationSet unenforced;
885 CertificateChain certificate_chain;