Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 14 of 14) sorted by relevance

/qemu/scripts/coccinelle/
H A Dqobject.cocci3 expression Obj, Key, E;
12 - qdict_put_obj(Obj, Key, QOBJECT(E));
13 + qdict_put(Obj, Key, E);
15 - qdict_put(Obj, Key, qnum_from_int(E));
16 + qdict_put_int(Obj, Key, E);
18 - qdict_put(Obj, Key, qbool_from_bool(E));
19 + qdict_put_bool(Obj, Key, E);
21 - qdict_put(Obj, Key, qstring_from_str(E));
22 + qdict_put_str(Obj, Key, E);
24 - qdict_put(Obj, Key, qnull());
[all …]
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/
H A DBiosTablesTest.c35 EFI_INPUT_KEY Key; in WaitForExitKeyPress() local
45 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in WaitForExitKeyPress()
/qemu/target/s390x/
H A Dcpu_features_def.h.inc261 DEF_FEAT(PCKMO_EDEA, "pckmo-edea", PCKMO, 1, "PCKMO Encrypted-DEA-Key")
262 DEF_FEAT(PCKMO_ETDEA_128, "pckmo-etdea-128", PCKMO, 2, "PCKMO Encrypted-TDEA-128-Key")
263 DEF_FEAT(PCKMO_ETDEA_256, "pckmo-etdea-192", PCKMO, 3, "PCKMO Encrypted-TDEA-192-Key")
264 DEF_FEAT(PCKMO_AES_128, "pckmo-aes-128", PCKMO, 18, "PCKMO Encrypted-AES-128-Key")
265 DEF_FEAT(PCKMO_AES_192, "pckmo-aes-192", PCKMO, 19, "PCKMO Encrypted-AES-192-Key")
266 DEF_FEAT(PCKMO_AES_256, "pckmo-aes-256", PCKMO, 20, "PCKMO Encrypted-AES-256-Key")
267 DEF_FEAT(PCKMO_ECC_P256, "pckmo-ecc-p256", PCKMO, 32, "PCKMO Encrypt-ECC-P256-Key")
268 DEF_FEAT(PCKMO_ECC_P384, "pckmo-ecc-p384", PCKMO, 33, "PCKMO Encrypt-ECC-P384-Key")
269 DEF_FEAT(PCKMO_ECC_P521, "pckmo-ecc-p521", PCKMO, 34, "PCKMO Encrypt-ECC-P521-Key")
270 DEF_FEAT(PCKMO_ECC_ED25519, "pckmo-ecc-ed25519", PCKMO, 40 , "PCKMO Encrypt-ECC-Ed25519-Key")
[all …]
/qemu/docs/interop/
H A Dqemu-ga.rst123 Key Key type
H A Dbarrier.rst203 Key pressed.
219 Key auto-repeat.
237 Key released.
/qemu/docs/specs/
H A Dfw_cfg.rst110 Signature (Key 0x0000, ``FW_CFG_SIGNATURE``)
121 Revision / feature bitmap (Key 0x0001, ``FW_CFG_ID``)
130 File Directory (Key 0x0019, ``FW_CFG_FILE_DIR``)
/qemu/docs/system/devices/
H A Dusb-u2f.rst1 Universal Second Factor (U2F) USB Key Device
H A Dusb.rst213 An Open-source Secure Key implementing FIDO2, OpenPGP, PIV and more.
/qemu/docs/devel/
H A Dmaintainers.rst101 key signed by an attendee. Key signing requires meeting another
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst14 Key management for this feature is handled by a separate processor known as the
/qemu/qapi/
H A Dqom.json970 # (Versioned Loaded Endorsement Key) or VCEK (Versioned Chip
971 # Endorsement Key) when requesting attestation reports from
/qemu/target/hexagon/
H A DREADME203 *** Key Files ***
/qemu/pc-bios/
H A Dedk2-licenses.txt68 Key Dates
/qemu/ui/
H A Dcocoa.m910 // handle control + alt Key Combos (ctrl+alt+[1..9,g] is reserved for QEMU)