/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | p54spi_eeprom.h | 19 0x47, 0x4d, 0x55, 0xaa, /* magic */ 20 0x00, 0x00, /* pad */ 21 0x00, 0x00, /* eeprom_pda_data_wrap length */ 22 0x00, 0x00, 0x00, 0x00, /* arm opcode */ 25 0x04, 0x00, 0x01, 0x01, /* PDR_MAC_ADDRESS */ 26 0x00, 0x02, 0xee, 0xc0, 0xff, 0xee, 29 0x06, 0x00, 0x01, 0x10, /* PDR_INTERFACE_LIST */ 30 0x00, 0x00, /* role */ 31 0x0f, 0x00, /* if_id */ 32 0x85, 0x00, /* variant = Longbow RF, 2GHz */ [all …]
|
/openbmc/linux/crypto/ |
H A D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 267 "\x54\x49\x4C\xA6\x3E\xBA\x03\x37\xE4\xE2\x40\x23\xFC\xD6\x9A\x5A" 330 "\xA6\xFF\x46\x83\x97\xDE\xE9\xE2\x17\x03\x06\x14\xE2\xD7\xB1\x1D" 349 "\x09\xA6\x39\x3A\xEA\xA8\xB4\x45\x4B\x36\x10\x4C\xE4\x00\x66\x71" 366 "\xD4\xA6\xC5\x47\xDB\x20\x0E\xE5\xBD\x29\xD4\x7B\x1A\xF8\x41\x57" 368 "\xBE\x44\xFD\x36\xAC\x8C\x9B\x02\xF7\x9A\x03\xE8\x19\xA6\x61\xAE" 388 "\x0e\xa1\x87\x88\xb9\x2c\x90\xa6\x53\x5e\xe9\xef\xc4\xe2\x4d\xdd" 389 "\xf7\xa6\x69\x82\x3f\x56\xa4\x7b\xfb\x62\xe0\xae\xb8\xd3\x04\xb3" 401 "\x5d\x59\xc3\x62\xd5\xa6\xda\x38\x26\x22\x5e\x34\x1c\x94\xaf\x98", [all …]
|
H A D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 132 val = mpi_alloc(0); in dh_is_pubkey_valid() 159 if (ret != 0) in dh_is_pubkey_valid() [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | aesgcm.c | 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 60 return 0; in aesgcm_expandkey() 67 while (len > 0) { in aesgcm_ghash() 101 while (len > 0) { in aesgcm_crypt() 213 "\x2f\xcf\x0e\x24\x49\xa6\xb5\x25" 226 "\x4d\x5c\x2a\xf3\x27\xcd\x64\xa6" 227 "\x2c\xf3\x5a\xbd\x2b\xa6\xfa\xb4"; 235 "\x2f\xcf\x0e\x24\x49\xa6\xb5\x25" 267 "\x2f\xcf\x0e\x24\x49\xa6\xb5\x25" 274 "\x85\x9e\x1c\xea\xa6\xef\xd9\x84" [all …]
|
H A D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x44, 0x72, 0x61, 0x66, 0x74, 0x73, 0x20, 33 0x61, 0x72, 0x65, 0x20, 0x64, 0x72, 0x61, 0x66, 34 0x74, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 35 0x6e, 0x74, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x69, 36 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20, 37 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 38 0x6f, 0x66, 0x20, 0x73, 0x69, 0x78, 0x20, 0x6d, 39 0x6f, 0x6e, 0x74, 0x68, 0x73, 0x20, 0x61, 0x6e, 40 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, [all …]
|
/openbmc/libcper/ |
H A D | Cper.c | 19 EFI_GUID gEfiEventNotificationTypeCmcGuid = { 0x2DCE8BB1, 20 0xBDD7, 21 0x450e, 22 { 0xB9, 0xAD, 0x9C, 0xF4, 0xEB, 23 0xD4, 0xF8, 0x90 } }; 24 EFI_GUID gEfiEventNotificationTypeCpeGuid = { 0x4E292F96, 25 0xD843, 26 0x4a55, 27 { 0xA8, 0xC2, 0xD4, 0x81, 0xF2, 28 0x7E, 0xBE, 0xEE } }; [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd_shas.c | 3 { 0x8001227, { 4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b, 5 0x1a,0x5f,0x1d,0x83,0xa1,0x6c,0xc4,0x46, 6 0xe2,0x6c,0xda,0x73,0xfb,0x2d,0x23,0xa8, 7 0x77,0xdc,0x15,0x31,0x33,0x4a,0x46,0x18, 10 { 0x8001250, { 11 0xc0,0x0b,0x6b,0x19,0xfd,0x5c,0x39,0x60, 12 0xd5,0xc3,0x57,0x46,0x54,0xe4,0xd1,0xaa, 13 0xa8,0xf7,0x1f,0xa8,0x6a,0x60,0x3e,0xe3, 14 0x27,0x39,0x8e,0x53,0x30,0xf8,0x49,0x19, [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e8aa0.c | 34 #define PANELCTL_SS_1_800 (0 << 5) 41 #define PANELCTL_CLK1_000 (0 << 3) 43 #define PANELCTL_CLK2_CON_MASK (7 << 0) 44 #define PANELCTL_CLK2_000 (0 << 0) 45 #define PANELCTL_CLK2_001 (1 << 0) 48 #define PANELCTL_INT1_000 (0 << 3) 50 #define PANELCTL_INT2_CON_MASK (7 << 0) 51 #define PANELCTL_INT2_000 (0 << 0) 52 #define PANELCTL_INT2_001 (1 << 0) 55 #define PANELCTL_BICTL_000 (0 << 3) [all …]
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | c_str.rs | 12 const STRING: &str = concat!($str, "\0"); 21 } else if b[i] == 0 { 27 f(BYTES, 0); 43 let good_bytes = b"\xf0\x9f\xa6\x80\0"; in test_cstr_macro() 50 const GOOD_BYTES: &[u8] = b"\xf0\x9f\xa6\x80\0"; in test_cstr_macro_const()
|
/openbmc/qemu/tests/migration/ppc64/ |
H A D | a-b-kernel.h | 7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/openbmc/linux/drivers/crypto/ |
H A D | padlock-sha.c | 80 char *result = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha1_finup() 114 asm volatile (".byte 0xf3,0x0f,0xa6,0xc8" /* rep xsha1 */ in padlock_sha1_finup() 130 return padlock_sha1_finup(desc, buf, 0, out); in padlock_sha1_final() 141 char *result = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha256_finup() 175 asm volatile (".byte 0xf3,0x0f,0xa6,0xd0" /* rep xsha256 */ in padlock_sha256_finup() 191 return padlock_sha256_finup(desc, buf, 0, out); in padlock_sha256_final() 201 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in padlock_init_tfm() 211 return 0; in padlock_init_tfm() 277 return 0; in padlock_sha1_init_nano() 289 u8 *dst = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha1_update_nano() [all …]
|
/openbmc/u-boot/lib/tizen/ |
H A D | tizen_logo_16bpp_gzip.h | 12 0x1f,0x8b,0x08,0x08,0xd9,0x76,0x29,0x53,0x00,0x03,0x74,0x69,0x7a,0x65,0x6e,0x5f, 13 0x6c,0x6f,0x67,0x6f,0x2e,0x62,0x6d,0x70,0x00,0xed,0x9d,0x6f,0x6c,0x1b,0x67,0x7e, 14 0xe7,0xa9,0x4d,0x80,0x65,0xbb,0x2e,0x56,0xb1,0xd8,0x25,0xcf,0x0a,0x70,0x52,0xa4, 15 0x2d,0xc2,0x5a,0x39,0x58,0x35,0xf7,0x42,0x35,0x7a,0x63,0xd5,0x6a,0x1b,0x9d,0x5c, 16 0xd4,0x0a,0x85,0xca,0xde,0x35,0x70,0x1b,0xc7,0x29,0xbc,0xaa,0xbb,0x50,0x14,0x0a, 17 0xd6,0x79,0xdf,0x9c,0x2b,0x07,0x88,0xa1,0xb8,0x88,0x4a,0x11,0x2b,0x83,0x7a,0x71, 18 0xc9,0xd2,0x6e,0x1d,0x4c,0x76,0xa1,0x60,0x28,0x44,0xc5,0xe8,0x8d,0x6b,0xba,0xbd, 19 0x14,0xca,0x56,0xba,0x0e,0x51,0x05,0x70,0x0b,0x24,0xa8,0x83,0x7a,0xef,0x5c,0x54, 20 0x77,0x61,0x6a,0xbf,0xb9,0x79,0xe6,0x99,0xe7,0x79,0x7e,0xf3,0x87,0x9c,0x67,0x86, 21 0xc3,0x7f,0xca,0xf3,0x7d,0x30,0x1a,0x92,0xe2,0x9f,0x21,0x39,0x1f,0x7e,0x7f,0xcf, [all …]
|
/openbmc/qemu/tests/unit/ |
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-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 42 "\x00\xe3\x2e\x2d\x8d\xba\x1c\x34\x4c\x49\x9f\xc1\xa6\xdd\xd7\x13" 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 67 "\xdd\x9b\xa6\x4d\x74\x58\xf0\x11\x7f\x66\xd5\x1c\xd8\xde\xa3\xf8" 86 "\xdc\x00\xd1\xd6\x1b\xa6\xba\x45\xe2\x77\x53\x31\xbf\xe1\xec\x0b" 113 "\xa6\x09\xb2\xe9\xcd\xc8\x51\xee\xde\xa3\x1e\x6b\xfe\xb1\xf8\xb6" 151 "\x30\x53" /* SEQUENCE, offset 0, length 83 */ 154 "\xcb\xc8\x86\x0e\x66\x3c\xf7\x5a\x44\x13\xb8\xef\xea\x1d\x7b\xa6" 164 "\x30\x77" /* SEQUENCE, offset 0, length 119 */ 169 "\xa0\x0a" /* CONTEXT SPECIFIC 0, offset 39, length 10 */ [all …]
|
H A D | test-crypto-pbkdf.c | 105 "\x3f\x98\xd2\x03\xe6\xbe\x49\xa6" 134 "\x1b\x10\xe6\xa6\x87\x21\xbe\x61" 164 "\xb5\x24\xaf\x60\x12\x06\x2f\xe0\x37\xa6", 221 .key = "pass\0word", 223 .salt = "sa\0lt", 237 .nkey = 0, 289 "\x49\x33\x35\xa6\xc3\x83\xae\x23" 344 #if 0 367 return '0' + i; in hex() 378 for (i = 0; i < len; i++) { in hex_string() [all …]
|
/openbmc/linux/drivers/phy/samsung/ |
H A D | phy-exynos7-ufs.c | 10 #define EXYNOS7_EMBEDDED_COMBO_PHY_CTRL 0x720 11 #define EXYNOS7_EMBEDDED_COMBO_PHY_CTRL_MASK 0x1 12 #define EXYNOS7_EMBEDDED_COMBO_PHY_CTRL_EN BIT(0) 14 #define EXYNOS7_EMBEDDED_COMBO_PHY_CDR_LOCK_STATUS 0x5e 18 PHY_COMN_REG_CFG(0x00f, 0xfa, PWR_MODE_ANY), 19 PHY_COMN_REG_CFG(0x010, 0x82, PWR_MODE_ANY), 20 PHY_COMN_REG_CFG(0x011, 0x1e, PWR_MODE_ANY), 21 PHY_COMN_REG_CFG(0x017, 0x84, PWR_MODE_ANY), 22 PHY_TRSV_REG_CFG(0x035, 0x58, PWR_MODE_ANY), 23 PHY_TRSV_REG_CFG(0x036, 0x32, PWR_MODE_ANY), [all …]
|
/openbmc/linux/net/bluetooth/ |
H A D | selftest.c | 36 0xbd, 0x1a, 0x3c, 0xcd, 0xa6, 0xb8, 0x99, 0x58, 37 0x99, 0xb7, 0x40, 0xeb, 0x7b, 0x60, 0xff, 0x4a, 38 0x50, 0x3f, 0x10, 0xd2, 0xe3, 0xb3, 0xc9, 0x74, 39 0x38, 0x5f, 0xc5, 0xa3, 0xd4, 0xf6, 0x49, 0x3f, 42 0xfd, 0xc5, 0x7f, 0xf4, 0x49, 0xdd, 0x4f, 0x6b, 43 0xfb, 0x7c, 0x9d, 0xf1, 0xc2, 0x9a, 0xcb, 0x59, 44 0x2a, 0xe7, 0xd4, 0xee, 0xfb, 0xfc, 0x0a, 0x90, 45 0x9a, 0xbb, 0xf6, 0x32, 0x3d, 0x8b, 0x18, 0x55, 48 0xe6, 0x9d, 0x35, 0x0e, 0x48, 0x01, 0x03, 0xcc, 49 0xdb, 0xfd, 0xf4, 0xac, 0x11, 0x91, 0xf4, 0xef, [all …]
|
/openbmc/linux/include/linux/mfd/wm8350/ |
H A D | comparator.h | 15 #define WM8350_DIGITISER_CONTROL_1 0x90 16 #define WM8350_DIGITISER_CONTROL_2 0x91 17 #define WM8350_AUX1_READBACK 0x98 18 #define WM8350_AUX2_READBACK 0x99 19 #define WM8350_AUX3_READBACK 0x9A 20 #define WM8350_AUX4_READBACK 0x9B 21 #define WM8350_CHIP_TEMP_READBACK 0x9F 22 #define WM8350_GENERIC_COMPARATOR_CONTROL 0xA3 23 #define WM8350_GENERIC_COMPARATOR_1 0xA4 24 #define WM8350_GENERIC_COMPARATOR_2 0xA5 [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dahash_test.c | 20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 21 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 22 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 23 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 24 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, 25 0xe9, 0x70, 0x51, 0x8c, 0x7f, 0x95, 0x6f, 0x1a, 26 0x56, 0xa1, 0x5c, 0x27, 0x03, 0x67, 0x9f, 0x3a, 27 0xe2, 0x31, 0x11, 0x29, 0x6b, 0x98, 0xfc, 0xc4, 28 0x53, 0x24, 0xc5, 0x8b, 0xce, 0x47, 0xb2, 0xb9, 29 0x32, 0xcb, 0xc1, 0xd0, 0x03, 0x57, 0x4e, 0xd4, [all …]
|
/openbmc/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 …]
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_cpu.h | 54 signo = 0; in target_cpu_loop() 76 env->gpr[xA6], in target_cpu_loop() 78 0); in target_cpu_loop() 88 env->gpr[xA6], in target_cpu_loop() 97 if (ret >= 0) { in target_cpu_loop() 99 env->gpr[xT0] = 0; in target_cpu_loop() 121 "0x%x - aborting\n", trapnr); in target_cpu_loop() 122 cpu_dump_state(cs, stderr, 0); in target_cpu_loop() 140 env->gpr[xA0] = 0; in target_cpu_clone_regs() 141 env->gpr[xT0] = 0; in target_cpu_clone_regs()
|
/openbmc/linux/lib/ |
H A D | crc32test.c | 15 * There are various incantations of crc32(). Some use a seed of 0 or ~0. 16 * Some xor at the end with ~0. The generic crc32() function takes 19 * drivers/net/smc9194.c uses seed ~0, doesn't xor with ~0. 20 * fs/jffs2 uses seed 0, doesn't xor with ~0. 21 * fs/partitions/efi.c uses seed ~0, xor's with ~0. 36 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 37 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 38 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 39 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 40 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, [all …]
|
H A D | crc7.c | 18 0x00, 0x12, 0x24, 0x36, 0x48, 0x5a, 0x6c, 0x7e, 19 0x90, 0x82, 0xb4, 0xa6, 0xd8, 0xca, 0xfc, 0xee, 20 0x32, 0x20, 0x16, 0x04, 0x7a, 0x68, 0x5e, 0x4c, 21 0xa2, 0xb0, 0x86, 0x94, 0xea, 0xf8, 0xce, 0xdc, 22 0x64, 0x76, 0x40, 0x52, 0x2c, 0x3e, 0x08, 0x1a, 23 0xf4, 0xe6, 0xd0, 0xc2, 0xbc, 0xae, 0x98, 0x8a, 24 0x56, 0x44, 0x72, 0x60, 0x1e, 0x0c, 0x3a, 0x28, 25 0xc6, 0xd4, 0xe2, 0xf0, 0x8e, 0x9c, 0xaa, 0xb8, 26 0xc8, 0xda, 0xec, 0xfe, 0x80, 0x92, 0xa4, 0xb6, 27 0x58, 0x4a, 0x7c, 0x6e, 0x10, 0x02, 0x34, 0x26, [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | m88ds3103_priv.h | 23 #define M88RS6000_CHIP_ID 0x74 24 #define M88DS3103_CHIP_ID 0x70 26 #define M88DS3103_CHIPTYPE_3103 0 60 {0x23, 0x07}, 61 {0x08, 0x03}, 62 {0x0c, 0x02}, 63 {0x21, 0x54}, 64 {0x25, 0x8a}, 65 {0x27, 0x31}, 66 {0x30, 0x08}, [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/westmereex/ |
H A D | frontend.json | 4 "EventCode": "0xD0", 7 "UMask": "0x1" 11 "EventCode": "0xA6", 14 "UMask": "0x1" 18 "EventCode": "0x19", 21 "UMask": "0x1"
|