Home | History | Annotate | only in /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Binary/Library/PseudoRngLib
Up to higher level directory
NameDateSize
License.txt22-Oct-20201K
PseudoRngLib.inf22-Oct-20201.1K
PseudoRngLib.lib22-Oct-202028.9K
README22-Oct-2020427

README

      1 This pseudo-random implementation of RngLib is unsafe, and is not intended for
      2 use in production. It is provided for development purposes only, and only to be
      3 used on development platforms that lack any hardware peripherals to implement
      4 RngLib properly.
      5 
      6 Note that this code blindly assumes the availability of the AES instructions,
      7 and the accessibility of the cycle counter. If either is not available, this
      8 code will crash.
      9