Searched full:generator (Results 1 – 25 of 191) sorted by relevance
12345678
/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 …]
|
H A D | block.h | 105 * or IV generator algorithm that is not supported, 148 * or IV generator algorithm that is not supported, 273 * Get the initialization vector generator to use for 276 * Returns: the IV generator object
|
/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 …]
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 45 generator should be specified as a mandatory parameter of the test runner. 98 Qcow2 image generator 101 The 'qcow2' generator is a Python package providing 'create_image' method as 128 The generator can create header fields, header extensions, L1/L2 tables and 136 The runner calls an image generator specifying the path to a test image file, 138 An image generator is expected to provide a 155 purpose, so an image generator is not recommended to modify it internally. 164 - image template (generator)
|
/qemu/tcg/tci/ |
H A D | README | 7 TCG (Tiny Code Generator) is a code generator which translates 15 By adding a code generator for a virtual machine and using an 23 Like each TCG host frontend, TCI implements the code generator in 114 * Some TCG opcodes are either missing in the code generator and/or
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 1 Hexagon ISA instruction definitions to tinycode generator compiler 5 language into tinycode generator code, that can be easily integrated into QEMU. 37 tinycode generator code, implementing the correct semantics. That function will 403 consequential unrolling of the for loop, since the tinycode generator 466 errors regard the mismatch of parameters for tinycode generator functions, 471 These instruction generate valid tinycode generator code, which however fail 474 generator instruction and at the generated tinycode itself. Tip: handle the 502 Example of debugging erroneous tinycode generator code 506 incorrectly emitted tinycode generator for a single instruction. 508 Let's first introduce a bug in the tinycode generator of the ``A2_add`` [all …]
|
/qemu/target/hexagon/ |
H A D | README | 69 The generator uses the operand naming conventions (see large comment in 103 The generator checks for fGEN_TCG_<tag> macro. This allows us to generate 108 This allows the code generator to override the auto-generated code. In some 133 For HVX vectors, the generator behaves slightly differently. The wide vectors 190 In addition to instruction semantics, we use a generator to create the decode
|
/qemu/crypto/ |
H A D | ivgen.c | 2 * QEMU Crypto block IV generator 53 error_setg(errp, "Unknown block IV generator algorithm %d", alg); in qcrypto_ivgen_new()
|
/qemu/include/exec/ |
H A D | replay-core.h | 75 /* Saves the values from the random number generator */ 77 /* Loads the saved values for the random number generator */
|
/qemu/block/ |
H A D | crypto.h | 73 .help = "Name of IV generator algorithm", \ 80 .help = "Name of IV generator hash algorithm", \
|
/qemu/scripts/qapi/ |
H A D | main.py | 5 QAPI Generator 81 help="Python module name for code generator")
|
/qemu/qapi/ |
H A D | crypto.json | 130 # full disk encryption. The 'plain' generator should not be used for 212 # @ivgen-alg: the initialization vector generator. Currently defaults 215 # @ivgen-hash-alg: the initialization vector generator hash. 306 # @ivgen-alg: the initialization vector generator 308 # @ivgen-hash-alg: the initialization vector generator hash
|
/qemu/scripts/ |
H A D | tracetool.py | 120 error_opt("--binary is required for SystemTAP tapset generator") 122 error_opt("--probe-prefix is required for SystemTAP tapset generator")
|
/qemu/ |
H A D | qemu-edid.c | 21 "This is a test tool for the qemu edid generator.\n" in usage() 24 "to check if the generator works correctly.\n" in usage()
|
/qemu/hw/ppc/ |
H A D | spapr_rng.c | 2 * QEMU sPAPR random number generator "device" for H_RANDOM hypercall 104 "ID of the random number generator backend"); in spapr_rng_instance_init()
|
/qemu/hw/misc/ |
H A D | npcm7xx_rng.c | 2 * Nuvoton NPCM7xx Random Number Generator. 166 dc->desc = "NPCM7xx Random Number Generator"; in npcm7xx_rng_class_init()
|
/qemu/hw/audio/ |
H A D | fmopl.h | 24 /* envelope generator state */ 48 /* phase generator state */
|
/qemu/linux-user/m68k/ |
H A D | meson.build | 2 'm68k': generator(sh,
|
/qemu/linux-user/alpha/ |
H A D | meson.build | 2 'alpha': generator(sh,
|
/qemu/linux-user/sh4/ |
H A D | meson.build | 2 'sh4': generator(sh,
|
/qemu/linux-user/hexagon/ |
H A D | meson.build | 3 'hexagon': generator(sh,
|
/qemu/linux-user/microblaze/ |
H A D | meson.build | 2 'microblaze': generator(sh,
|
/qemu/linux-user/xtensa/ |
H A D | meson.build | 2 'xtensa': generator(sh,
|
/qemu/linux-user/openrisc/ |
H A D | meson.build | 2 'openrisc': generator(sh,
|
/qemu/linux-user/sparc/ |
H A D | meson.build | 2 'sparc': generator(sh,
|
12345678