/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 66 "\xf4\xc6\xf0\x32\x15\x1a\xe8\xaf\x5a\xca\x3a\xd3\x3e\xf6\xde\x86" 71 "\xd3\x94\xf4\x32\xca\xcf\x5e\xbf\xe2\x7f\x73\x5a\x65\xec\x82\x0d" 89 "\xc1\xab\xc5\xc7\x7f\x6d\xb0\xe3\xca\xef\xf6\xf2\xc7\xae\x09\xbf" 94 "\x10\x6a\x0c\x47\xe1\xf0\x36\x70\xd2\xa7\x57\x64\x47\x46\x9f\xca" 105 "\x78\xba\x58\x75\x58\xd5\x26\x9d\x9a\x0f\xb6\xca\xb5\x27\xd8\x58" 142 "\x09\x7e\x82\xca\x91\xbe\xd0\xdd\x9c\x8c\xb0\x77\x64\x30\x1b\x7e" 146 "\x88\x14\x33\xe6\xbc\xca\x6b\x88\x90\x57\x3b\x0c\xa3\x6e\x47\xdf" 151 "\x30\x53" /* SEQUENCE, offset 0, length 83 */ [all …]
|
H A D | test-crypto-xts.c | 46 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 47 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 48 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 49 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 50 0, 52 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 53 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 54 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 55 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 56 { 0x91, 0x7c, 0xf6, 0x9e, 0xbd, 0x68, 0xb2, 0xec, [all …]
|
H A D | test-crypto-akcipher.c | 29 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 30 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 31 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 32 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 33 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 34 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 35 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 36 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 37 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 38 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
H A D | test-crypto-pbkdf.c | 133 .out = "\x9c\xca\xd6\xd4\x68\x77\x0c\xd5" 221 .key = "pass\0word", 223 .salt = "sa\0lt", 237 .nkey = 0, 241 "\xbf\x03\xe1\x1c\x71\xca\x79\x4e\x07\x97", 257 "\xcc\x4a\x5e\x6d\xca\x04\xec\x58", 344 #if 0 367 return '0' + i; in hex() 378 for (i = 0; i < len; i++) { in hex_string() 379 hexstr[i * 2] = hex((bytes[i] >> 4) & 0xf); in hex_string() [all …]
|
H A D | test-crypto-afsplit.c | 63 "\x7b\x27\xab\x58\xe1\xa4\xca\xf6" 110 return '0' + i; in hex() 121 for (i = 0; i < len; i++) { in hex_string() 122 hexstr[i * 2] = hex((bytes[i] >> 4) & 0xf); in hex_string() 123 hexstr[i * 2 + 1] = hex(bytes[i] & 0xf); in hex_string() 125 hexstr[len * 2] = '\0'; in hex_string() 159 memset(key, 0, data->blocklen); in test_afsplit() 185 g_assert(qcrypto_init(NULL) == 0); in main() 187 for (i = 0; i < G_N_ELEMENTS(test_data); i++) { in main()
|
/qemu/tests/bench/ |
H A D | test_akcipher_keys.c.inc | 12 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 13 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 14 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 15 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 16 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 17 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 18 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 19 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 20 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 21 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
/qemu/tests/tcg/multiarch/ |
H A D | test-aes-main.c.inc | 42 { { { 0x19, 0x3d, 0xe3, 0xbe, /* start */ 43 0xa0, 0xf4, 0xe2, 0x2b, 44 0x9a, 0xc6, 0x8d, 0x2a, 45 0xe9, 0xf8, 0x48, 0x08, } }, 47 { { 0xd4, 0xbf, 0x5d, 0x30, /* after shiftrows */ 48 0xe0, 0xb4, 0x52, 0xae, 49 0xb8, 0x41, 0x11, 0xf1, 50 0x1e, 0x27, 0x98, 0xe5, } }, 52 { { 0x04, 0x66, 0x81, 0xe5, /* after mixcolumns */ 53 0xe0, 0xcb, 0x19, 0x9a, [all …]
|
/qemu/include/hw/loongarch/ |
H A D | boot.h | 12 #define EFI_SYSTEM_TABLE_SIGNATURE 0x5453595320494249 17 #define FW_VERSION 0x1 18 #define FW_PATCHLEVEL 0x0 25 (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ 26 (b) & 0xff, ((b) >> 8) & 0xff, \ 27 (c) & 0xff, ((c) >> 8) & 0xff, d } } 30 EFI_GUID(0x800f683f, 0xd08b, 0x423a, 0xa2, 0x93, \ 31 0x96, 0x5c, 0x3c, 0x6f, 0xe2, 0xb4) 34 EFI_GUID(0x5568e427, 0x68fc, 0x4f3d, 0xac, 0x74, \ 35 0xca, 0x55, 0x52, 0x31, 0xcc, 0x68) [all …]
|
/qemu/qga/vss-win32/ |
H A D | vss-common.h | 56 const GUID g_gProviderId = { 0x3629d4ed, 0xee09, 0x4e0e, 57 {0x9a, 0x5c, 0x6d, 0x8b, 0xa2, 0x87, 0x2a, 0xef} }; 58 const GUID g_gProviderVersion = { 0x11ef8b15, 0xcac6, 0x40d6, 59 {0x8d, 0x5c, 0x8f, 0xfc, 0x16, 0x3f, 0x24, 0xca} }; 61 const CLSID CLSID_QGAVSSProvider = { 0x6e6a3492, 0x8d4d, 0x440c, 62 {0x96, 0x19, 0x5e, 0x5d, 0x0c, 0xc3, 0x1c, 0xa8} }; 70 VSS_VOLSNAP_ATTR_NO_AUTORECOVERY = 0x00000002, 71 VSS_VOLSNAP_ATTR_TXF_RECOVERY = 0x02000000
|
/qemu/hw/ide/ |
H A D | sii3112.c | 49 case 0x00: in sii3112_reg_read() 50 val = d->i.bmdma[0].cmd; in sii3112_reg_read() 52 case 0x01: in sii3112_reg_read() 53 val = d->regs[0].swdata; in sii3112_reg_read() 55 case 0x02: in sii3112_reg_read() 56 val = d->i.bmdma[0].status; in sii3112_reg_read() 58 case 0x03: in sii3112_reg_read() 59 val = 0; in sii3112_reg_read() 61 case 0x04 ... 0x07: in sii3112_reg_read() 62 val = bmdma_addr_ioport_ops.read(&d->i.bmdma[0], addr - 4, size); in sii3112_reg_read() [all …]
|
H A D | ide-internal.h | 16 #define ATA_DEV_SELECT 0x10 20 #define ATA_DEV_ALWAYS_ON 0xA0 21 #define ATA_DEV_LBA 0x40 22 #define ATA_DEV_LBA_MSB 0x0F /* LBA 24:27 */ 23 #define ATA_DEV_HS 0x0F /* HS 3:0 */ 27 #define ERR_STAT 0x01 28 #define INDEX_STAT 0x02 29 #define ECC_STAT 0x04 /* Corrected error */ 30 #define DRQ_STAT 0x08 31 #define SEEK_STAT 0x10 [all …]
|
/qemu/crypto/ |
H A D | sm4.c | 16 0xd6, 0x90, 0xe9, 0xfe, 0xcc, 0xe1, 0x3d, 0xb7, 17 0x16, 0xb6, 0x14, 0xc2, 0x28, 0xfb, 0x2c, 0x05, 18 0x2b, 0x67, 0x9a, 0x76, 0x2a, 0xbe, 0x04, 0xc3, 19 0xaa, 0x44, 0x13, 0x26, 0x49, 0x86, 0x06, 0x99, 20 0x9c, 0x42, 0x50, 0xf4, 0x91, 0xef, 0x98, 0x7a, 21 0x33, 0x54, 0x0b, 0x43, 0xed, 0xcf, 0xac, 0x62, 22 0xe4, 0xb3, 0x1c, 0xa9, 0xc9, 0x08, 0xe8, 0x95, 23 0x80, 0xdf, 0x94, 0xfa, 0x75, 0x8f, 0x3f, 0xa6, 24 0x47, 0x07, 0xa7, 0xfc, 0xf3, 0x73, 0x17, 0xba, 25 0x83, 0x59, 0x3c, 0x19, 0xe6, 0x85, 0x4f, 0xa8, [all …]
|
/qemu/hw/sensor/ |
H A D | dps310.c | 17 #define NUM_REGISTERS 0x33 34 #define DPS310_PRS_B2 0x00 35 #define DPS310_PRS_B1 0x01 36 #define DPS310_PRS_B0 0x02 37 #define DPS310_TMP_B2 0x03 38 #define DPS310_TMP_B1 0x04 39 #define DPS310_TMP_B0 0x05 40 #define DPS310_PRS_CFG 0x06 41 #define DPS310_TMP_CFG 0x07 42 #define DPS310_TMP_RATE_BITS (0x70) [all …]
|
/qemu/include/hw/ipmi/ |
H A D | ipmi.h | 45 #define IPMI_CHANNEL_IPMB 0x00 46 #define IPMI_CHANNEL_SYSTEM 0x0f 47 #define IPMI_CHANNEL_MEDIUM_IPMB 0x01 48 #define IPMI_CHANNEL_MEDIUM_SYSTEM 0x0c 49 #define IPMI_CHANNEL_PROTOCOL_IPMB 0x01 50 #define IPMI_CHANNEL_PROTOCOL_KCS 0x05 51 #define IPMI_CHANNEL_PROTOCOL_BT_15 0x08 53 #define IPMI_CC_INVALID_CMD 0xc1 54 #define IPMI_CC_COMMAND_INVALID_FOR_LUN 0xc2 55 #define IPMI_CC_TIMEOUT 0xc3 [all …]
|
/qemu/target/sparc/ |
H A D | asi.h | 14 #define ASI_NULL1 0x00 15 #define ASI_NULL2 0x01 18 #define ASI_CONTROL 0x02 19 #define ASI_SEGMAP 0x03 20 #define ASI_PTE 0x04 21 #define ASI_HWFLUSHSEG 0x05 22 #define ASI_HWFLUSHPAGE 0x06 23 #define ASI_REGMAP 0x06 24 #define ASI_HWFLUSHCONTEXT 0x07 26 #define ASI_USERTXT 0x08 [all …]
|
/qemu/tests/qtest/libqos/ |
H A D | ahci.h | 33 #define PCI_DEVICE_ID_INTEL_Q35_AHCI (0x2922) 34 #define PCI_MSI_FLAGS_RESERVED (0xFF00) 35 #define PCI_PM_CTRL_RESERVED (0xFC) 37 #define PCI_PI(REG32) (((REG32) >> 8) & 0xFF) 38 #define PCI_SCC(REG32) (((REG32) >> 16) & 0xFF) 45 #define AHCI_CAP (0) 46 #define AHCI_CAP_NP (0x1F) 47 #define AHCI_CAP_SXS (0x20) 48 #define AHCI_CAP_EMS (0x40) 49 #define AHCI_CAP_CCCS (0x80) [all …]
|
/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 146 s->maps[0].name = "tap_rss_map_configurations"; in rss_bpf__create_skeleton() 147 s->maps[0].map = &obj->maps.tap_rss_map_configurations; in rss_bpf__create_skeleton() 164 s->progs[0].name = "tun_rss_steering_prog"; in rss_bpf__create_skeleton() 165 s->progs[0].prog = &obj->progs.tun_rss_steering_prog; in rss_bpf__create_skeleton() 166 s->progs[0].link = &obj->links.tun_rss_steering_prog; in rss_bpf__create_skeleton() 171 return 0; in rss_bpf__create_skeleton() 180 \x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() 181 \0\0\0\0\0\0\0\0\0\0\0\xb0\x4b\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x0d\0\ in rss_bpf__elf_bytes() 182 \x01\0\x7b\x1a\x48\xff\0\0\0\0\xb7\x09\0\0\0\0\0\0\x63\x9a\x54\xff\0\0\0\0\xbf\ in rss_bpf__elf_bytes() 183 \xa7\0\0\0\0\0\0\x07\x07\0\0\x54\xff\xff\xff\x18\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() [all …]
|
/qemu/pc-bios/keymaps/ |
H A D | fr-ca | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 1 0x02 38 exclam 0x02 shift 39 plusminus 0x02 altgr 41 # evdev 3 (0x3), QKeyCode "2", number 0x3 42 2 0x03 43 quotedbl 0x03 shift [all …]
|
H A D | ja | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 1 0x02 38 exclam 0x02 shift 40 # evdev 3 (0x3), QKeyCode "2", number 0x3 41 2 0x03 42 quotedbl 0x03 shift 44 # evdev 4 (0x4), QKeyCode "3", number 0x4 [all …]
|
H A D | ru | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 1 0x02 38 exclam 0x02 shift 40 # evdev 3 (0x3), QKeyCode "2", number 0x3 41 2 0x03 42 quotedbl 0x03 shift 44 # evdev 4 (0x4), QKeyCode "3", number 0x4 [all …]
|
H A D | mk | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 1 0x02 38 exclam 0x02 shift 40 # evdev 3 (0x3), QKeyCode "2", number 0x3 41 2 0x03 42 doublelowquotemark 0x03 shift 44 # evdev 4 (0x4), QKeyCode "3", number 0x4 [all …]
|
H A D | en-us | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 1 0x02 38 exclam 0x02 shift 40 # evdev 3 (0x3), QKeyCode "2", number 0x3 41 2 0x03 42 at 0x03 shift 44 # evdev 4 (0x4), QKeyCode "3", number 0x4 [all …]
|
H A D | th | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 Thai_lakkhangyao 0x02 38 plus 0x02 shift 40 # evdev 3 (0x3), QKeyCode "2", number 0x3 41 slash 0x03 42 Thai_leknung 0x03 shift 44 # evdev 4 (0x4), QKeyCode "3", number 0x4 [all …]
|
H A D | et | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 U1369 0x02 38 U1372 0x02 shift 40 # evdev 3 (0x3), QKeyCode "2", number 0x3 41 U136A 0x03 42 U1373 0x03 shift 44 # evdev 4 (0x4), QKeyCode "3", number 0x4 [all …]
|
H A D | no | 11 # 0: Shift 33 # evdev 1 (0x1), QKeyCode "esc", number 0x1 34 Escape 0x01 36 # evdev 2 (0x2), QKeyCode "1", number 0x2 37 1 0x02 38 exclam 0x02 shift 39 exclamdown 0x02 altgr 40 onesuperior 0x02 shift altgr 42 # evdev 3 (0x3), QKeyCode "2", number 0x3 43 2 0x03 [all …]
|