Searched +full:check +full:- +full:crypto +full:- +full:only +full:- +full:gnutls (Results 1 – 5 of 5) sorted by relevance
/qemu/ |
H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 66 have_linux_user = have_linux_user or target.endswith('linux-user') 67 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 68 have_system = have_system or target.endswith('-softmmu') 113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 120 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 128 '--rustc-version', rustc.version(), 129 '--workspace', meson.project_source_root() / 'rust'] [all …]
|
H A D | qemu-options.hx | 14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL) 16 ``-h`` 21 "-version display version information and exit\n", QEMU_ARCH_ALL) 23 ``-version`` 28 "-machine [type=]name[,prop[=value][,...]]\n" 29 " selects emulated machine ('-machine help' for list)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" [all …]
|
/qemu/include/crypto/ |
H A D | tlssession.h | 2 * QEMU crypto TLS session support 24 #include "crypto/tlscreds.h" 31 * as GNUTLS, to setup and run TLS sessions. 36 * only requirement is a full-duplex stream of some kind. 69 * return -1; 82 * return -1; 89 * return -1; 112 #define QCRYPTO_TLS_SESSION_ERR_BLOCK -2 120 * @errp: pointer to a NULL-initialized error object 171 * @errp: pointer to a NULL-initialized error object [all …]
|
/qemu/tests/qtest/ |
H A D | meson.build | 2 'ahci-test': 150, 3 'aspeed_smc-test': 360, 4 'bios-tables-test' : 910, 5 'cdrom-test' : 610, 6 'device-introspect-test' : 720, 7 'ide-test' : 120, 8 'migration-test' : 480, 9 'npcm7xx_pwm-test': 300, 10 'npcm7xx_watchdog_timer-test': 120, 11 'qmp-cmd-test' : 120, [all …]
|
/qemu/ui/ |
H A D | vnc.c | 29 #include "vnc-jobs.h" 31 #include "hw/qdev-core.h" 34 #include "qemu/error-report.h" 35 #include "qemu/main-loop.h" 41 #include "qemu/config-file.h" 42 #include "qapi/qapi-emit-events.h" 43 #include "qapi/qapi-events-ui.h" 45 #include "qapi/qapi-commands-ui.h" 47 #include "crypto/hash.h" 48 #include "crypto/tlscreds.h" [all …]
|