eba3269 CryptoPkg/BaseCryptLib: Enabled CryptSha512 for Smm/Runtime drivers

2 files Authored by xueshengfeng 2 years ago, Committed by mergify[bot] 2 years ago,
    CryptoPkg/BaseCryptLib: Enabled CryptSha512 for Smm/Runtime drivers
    
    Intel Platform utility Syscfg/sysfwupdt will trigger SMI
    to enter BIOS interface. then BIOS invoke EncodePassword
    in SMM mode to check password.
    it's need sha384(in CryptSha512.c) in SMM mode.
    
    the origin SmmCryptLib.lib size is 1389KB,
    after changed, the size is 1391KB.
    
    the origin RuntimeCryptLib.lib size is 911KB,
    after changed,the size is 913KB.
    
    in SmmCryptLib.inf and RuntimeCryptLib.inf,
    change CryptSha512NULL.c to CryptSha512.c.
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=3423
    
    Signed-off-by: xueshengfeng <xueshengfeng@byosoft.com.cn>
    Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>