Searched full:initialization (Results 1 – 25 of 216) sorted by relevance
123456789
/qemu/include/crypto/ |
H A D | ivgen.h | 28 * This module provides a framework for generating initialization 31 * initialization vector for use for encryption of data in that 35 * <title>Encrypting block data with initialization vectors</title> 105 * @alg: the initialization vector generation algorithm 111 * Create a new initialization vector generator that uses 150 * Calculate a new initialization vector for the data
|
H A D | cipher.h | 128 * Get the required initialization vector size 221 * @iv: the initialization vector or counter (CTR mode) bytes 226 * initialization vectors or counter, this sets the @niv 229 * object. It is an error to set an initialization vector
|
H A D | xts.h | 43 * @iv: the initialization vector tweak of XTS_BLOCK_SIZE bytes 65 * @iv: the initialization vector tweak of XTS_BLOCK_SIZE bytes
|
H A D | init.h | 2 * QEMU Crypto initialization
|
/qemu/include/system/ |
H A D | confidential-guest-support.h | 38 * ready: flag set by CGS initialization code once it's ready to 48 * initialization in different places, often in arch or machine 50 * for invalid configurations until that initialization code.
|
/qemu/qapi/ |
H A D | crypto.json | 129 # The supported algorithms for generating initialization vectors for 204 # The options that apply to LUKS encryption format initialization 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 431 # @iv: the random initialization vector used for encryption of this
|
/qemu/include/hw/virtio/ |
H A D | vhost-user-blk.h | 44 * There are at least two steps of initialization of the 47 * those initialization phases by using two fields.
|
/qemu/include/chardev/ |
H A D | char.h | 78 * @context: the #GMainContext to be used at initialization time 113 * @context: the #GMainContext to be used at initialization time 127 * @context: the #GMainContext to be used at initialization time 157 * @context: the #GMainContext to be used at initialization time
|
/qemu/target/i386/tcg/system/ |
H A D | tcg-cpu.c | 2 * i386 TCG cpu class initialization functions specific to system emulation 55 * initialized here are needed for the vcpu initialization. in tcg_cpu_realizefn()
|
/qemu/system/ |
H A D | main.c | 75 * initializing cpus, to block associated threads until initialization is in main() 76 * complete. Replay_mutex lock is acquired on initialization, because it in main()
|
/qemu/tests/unit/ |
H A D | iothread.c | 29 QemuCond init_done_cond; /* is thread initialization done? */ 107 /* Wait for initialization to complete */ in iothread_new()
|
/qemu/docs/devel/ |
H A D | multi-process.rst | 294 channel during its initialization. 315 object initialization 358 device emulator would perform in its initialization code, but with its 463 initialization subsection 466 The process initialization sequence will follow the same sequence 489 IO initialization will be driven by the JSON descriptions sent from the 534 the MSI DMA address from QEMU as a message at initialization, then 589 via initialization messages, much like the guest memory table is done. 603 descriptor to the emulation process via an initialization message. 838 initialization, and are used when the emulation code raises a device
|
/qemu/target/i386/ |
H A D | host-cpu.h | 2 * x86 host CPU type initialization and host CPU functions
|
/qemu/tests/qtest/ |
H A D | virtio-test.c | 16 /* Tests only initialization so far. TODO: Replace with functional tests */
|
H A D | pci-test.c | 16 /* Tests only initialization so far. TODO: Replace with functional tests */
|
H A D | i82801b11-test.c | 13 /* Tests only initialization so far. TODO: Replace with functional tests */
|
H A D | ioh3420-test.c | 13 /* Tests only initialization so far. TODO: Replace with functional tests */
|
H A D | spapr-phb-test.c | 16 /* Tests only initialization so far. TODO: Replace with functional tests,
|
H A D | ipoctal232-test.c | 21 /* Tests only initialization so far. TODO: Replace with functional tests */
|
H A D | virtio-serial-test.c | 15 /* Tests only initialization so far. TODO: Replace with functional tests */
|
/qemu/target/i386/whpx/ |
H A D | whpx-accel-ops.h | 30 /* full state set, modified during initialization or on vmload */
|
/qemu/target/ppc/ |
H A D | tcg-stub.c | 2 * PowerPC CPU initialization for qemu.
|
/qemu/docs/system/ |
H A D | secrets.rst | 111 These bytes are used as the initialization vector for the AES-256-CBC value. 114 critical that a different initialization vector is used for every secret**.
|
/qemu/include/hw/arm/ |
H A D | linux-boot-if.h | 27 * the state the kernel expects after firmware initialization,
|
/qemu/include/qemu/ |
H A D | thread-context.h | 47 /* CPU affinity bitmap used for initialization. */
|
123456789