summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
diff options
context:
space:
mode:
authorPierre Gondois <Pierre.Gondois@arm.com>2022-10-28 17:32:52 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-11-06 16:32:28 +0000
commit922bf317f1731554b3e77a0a48033a38fdc75a77 (patch)
tree932cdf52bbf4f13c171ab2da192ce54f62ba1254 /SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
parentaade3b93feddfb538e1f93207affb3f0d9cef5e8 (diff)
downloadedk2-922bf317f1731554b3e77a0a48033a38fdc75a77.tar.gz
edk2-922bf317f1731554b3e77a0a48033a38fdc75a77.tar.bz2
edk2-922bf317f1731554b3e77a0a48033a38fdc75a77.zip
SecurityPkg/RngDxe: Remove ArchGetSupportedRngAlgorithms()
RngGetInfo() is one of the 2 functions of the EFI_RNG_PROTOCOL. RngGetInfo() is currently a mere wrapper around ArchGetSupportedRngAlgorithms() which is implemented differently depending on the architecture used. RngGetInfo() does nothing more than calling ArchGetSupportedRngAlgorithms(). So remove it, and let RngGetInfo() be implemented differently according to the architecture. This follows the implementation of the other function of the EFI_RNG_PROTOCOL, RngGetRNG(). Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Acked-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf')
0 files changed, 0 insertions, 0 deletions