/linux/lib/crypto/s390/ |
H A D | chacha-s390.S | 20 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 # endian-neutral 21 .long 1,0,0,0 22 .long 2,0,0,0 23 .long 3,0,0,0 24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap 26 .long 0,1,2,3 27 .long 0x61707865,0x61707865,0x61707865,0x61707865 # smashed sigma 28 .long 0x3320646e,0x3320646e,0x3320646e,0x3320646e 29 .long 0x79622d32,0x79622d32,0x79622d32,0x79622d32 30 .long 0x6b206574,0x6b206574,0x6b206574,0x6b206574 [all …]
|
/linux/crypto/ |
H A D | testmgr.h | 34 * @ksize: Length of @key in bytes (0 if no key) 101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 210 "\x00\xD8\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5" 221 "\x00\x8E\x3C\x05\x21\xFE\x15\xE0\xEA\x06\xA3\x6F\xF0\xF1\x0C\x99" 245 "\x7F\xAF\xB8\xE0\xA3\xDF\xC7\x37\x72\x3E\xE6\xB4\xB7\xD9\x3A\x25" 270 "\x86\x98\x40\xB4\x16\x66\xB4\x2E\x92\xEA\x0D\xA3\xB4\x32\x04\xB5" 293 "\xed\xa3\x6b\xc9\x29\xee\xb2\x2c\x80\xc3\x39\x3b\x8c\x62\x45\x72" 298 "\xcc\x5e\xa4\x6c\xc3\x4d\x28\xef\xda\xaf\xec\x14\x92\xfc\xa3\x75" 305 "\x30\x82\x04\xA3" /* sequence of 1187 bytes */ 308 "\xDB\x10\x1A\xC2\xA3\xF1\xDC\xFF\x13\x6B\xED\x44\xDF\xF0\x02\x6D" [all …]
|
H A D | hkdf.c | 41 * Returns 0 on success with the pseudorandom key stored in @prk, 71 * Returns 0 on success with output keying material stored in @okm, 90 for (i = 0; i < okmlen; i += hashlen) { in hkdf_expand() 122 err = 0; in hkdf_expand() 181 "\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf", 195 "\xda\x32\x75\x60\x0c\x2f\x09\xb8\x36\x77\x93\xa9\xac\xa3\xdb\x71" 205 .salt_size = 0, 207 .info_size = 0, 208 .prk = "\x19\xef\x24\xa3\x2c\x71\x7b\x16\x7f\x33\xa9\x1d\x6f\x64\x8b\xdf" 239 .info_size = 0, [all …]
|
/linux/lib/crypto/ |
H A D | aescfb.c | 47 while (len > 0) { in aescfb_encrypt() 75 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt() 77 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt() 127 "\x30\xc8\x1c\x46\xa3\x5c\xe4\x11" 135 "\x26\x75\x1f\x67\xa3\xcb\xb1\x40" 151 "\x30\xc8\x1c\x46\xa3\x5c\xe4\x11" 168 "\x2d\x98\x10\xa3\x09\x14\xdf\xf4", 176 "\x30\xc8\x1c\x46\xa3\x5c\xe4\x11" 186 "\x75\xa3\x85\x74\x1a\xb9\xce\xf8" 216 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init() [all …]
|
H A D | aesgcm.c | 42 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 59 return 0; in aesgcm_expandkey() 66 while (len > 0) { in aesgcm_ghash() 113 while (len > 0) { in aesgcm_crypt() 214 "\x03\x88\xda\xce\x60\xb6\xa3\x92" 236 "\x1b\xa3\x0b\x39\x6a\x0a\xac\x97" 258 "\x1b\xa3\x0b\x39\x6a\x0a\xac\x97" 317 "\xf4\x7f\x37\xa3\x2a\x84\x42\x7d" 339 "\xf4\x7f\x37\xa3\x2a\x84\x42\x7d" 403 "\xed\x2b\x2e\xa3\xf7\x44\xb2\xe7" [all …]
|
H A D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x4 [all...] |
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 25 rtlpriv->btcoexist.cstate = 0; in rtl8723e_dm_bt_turn_off_bt_coexist_before_enter_lps() 26 rtlpriv->btcoexist.previous_state = 0; in rtl8723e_dm_bt_turn_off_bt_coexist_before_enter_lps() 27 rtlpriv->btcoexist.cstate_h = 0; in rtl8723e_dm_bt_turn_off_bt_coexist_before_enter_lps() 28 rtlpriv->btcoexist.previous_state_h = 0; in rtl8723e_dm_bt_turn_off_bt_coexist_before_enter_lps() 38 u8 bibss = (mac->opmode == NL80211_IFTYPE_ADHOC) ? 1 : 0; in mgnt_link_status_query() 50 u8 h2c_parameter[3] = {0}; in rtl_8723e_bt_wifi_media_status_notify() 57 h2c_parameter[0] = 0x1; /* 0: disconnected, 1:connected */ in rtl_8723e_bt_wifi_media_status_notify() 59 h2c_parameter[0] = 0x0; in rtl_8723e_bt_wifi_media_status_notify() 67 h2c_parameter[2] = 0x30; in rtl_8723e_bt_wifi_media_status_notify() 69 h2c_parameter[2] = 0x20; in rtl_8723e_bt_wifi_media_status_notify() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 7 "EventCode": "0x14", 11 "UMask": "0x4" 15 "Counter": "0,1,2,3", 16 "EventCode": "0x14", 20 "UMask": "0x1" 24 "Counter": "0,1,2,3", 25 "EventCode": "0x88", 29 "UMask": "0xff" 33 "Counter": "0,1,2,3", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 7 "EventCode": "0x14", 11 "UMask": "0x4" 15 "Counter": "0,1,2,3", 16 "EventCode": "0x14", 20 "UMask": "0x1" 24 "Counter": "0,1,2,3", 25 "EventCode": "0x88", 29 "UMask": "0xff" 33 "Counter": "0,1,2,3", [all …]
|
/linux/fs/unicode/ |
H A D | utf8data.c_shipped | 8 0, 9 0x10100, 10 0x20000, 11 0x20100, 12 0x30000, 13 0x30100, 14 0x30200, 15 0x40000, 16 0x40100, 17 0x50000, [all …]
|
/linux/lib/crypto/tests/ |
H A D | sha224-testvecs.h | 9 .data_len = 0, 11 0xd1, 0x4a, 0x02, 0x8c, 0x2a, 0x3a, 0x2b, 0xc9, 12 0x47, 0x61, 0x02, 0xbb, 0x28, 0x82, 0x34, 0xc4, 13 0x15, 0xa2, 0xb0, 0x1f, 0x82, 0x8e, 0xa6, 0x2a, 14 0xc5, 0xb3, 0xe4, 0x2f, 20 0xe3, 0x4d, 0x79, 0x17, 0x75, 0x35, 0xdc, 0xd2, 21 0x27, 0xc9, 0x9d, 0x0b, 0x90, 0x0f, 0x21, 0x5d, 22 0x95, 0xfb, 0x9c, 0x6d, 0xa8, 0xec, 0x19, 0x15, 23 0x12, 0xef, 0xf5, 0x0f, 29 0x81, 0xc7, 0x60, 0x0d, 0x6d, 0x13, 0x75, 0x70, [all …]
|
H A D | curve25519_kunit.c | 18 .private = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, 0x7d, 19 0x3c, 0x16, 0xc1, 0x72, 0x51, 0xb2, 0x66, 0x45, 20 0xdf, 0x4c, 0x2f, 0x87, 0xeb, 0xc0, 0x99, 0x2a, 21 0xb1, 0x77, 0xfb, 0xa5, 0x1d, 0xb9, 0x2c, 0x2a }, 22 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 23 0xd3, 0x5b, 0x61, 0xc2, 0xec, 0xe4, 0x35, 0x37, 24 0x3f, 0x83, 0x43, 0xc8, 0x5b, 0x78, 0x67, 0x4d, 25 0xad, 0xfc, 0x7e, 0x14, 0x6f, 0x88, 0x2b, 0x4f }, 26 .result = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, 0xe1, 27 0x72, 0x8e, 0x3b, 0xf4, 0x80, 0x35, 0x0f, 0x25, [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwell/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x14", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0x88", 18 "UMask": "0xff" 22 "Counter": "0,1,2,3", 23 "EventCode": "0x88", 27 "UMask": "0xc1" 31 "Counter": "0, 2 { global() object [all...] |
/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x14", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0x88", 18 "UMask": "0xff" 22 "Counter": "0,1,2,3", 23 "EventCode": "0x88", 27 "UMask": "0xc1" 31 "Counter": "0, 2 { global() object [all...] |
/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | pipeline.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x14", 9 "UMask": "0x1" 13 "Counter": "0,1,2,3", 14 "EventCode": "0x88", 18 "UMask": "0xff" 22 "Counter": "0,1,2,3", 23 "EventCode": "0x88", 27 "UMask": "0xc1" 31 "Counter": "0, 2 { global() object [all...] |
/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 …]
|
/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 …]
|
/linux/include/linux/mfd/ |
H A D | tc3589x.h | 12 TC3589x_BLOCK_GPIO = 1 << 0, 20 #define TC3589x_RSTCTRL_GPIRST (1 << 0) 23 #define TC3589x_DKBDMSK_EINT (1 << 0) 26 #define TC3589x_KBDSETTLE_REG 0x01 27 #define TC3589x_KBDBOUNCE 0x02 28 #define TC3589x_KBDSIZE 0x03 29 #define TC3589x_KBCFG_LSB 0x04 30 #define TC3589x_KBCFG_MSB 0x05 31 #define TC3589x_KBDIC 0x08 32 #define TC3589x_KBDMSK 0x09 [all …]
|
/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 …]
|
/linux/fs/nls/ |
H A D | nls_cp949.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x0000,0xAC02,0xAC03,0xAC05,0xAC06,0xAC0B,0xAC0C,0xAC0D,/* 0x40-0x47 */ 26 0xAC0E,0xAC0F,0xAC18,0xAC1E,0xAC1F,0xAC21,0xAC22,0xAC23,/* 0x48-0x4F */ [all …]
|
H A D | nls_cp950.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x3000,0xFF0C,0x3001,0x3002,0xFF0E,0x2027,0xFF1B,0xFF1A,/* 0x40-0x47 */ 26 0xFF1F,0xFF01,0xFE30,0x2026,0x2025,0xFE50,0xFE51,0xFE52,/* 0x48-0x4F */ [all …]
|
H A D | nls_cp936.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */ 26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */ [all …]
|
/linux/drivers/rtc/ |
H A D | rtc-ds1216.c | 35 0xc5, 0x3a, 0xa3, 0x5c, 0xc5, 0x3a, 0xa3, 0x5c 48 for (i = 0; i < 8; i++) { in ds1216_read() 49 c = 0; in ds1216_read() 50 for (j = 0; j < 8; j++) in ds1216_read() 51 c |= (readb(ioaddr) & 0x1) << j; in ds1216_read() 61 for (i = 0; i < 8; i++) { in ds1216_write() 63 for (j = 0; j < 8; j++) { in ds1216_write() 90 tm->tm_hour = bcd2bin(regs.hour & 0x1f); in ds1216_rtc_read_time() 94 tm->tm_hour = bcd2bin(regs.hour & 0x3f); in ds1216_rtc_read_time() 96 tm->tm_mday = bcd2bin(regs.mday & 0x3f); in ds1216_rtc_read_time() [all …]
|
/linux/drivers/media/usb/gspca/ |
H A D | topro.c | 22 0xff, 0xd8, /* jpeg */ 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 26 0, 28 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e, 29 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28, 30 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25, 31 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33, 32 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44, 33 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57, 34 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71, [all …]
|
/linux/drivers/video/fbdev/sis/ |
H A D | init.h | 70 static const unsigned short ModeIndex_320x200[] = {0x59, 0x41, 0x00, 0x4f}; 71 static const unsigned short ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53}; 72 static const unsigned short ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */ 73 static const unsigned short ModeIndex_400x300[] = {0x51, 0x57, 0x00, 0x54}; 74 static const unsigned short ModeIndex_512x384[] = {0x52, 0x58, 0x00, 0x5c}; 75 static const unsigned short ModeIndex_640x400[] = {0x2f, 0x5d, 0x00, 0x5e}; 76 static const unsigned short ModeIndex_640x480[] = {0x2e, 0x44, 0x00, 0x62}; 77 static const unsigned short ModeIndex_720x480[] = {0x31, 0x33, 0x00, 0x35}; 78 static const unsigned short ModeIndex_720x576[] = {0x32, 0x34, 0x00, 0x36}; 79 static const unsigned short ModeIndex_768x576[] = {0x5f, 0x60, 0x00, 0x61}; [all …]
|