c31313d SecurityPkg: Clear LocalAuthSession content after use.

1 file Authored by Jiewen Yao 8 years ago, Committed by Hao Wu 8 years ago,
    SecurityPkg: Clear LocalAuthSession content after use.
    
    Some commands in DxeTcg2PhysicalPresenceLib accept
    AuthSession as input parameter and copy to local
    command buffer. After use, this AuthSession content
    should be zeroed, because there might be some secrete
    there.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
    Reviewed-by: "Zhang, Chao B" <chao.b.zhang@intel.com>