Home | History | Annotate | only in /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Binary/Library/PseudoRngLib
Up to higher level directory
NameDateSize
License.txt21-Aug-20181K
PseudoRngLib.inf21-Aug-20181.1K
PseudoRngLib.lib21-Aug-201828.9K
README21-Aug-2018427

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