Searched full:tweak (Results 1 – 25 of 31) sorted by relevance
12
/qemu/crypto/ |
H A D | xts.c | 80 * @iv: the initialization vector tweak of XTS_BLOCK_SIZE bytes 82 * Encrypt/decrypt data with a tweak 90 /* tweak encrypt block i */ in xts_tweak_encdec() 97 /* LFSR the tweak */ in xts_tweak_encdec() 155 /* PP = tweak decrypt block m-1 */ in xts_decrypt() 168 /* Pm-1 = Tweak uncrypt CC */ in xts_decrypt() 229 /* CC = tweak encrypt block m-1 */ in xts_encrypt() 243 /* Cm-1 = Tweak encrypt PP */ in xts_encrypt()
|
/qemu/include/crypto/ |
H A D | xts.h | 40 * @tweakctx: the cipher context for tweak decryption 43 * @iv: the initialization vector tweak of XTS_BLOCK_SIZE bytes 62 * @tweakctx: the cipher context for tweak encryption 65 * @iv: the initialization vector tweak of XTS_BLOCK_SIZE bytes
|
/qemu/target/s390x/kvm/ |
H A D | pv.h | 53 int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak, 77 static inline int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak, in s390_pv_unpack() argument
|
H A D | pv.c | 177 uint64_t tweak, struct S390PVResponse *pv_resp) in s390_pv_unpack() argument 182 .tweak = tweak, in s390_pv_unpack()
|
/qemu/scripts/ci/ |
H A D | coverage-summary.sh | 5 # Summerise the state of code coverage with gcovr and tweak the output
|
/qemu/linux-user/ |
H A D | semihost.c | 21 * soon as a character is read we need to tweak the termio to disable
|
/qemu/tests/ |
H A D | dbus-vmstate-daemon.sh | 5 # This script allows to tweak the dbus-daemon policy during the test
|
/qemu/docs/devel/ |
H A D | stable-process.rst | 69 please verify that they look fine, especially if the maintainer had to tweak
|
/qemu/tests/functional/qemu_test/ |
H A D | tuxruntest.py | 33 # reasonable defaults but we sometimes need to tweak the
|
/qemu/hw/s390x/ |
H A D | ipl.h | 137 /* Tweak prefix is monotonically increasing with each component */ in ipl_valid_pv_components()
|
/qemu/docs/config/ |
H A D | q35-virtio-serial.cfg | 11 # You will probably need to tweak the lines marked as
|
H A D | mach-virt-serial.cfg | 12 # You will probably need to tweak the lines marked as
|
H A D | q35-virtio-graphical.cfg | 10 # You will probably need to tweak the lines marked as
|
H A D | mach-virt-graphical.cfg | 11 # You will probably need to tweak the lines marked as
|
H A D | q35-emulated.cfg | 10 # You will probably need to tweak the lines marked as
|
/qemu/tests/vm/ |
H A D | openbsd | 186 # tweak datasize limit
|
/qemu/include/standard-headers/linux/ |
H A D | vmclock-abi.h | 44 * of 1 ms per second would effectively tweak the counter period by 1000PPM
|
H A D | virtio_crypto.h | 356 * For AES-XTS, this is the 128bit tweak, i, from IEEE Std 1619-2007.
|
/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 228 __u64 tweak; member
|
/qemu/target/s390x/ |
H A D | arch_dump.c | 414 * fetched and memory has been dumped, we need to grab the tweak data
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 128 instance, available at ``self.vm``. Because many tests will tweak the
|
/qemu/docs/interop/ |
H A D | qcow2.rst | 438 the virtual disk sector as the input tweak. 451 input tweak.
|
/qemu/ |
H A D | meson_options.txt | 379 description: 'tweak required x86_64 architecture version beyond compiler default')
|
/qemu/hw/vfio/ |
H A D | igd.c | 43 * of the required tables, and we need to tweak the chipset with revisions
|
/qemu/tcg/ |
H A D | region.c | 488 * Users running large scale system emulation may want to tweak their
|
12