Re: [edk2-devel] [PATCH 0/4] CryptoPkg: Add Hkdf SHA384 support

2022-09-20 Thread Yao, Jiewen
Thanks for the patch. Please 1) Update the EDKII_CRYPTO_VERSION to higher version 2) Update always append new API to the end of _EDKII_CRYPTO_PROTOCOL (don't insert in the middle) With that change, reviewed-by: Jiewen Yao > -Original Message- > From: Zhang, Qi1 > Sent: Friday, August

[edk2-devel] [PATCH 0/4] CryptoPkg: Add Hkdf SHA384 support

2022-08-26 Thread Qi Zhang
Add Hkdf-SHA384 support and Hkdf-SHA256 extract and expand separately. With this change, the size increase of BaseCyrptLib is about 6K bytes. The new functions are verifed by the Host UnitTest. And also it has been integratd in https://github.com/tianocore/edk2-staging/tree/DeviceSecurity and been