[edk2-devel] [PATCH v1 1/6] SecurityPkg/BaseHashLib: Implement a unified API for Hash Calculation

2019-12-18 Thread Sukerkar, Amol N
This implementation eliminates the need to use hard-coded API to calculate hash by PEI and DXE drivers by introducing a common and unified API for hash calculation. The common API will execute the hash algorithm specified by the PCD, PcdSystemHashPolicy. Signed-off-by: Sukerkar, Amol N ---

[edk2-devel] [PATCH v1 1/6] SecurityPkg/BaseHashLib: Implement a unified API for Hash Calculation

2019-12-18 Thread Sukerkar, Amol N
This implementation eliminates the need to use hard-coded API to calculate hash by PEI and DXE drivers by introducing a common and unified API for hash calculation. The common API will execute the hash algorithm specified by the PCD, PcdSystemHashPolicy. Signed-off-by: Sukerkar, Amol N ---