From nobody Sat Apr 27 03:21:14 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+89432+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89432+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1651255523; cv=none; d=zohomail.com; s=zohoarc; b=Wo/EW/h2HdpMF40Y+sHrV4vsE7rZNeP4D+BDdKxEPRFctRTEwPboZ6HmZKgO+ixAQOboCqWAF0ngFYzTeq5l6fslyd9UrGTkiMaZlb6kuz5CW5SKNNKvc1E+qDIl9WQe9d6cby6+QZ7yr5mcOY1JzKOcxsEdbXoEOm5v5N3IPdM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1651255523; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=kwDdzQU3sjy/AI4b9/9R+rgDaiGtjKw8JzK782Ew+8c=; b=NT6yE9F2WsTj9bU9ZDtgnVVkqZxhJXLPSV4pCJJIuhjsRB2FsoMc6mbG1HG0i/qrnywAubpSufhF80hjKFfBuEeHmCBlV9GebJMvOMb/X0jgqQXgL9sOYZ7s2dLCA2hRshqs0zTxTv5rY79a+N5u0Ids4W4JL+f4TmTuBSUyC6o= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89432+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 165125552326691.47194060780043; Fri, 29 Apr 2022 11:05:23 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id QxW2YY1788612x0oQJ19vZwi; Fri, 29 Apr 2022 11:05:22 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.13472.1651255521036807512 for ; Fri, 29 Apr 2022 11:05:21 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10332"; a="266550636" X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="266550636" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:19 -0700 X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="514955721" X-Received: from jvang-mobl.amr.corp.intel.com ([10.212.198.238]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:18 -0700 From: "Judah Vang" To: devel@edk2.groups.io Cc: Jian J Wang , Jiewen Yao , Nishant C Mistry Subject: [edk2-devel] [Patch v2 13/28] SecurityPkg: Fix GetVariableKey API Date: Fri, 29 Apr 2022 11:04:15 -0700 Message-Id: <20220429180430.3292-14-judah.vang@intel.com> In-Reply-To: <20220429180430.3292-1-judah.vang@intel.com> References: <20220429180430.3292-1-judah.vang@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,judah.vang@intel.com X-Gm-Message-State: noaXafzwLXFxX1YwoMaRsQAlx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1651255522; bh=nUVO2kqHtN0pQugL/RKeGpCrgoF8GuDUamkQ6CoHpJY=; h=Cc:Date:From:Reply-To:Subject:To; b=ZO7vpTxAR1fTzGy2+5NdhaVdrFWEO91JcpcjNTcWLh6n7El6+V9pDGW8+qKPHkEZw/+ RhDhY4wn9YqrW7vN7hcgHTMUSPdVkxEsBuz9SnwJvWTxgrYA+ozlM3NDdP5rtuDr+MTz2 48SLUO2e1ggNehcGIVxkTOkIb0Ork9V6AN8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1651255524955100040 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2594 Fix GetVariableKey API to match changes in header files. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Jian J Wang Signed-off-by: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c b/= SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c index a08def767b5f..cfbad54ba106 100644 --- a/SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c +++ b/SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c @@ -1,7 +1,7 @@ /** @file Null version of VariableKeyLib for build purpose. Don't use it in real p= roduct. =20 -Copyright (c) 2020, Intel Corporation. All rights reserved.
+Copyright (c) 2020 - 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ @@ -22,8 +22,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent EFI_STATUS EFIAPI GetVariableKey ( - OUT VOID **VariableKey, - IN OUT UINTN *VariableKeySize + OUT VOID *VariableKey, + IN UINTN VariableKeySize ) { ASSERT (FALSE); --=20 2.35.1.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89432): https://edk2.groups.io/g/devel/message/89432 Mute This Topic: https://groups.io/mt/90781902/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-