/openbmc/linux/drivers/char/hw_random/ |
H A D | Kconfig | 3 # Hardware Random Number Generator (RNG) configuration 7 tristate "Hardware Random Number Generator Core support" 10 Hardware Random Number Generator Core infrastructure. 18 kernel's random number generator entropy pool. 25 tristate "Timer IOMEM HW Random Number Generator support" 29 Number Generator used by reading a 'dumb' iomem address that 39 tristate "Intel HW Random Number Generator support" 44 Generator hardware found on Intel i8xx-based motherboards. 52 tristate "AMD HW Random Number Generator support" 58 Generator hardware found on AMD 76x-based motherboards. [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
H A D | pixelgen_private.h | 137 ia_css_print("Pixel Generator ID %d Enable 0x%x\n", ID, state->com_enable); in pixelgen_ctrl_dump_state() 138 ia_css_print("Pixel Generator ID %d PRBS reset value 0 0x%x\n", ID, in pixelgen_ctrl_dump_state() 140 ia_css_print("Pixel Generator ID %d PRBS reset value 1 0x%x\n", ID, in pixelgen_ctrl_dump_state() 142 ia_css_print("Pixel Generator ID %d SYNC SID 0x%x\n", ID, state->syng_sid); in pixelgen_ctrl_dump_state() 143 ia_css_print("Pixel Generator ID %d syng free run 0x%x\n", ID, in pixelgen_ctrl_dump_state() 145 ia_css_print("Pixel Generator ID %d syng pause 0x%x\n", ID, state->syng_pause); in pixelgen_ctrl_dump_state() 146 ia_css_print("Pixel Generator ID %d syng no of frames 0x%x\n", ID, in pixelgen_ctrl_dump_state() 148 ia_css_print("Pixel Generator ID %d syng no of pixels 0x%x\n", ID, in pixelgen_ctrl_dump_state() 150 ia_css_print("Pixel Generator ID %d syng no of line 0x%x\n", ID, in pixelgen_ctrl_dump_state() 152 ia_css_print("Pixel Generator ID %d syng hblank cyc 0x%x\n", ID, in pixelgen_ctrl_dump_state() [all …]
|
/openbmc/libcper/ |
H A D | meson.build | 50 'generator/sections/gen-section-ampere.c', 51 'generator/sections/gen-section-arm.c', 52 'generator/sections/gen-section-ccix-per.c', 53 'generator/sections/gen-section-cxl-component.c', 54 'generator/sections/gen-section-cxl-protocol.c', 55 'generator/sections/gen-section-dmar.c', 56 'generator/sections/gen-section-firmware.c', 57 'generator/sections/gen-section-generic.c', 58 'generator/sections/gen-section-ia32x64.c', 59 'generator/sections/gen-section-memory.c', [all …]
|
/openbmc/linux/include/crypto/ |
H A D | rng.h | 3 * RNG: Random Number Generator algorithms under the crypto API 33 * struct rng_alg - random number generator definition 36 * random number. The random number generator transform 40 * @seed: Seed or reseed the random number generator. With the 42 * generator shall become ready for generation. If the 43 * random number generator requires a seed for setting 50 * @seedsize: The seed size required for a random number generator 85 * DOC: Random number generator API 87 * The random number generator API is used with the ciphers of type 98 * Allocate a cipher handle for a random number generator. The returned struct [all …]
|
/openbmc/openbmc/meta-security/recipes-mac/smack/smack/ |
H A D | smack_generator_make_fixup.patch | 11 rm -rf ./out ./generator 13 generator: generator.c 14 - gcc -Wall -O3 generator.c -o ./generator 15 + ${CC} ${LDFLAGS} generator.c -o ./generator 17 policies: ./generator ./make_policies.bash 18 ./make_policies.bash ./generator
|
/openbmc/libcper/docs/ |
H A D | GeneratorExtensions.md | 1 # Extending `cper-generator` With OEM Sections 3 Much like `cper-parse`, `cper-generator` supports the addition of arbitrary OEM 4 sections as extensions. This document details how an OEM section generator could 7 ## Creating a Section Generator 9 The first step is to create the generator itself. To do this, you should create 12 sake of example, we will create a generator for a fake OEM section 18 //Section generator function predefinitions. 67 ## Adding a Generator Definition 70 finally add it to the generator definitions for `cper-generate`. To do this, 71 edit `sections/gen-section.c` and add your generator definition to the [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
H A D | parallel_make.patch | 18 -_generated/interfaces.py: $(tools_dir)/python-interfaces-generator.xsl $(wildcard $(spec_dir)/*.xm… 19 +_generated/interfaces.py: _generated/__init__.py $(tools_dir)/python-interfaces-generator.xsl $(wi… 21 $(tools_dir)/python-interfaces-generator.xsl \ 24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml) 25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild… 27 $(tools_dir)/python-constants-generator.xsl \ 30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml) 31 +_generated/errors.py: _generated/__init__.py $(tools_dir)/python-errors-generator.xsl $(wildcard $… 33 $(tools_dir)/python-errors-generator.xsl \
|
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
H A D | 0003-rdoc-build-reproducible-documentation.patch | 13 lib/rdoc/generator/json_index.rb | 4 ++-- 16 diff --git a/lib/rdoc/generator/json_index.rb b/lib/rdoc/generator/json_index.rb 18 --- a/lib/rdoc/generator/json_index.rb 19 +++ b/lib/rdoc/generator/json_index.rb 20 @@ -178,7 +178,7 @@ class RDoc::Generator::JsonIndex 29 @@ -196,7 +196,7 @@ class RDoc::Generator::JsonIndex
|
/openbmc/u-boot/include/ |
H A D | fsl_qe.h | 134 QE_BRG1, /* Baud Rate Generator 1 */ 135 QE_BRG2, /* Baud Rate Generator 2 */ 136 QE_BRG3, /* Baud Rate Generator 3 */ 137 QE_BRG4, /* Baud Rate Generator 4 */ 138 QE_BRG5, /* Baud Rate Generator 5 */ 139 QE_BRG6, /* Baud Rate Generator 6 */ 140 QE_BRG7, /* Baud Rate Generator 7 */ 141 QE_BRG8, /* Baud Rate Generator 8 */ 142 QE_BRG9, /* Baud Rate Generator 9 */ 143 QE_BRG10, /* Baud Rate Generator 10 */ [all …]
|
/openbmc/qemu/include/crypto/ |
H A D | ivgen.h | 2 * QEMU Crypto block IV generator 111 * Create a new initialization vector generator that uses 134 * Returns: a new IV generator, or NULL on error 144 * @ivgen: the IV generator object 164 * @ivgen: the IV generator object 166 * Get the algorithm used by this IV generator 168 * Returns: the IV generator algorithm 175 * @ivgen: the IV generator object 177 * Get the cipher algorithm used by this IV generator (if 187 * @ivgen: the IV generator object [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-xdata | 5 Description: Allows the user to enable the PCIe traffic generator which 7 Endpoint direction or to disable the PCIe traffic generator 18 through this generator in MB/s. 30 Description: Allows the user to enable the PCIe traffic generator which 32 Complex direction or to disable the PCIe traffic generator 43 through this generator in MB/s.
|
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/ |
H A D | xlnx,v-tc.txt | 4 The Video Timing Controller is a general purpose video timing generator and 19 - xlnx,generator: The VTC has a timing generator 21 At least one of the xlnx,detector and xlnx,generator properties must be 32 xlnx,generator;
|
/openbmc/libcper/generator/ |
H A D | README.md | 1 # cper-generator 9 An example usage of `cper-generator` is shown below. 12 cper-generator --out mycper.dump --sections generic dmarvtd ia32x64 arm 18 can run `cper-generator --help`. 22 The generator is not completely random within the bounds of the specification,
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
H A D | reproducibility.patch | 15 Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +- 18 diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/Gen… 20 --- a/Source/JavaScriptCore/generator/GeneratedFile.rb 21 +++ b/Source/JavaScriptCore/generator/GeneratedFile.rb
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | reproducibility.patch | 15 Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +- 18 diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/Gen… 20 --- a/Source/JavaScriptCore/generator/GeneratedFile.rb 21 +++ b/Source/JavaScriptCore/generator/GeneratedFile.rb
|
/openbmc/linux/scripts/ |
H A D | rust_is_available.sh | 73 # Check that the Rust bindings generator exists. 76 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found." 129 # Check that the Rust bindings generator is suitable. 141 echo >&2 "*** Running '$BINDGEN' to check the Rust bindings generator version failed with" 154 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return" 166 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old." 174 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work." 181 # Check that the `libclang` used by the Rust bindings generator is suitable. 192 echo >&2 "*** bindings generator) failed with code $bindgen_libclang_code. This may be caused by" 201 # of the `libclang` found by the Rust bindings generator is suitable. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/ |
H A D | 0001-Define-strndupa-if-it-does-not-exist.patch | 12 etc/systemd/system-generators/zfs-mount-generator.c | 9 +++++++++ 15 …it a/etc/systemd/system-generators/zfs-mount-generator.c b/etc/systemd/system-generators/zfs-mount… 17 --- a/etc/systemd/system-generators/zfs-mount-generator.c 18 +++ b/etc/systemd/system-generators/zfs-mount-generator.c
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/ |
H A D | 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 35 # gtk-doc - GTK DocBook documentation generator. 55 # gtk-doc - GTK DocBook documentation generator. 65 # gtk-doc - GTK DocBook documentation generator. 75 # gtk-doc - GTK DocBook documentation generator. 85 # gtk-doc - GTK DocBook documentation generator. 95 # gtk-doc - GTK DocBook documentation generator. 105 # gtk-doc - GTK DocBook documentation generator. 115 # gtk-doc - GTK DocBook documentation generator. 125 # gtk-doc - GTK DocBook documentation generator.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | IPMI.interface.yaml | 7 includes a timestamp, generator ID (used to identify the component that is 12 events it requires a generator ID (0x20 for BMC), sensor D-Bus path, event 42 The Generator ID of the component requesting the new SEL entry. 43 In most cases this will be 0x20 (the BMC Generator ID). 72 The Generator ID of the component requesting the new SEL entry. 73 In most cases this will be 0x20 (the BMC Generator ID).
|
/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/ |
H A D | init | 15 echo -n "Starting random number generator daemon" 20 echo -n "Stopping random number generator daemon" 30 echo -n "Stopping random number generator daemon" 33 echo -n "Starting random number generator daemon"
|
/openbmc/linux/include/linux/ |
H A D | rslib.h | 24 * @genpoly: Generator polynomial 25 * @nroots: Number of generator roots = number of parity symbols 29 * @gfpoly: The primitive generator polynominal 88 * @gfpoly: the extended Galois field generator polynomial coefficients, 91 * @fcr: the first consecutive root of the rs code generator polynomial 94 * @nroots: RS code generator polynomial degree (number of roots)
|
/openbmc/estoraged/src/erase/ |
H A D | pattern.cpp | 32 // random number generator seeded with a constant value will in writePattern() 34 std::minstd_rand0 generator(seed); in writePattern() local 44 (*randArrFill)[i] = generator(); in writePattern() 80 // random number generator seeded with a constant value will in verifyPattern() 82 std::minstd_rand0 generator(seed); in verifyPattern() local 98 (*randArrFill)[i] = generator(); in verifyPattern()
|
/openbmc/linux/arch/m68k/atari/ |
H A D | atasound.c | 64 /* Disable generator A in mixer control. */ in atari_mksound() 78 /* Set generator A frequency to hz. */ in atari_mksound() 95 /* Use envelope for generator A. */ in atari_mksound() 99 /* Set generator A level to maximum, no envelope. */ in atari_mksound() 103 /* Turn on generator A in mixer control. */ in atari_mksound()
|
/openbmc/linux/lib/reed_solomon/ |
H A D | reed_solomon.c | 60 * @gfpoly: Field generator polynomial coefficients 61 * @gffunc: Field generator function 62 * @fcr: first root of RS code generator polynomial, index form 64 * @nroots: RS code generator polynomial degree (number of roots) 133 /* Form RS code generator polynomial from its roots */ in codec_init() 201 * @gfpoly: the extended Galois field generator polynomial coefficients, 207 * @fcr: the first consecutive root of the rs code generator polynomial 210 * @nroots: RS code generator polynomial degree (number of roots) 279 * @gfpoly: the extended Galois field generator polynomial coefficients, 282 * @fcr: the first consecutive root of the rs code generator polynomial [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 082.out | 63 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 64 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm 89 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 90 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm 115 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 116 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm 141 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 142 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm 167 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 168 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm [all …]
|