HomeSort by relevance Sort by last modified time
    Searched refs:Rng (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
RngTest.c 2 UEFI RNG (Random Number Generator) Protocol test application.
21 #include <Protocol/Rng.h>
42 EFI_RNG_PROTOCOL *Rng;
56 Print (L"UEFI RNG Protocol Testing :\n");
60 // Basic UEFI RNG Protocol Test
62 Print (L" -- Locate UEFI RNG Protocol : ");
63 Status = gBS->LocateProtocol (&gEfiRngProtocolGuid, NULL, (VOID **)&Rng);
72 // Rng->GetInfo() interface test.
75 Print (L" -- Call RNG->GetInfo() interface : ");
77 Status = Rng->GetInfo (Rng, &RngAlgListSize, NULL);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
VirtioRng.h 3 Private definitions of the VirtioRng RNG driver
22 #include <Protocol/Rng.h>
40 EFI_RNG_PROTOCOL Rng; // VirtioRngInit 1
44 CR (RngPointer, VIRTIO_RNG_DEV, Rng, VIRTIO_RNG_SIG)
VirtioRng.c 3 This driver produces EFI_RNG_PROTOCOL instances for virtio-rng devices.
49 element for each supported RNG algorithm.
55 @retval EFI_SUCCESS The RNG algorithm list was returned
97 Produces and returns an RNG value using either the default or specified RNG
103 identifies the RNG algorithm to use. May
105 use its default RNG algorithm.
110 by the driver with the resulting RNG
113 @retval EFI_SUCCESS The RNG value was returned successfully.
116 @retval EFI_DEVICE_ERROR An RNG value could not be retrieved due
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
RdRand.h 2 Header for the RDRAND APIs used by RNG DXE driver.
30 #include <Protocol/Rng.h>
  /external/webrtc/webrtc/base/
helpers.cc 39 // Base class for RNG implementations.
48 // The OpenSSL RNG.
60 // The NSS RNG.
83 // RNG (which is exposed as a hidden function off of ADVAPI32 so that we
182 // This round about way of creating a global RNG is to safe-guard against
190 RandomGenerator& Rng() {
209 if (!Rng().Init(seed, len)) {
227 if (!Rng().Generate(bytes.get(), len)) {
254 if (!Rng().Generate(bytes.get(), 31)) {
285 if (!Rng().Generate(&id, sizeof(id)))
    [all...]
  /external/v8/tools/clusterfuzz/
v8_foozzie_test.py 36 class Rng(object):
45 v8_fuzz_config.Config('foo', Rng()).choose_foozzie_flags(),
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/StyxRngDxe/
StyxRngDxe.c 21 #include <Protocol/Rng.h>
46 element for each supported RNG algorithm.
52 @retval EFI_SUCCESS The RNG algorithm list was returned
94 Produces and returns an RNG value using either the default or specified RNG
100 identifies the RNG algorithm to use. May
102 use its default RNG algorithm.
107 by the driver with the resulting RNG
110 @retval EFI_SUCCESS The RNG value was returned successfully.
113 @retval EFI_DEVICE_ERROR An RNG value could not be retrieved due
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.h 231 HLO_MATCHER(Rng);
hlo_parser_test.cc 1076 // Rng
1078 "Rng",
1081 ENTRY Rng {
1084 ROOT rng = f32[8]{0} rng(constant, constant.1), distribution=rng_uniform
    [all...]
pattern_matcher.h     [all...]
algebraic_simplifier_test.cc     [all...]

Completed in 1433 milliseconds