audk/CryptoPkg/Library/BaseCryptLib/Pk
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
..
CryptAuthenticode.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptAuthenticodeNull.c CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
CryptDh.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptDhNull.c CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
CryptPkcs1Oaep.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs1OaepNull.c CryptoPkg: Change OPTIONAL keyword usage style 2021-12-07 17:24:28 +00:00
CryptPkcs5Pbkdf2.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs5Pbkdf2Null.c CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
CryptPkcs7Sign.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7SignNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyBase.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyCommon.c CryptoPkg/BaseCryptLib:Remove redundant init 2022-09-23 00:36:29 +00:00
CryptPkcs7VerifyEku.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyEkuNull.c CryptoPkg: Add SecCryptLib 2022-06-03 11:41:36 +00:00
CryptPkcs7VerifyEkuRuntime.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptPkcs7VerifyRuntime.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaBasic.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaBasicNull.c CryptoPkg: Add SecCryptLib 2022-06-03 11:41:36 +00:00
CryptRsaExt.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaExtNull.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaPss.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaPssNull.c CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme. 2021-06-23 15:19:44 +00:00
CryptRsaPssSign.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptRsaPssSignNull.c CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme. 2021-06-23 15:19:44 +00:00
CryptTs.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptTsNull.c CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
CryptX509.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CryptX509Null.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00