audk/CryptoPkg/Library/BaseCryptLib
Wenyi Xie 6f340acfb1 CryptoPkg/BaseCryptLib:Remove redundant init
CertCtx is used to be defined as a struct and ZeroMem is called to
init this struct. But now CertCtx is defined as a point, so use
ZeroMem (&CertCtx, sizeof (CertCtx)) is not correct any more.

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>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2022-09-23 00:36:29 +00:00
..
Cipher CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Hash CryptoPkg: Add SecCryptLib 2022-06-03 11:41:36 +00:00
Hmac CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Kdf CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Pem CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Pk CryptoPkg/BaseCryptLib:Remove redundant init 2022-09-23 00:36:29 +00:00
Rand CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
SysCall CryptoPkg/Crt: fix strcpy build on older VS compilers 2022-04-20 10:56:03 +00:00
BaseCryptLib.inf CryptoPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
BaseCryptLib.uni CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
InternalCryptLib.h CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PeiCryptLib.inf CryptoPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
PeiCryptLib.uni CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithm 2020-05-15 07:22:36 +00:00
RuntimeCryptLib.inf CryptoPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
RuntimeCryptLib.uni CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithm 2020-05-15 07:22:36 +00:00
SecCryptLib.inf CryptoPkg: Add SecCryptLib 2022-06-03 11:41:36 +00:00
SmmCryptLib.inf CryptoPkg: Rename PCD about openssl EC configuration 2022-05-11 00:04:39 +00:00
SmmCryptLib.uni CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithm 2020-05-15 07:22:36 +00:00
UnitTestHostBaseCryptLib.inf CryptoPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00