public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Remove deprecated code in BaseCryptLib
@ 2020-01-16  6:10 Wang, Jian J
  2020-01-16  6:10 ` [PATCH v3 1/2] CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKey Wang, Jian J
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wang, Jian J @ 2020-01-16  6:10 UTC (permalink / raw)
  To: devel; +Cc: Xiaoyu Lu, Laszlo Ersek

v3 changes per Laszlo's comments:
 - Fix typos
 - Change api name also for BaseCryptLibNull
 - Split the patch into two
(v3 branch: https://github.com/jwang36/edk2/tree/fix-bz1792-v3)

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1792
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>

Jian J Wang (2):
  CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKey
  CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interface

 CryptoPkg/Include/Library/BaseCryptLib.h      | 111 +++++-------------
 .../Library/BaseCryptLib/Hmac/CryptHmacMd5.c  |  58 ++-------
 .../BaseCryptLib/Hmac/CryptHmacMd5Null.c      |  28 +----
 .../Library/BaseCryptLib/Hmac/CryptHmacSha1.c |  59 ++--------
 .../BaseCryptLib/Hmac/CryptHmacSha1Null.c     |  28 +----
 .../BaseCryptLib/Hmac/CryptHmacSha256.c       |  58 ++-------
 .../BaseCryptLib/Hmac/CryptHmacSha256Null.c   |  28 +----
 .../BaseCryptLibNull/Hmac/CryptHmacMd5Null.c  |  28 +----
 .../BaseCryptLibNull/Hmac/CryptHmacSha1Null.c |  28 +----
 .../Hmac/CryptHmacSha256Null.c                |  28 +----
 10 files changed, 84 insertions(+), 370 deletions(-)

-- 
2.24.0.windows.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-01-20 16:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-16  6:10 [PATCH v3 0/2] Remove deprecated code in BaseCryptLib Wang, Jian J
2020-01-16  6:10 ` [PATCH v3 1/2] CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKey Wang, Jian J
2020-01-16  9:08   ` Laszlo Ersek
2020-01-17  2:19     ` Wang, Jian J
2020-01-16  6:10 ` [PATCH v3 2/2] CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interface Wang, Jian J
2020-01-16  9:13   ` Laszlo Ersek
2020-01-19  2:04 ` [edk2-devel] [PATCH v3 0/2] Remove deprecated code in BaseCryptLib Xiaoyu Lu
2020-01-20 16:25   ` Wang, Jian J

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox