From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: gary.west@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Tue, 30 Jul 2019 14:54:16 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 14:54:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,327,1559545200"; d="scan'208";a="183409065" Received: from garywest-desk.amr.corp.intel.com ([10.34.130.88]) by orsmga002.jf.intel.com with ESMTP; 30 Jul 2019 14:54:15 -0700 From: "Gary West" To: devel@edk2.groups.io Cc: Gary West Subject: [PATCH v2 0/1] Add support for HKDF Date: Tue, 30 Jul 2019 14:54:07 -0700 Message-Id: <20190730215409.26104-1-gary.west@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit *** BLURB HERE *** Gary West (1): CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm .../Library/BaseCryptLib/BaseCryptLib.inf | 1 + .../Library/BaseCryptLib/PeiCryptLib.inf | 4 +- .../Library/BaseCryptLib/RuntimeCryptLib.inf | 1 + .../Library/BaseCryptLib/SmmCryptLib.inf | 1 + CryptoPkg/Include/Library/BaseCryptLib.h | 33 ++++++++ .../Library/BaseCryptLib/Kdf/CryptHkdf.c | 75 +++++++++++++++++++ .../Library/BaseCryptLib/Kdf/CryptHkdfNull.c | 43 +++++++++++ 7 files changed, 155 insertions(+), 3 deletions(-) create mode 100644 CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdf.c create mode 100644 CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdfNull.c -- 2.19.1.windows.1