Searched defs:ImportWrappedKeyResponse (Results 1 – 2 of 2) sorted by relevance
917 struct ImportWrappedKeyResponse : public KeymasterResponse { struct919 : KeymasterResponse(ver), key_blob{}, certificate_chain{} {} in KeymasterResponse()921 void SetKeyMaterial(const keymaster_key_blob_t& blob) { in SetKeyMaterial()929 KeymasterKeyBlob key_blob;930 AuthorizationSet enforced;931 AuthorizationSet unenforced;932 CertificateChain certificate_chain;
151 pub struct ImportWrappedKeyResponse { struct152 pub ret: KeyCreationResult,