]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: add RpmcLib and VariableKeyLib public headers
authorJian J Wang <jian.j.wang@intel.com>
Thu, 12 Mar 2020 05:40:24 +0000 (13:40 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 27 Mar 2020 16:41:05 +0000 (16:41 +0000)
commit5042ee43d9403c1ae445b6c976c51e57c8f2d522
tree3368b520a2f8277b1e84a4c2aea50c8777bfb775
parent4ac82ea1e11ed037468b01655200a425504f2c86
SecurityPkg: add RpmcLib and VariableKeyLib public headers

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594

RpmcLib.h and VariableKeyLib.h are header files required to access RPMC
device and Key generator from platform. They will be used to ensure the
integrity and confidentiality of NV variables.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Nishant C Mistry <nishant.c.mistry@intel.com>
Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
SecurityPkg/Include/Library/RpmcLib.h [new file with mode: 0644]
SecurityPkg/Include/Library/VariableKeyLib.h [new file with mode: 0644]
SecurityPkg/SecurityPkg.dec