]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg: Add HMAC-SHA384 cipher support.
authorQi Zhang <qi1.zhang@intel.com>
Fri, 23 Sep 2022 01:14:49 +0000 (09:14 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 23 Sep 2022 06:55:58 +0000 (06:55 +0000)
commit0b1a1bdc3030a906d44974f44f37a938f839f461
tree1b09c37831615f7155313a65ba05255cf7abb673
parent7bb42e3249a7e373a9351f7fb542e107f7c7a90b
CryptoPkg: Add HMAC-SHA384 cipher support.

Rename file from CryptHmacSha256 to CryptHmac and
add HmacSha384 and HmacSha256All funcitons.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4025

Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmac.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacNull.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c [deleted file]
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c [deleted file]
CryptoPkg/Library/BaseCryptLibNull/Hmac/CryptHmacNull.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLibNull/Hmac/CryptHmacSha256Null.c [deleted file]