Searched defs:ImportWrappedKeyRequest (Results 1 – 1 of 1) sorted by relevance
774 struct ImportWrappedKeyRequest : public KeymasterMessage { struct775 explicit ImportWrappedKeyRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument781 void SetKeyMaterial(const keymaster_key_blob_t& wrapped, const keymaster_key_blob_t& wrapping) { in SetKeyMaterial()790 KeymasterKeyBlob wrapped_key;791 KeymasterKeyBlob wrapping_key;792 KeymasterKeyBlob masking_key;793 AuthorizationSet additional_params;794 uint64_t password_sid;795 uint64_t biometric_sid;