| /kernel/linux/linux-5.10/crypto/ |
| D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 209 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53" 224 "\x84\xEE\x6A\x64\x9D\x06\x09\x53\x74\x88\x34\xB2\x45\x45\x98\x39" 232 "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69" 233 "\xD6\x87\x0D\xA2\xC0\x82\xA9\x39\xE3\x7F\xDC\xB8\x2E\xC9\x3E\xDA" 248 "\xed\xa3\x6b\xc9\x29\xee\xb2\x2c\x80\xc3\x39\x3b\x8c\x62\x45\x72" 391 "\x95\x71\xFD\xB6\x86\x39\xB8\x8B\xF8\x91\x7F\x38\xAA\x14\xCD\xE5" 401 "\xA8\xF2\x1F\xEA\xDF\x3A\x37\x2D\xE5\x39\x39\xF8\x57\x58\x3C\x04" 420 "\xCE\x27\x71\x5E\x1C\xCF\xD2\x30\x65\x79\x72\x2F\x9C\xE1\xD2\x39" [all …]
|
| /kernel/linux/linux-6.6/crypto/ |
| 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 224 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53" 239 "\x84\xEE\x6A\x64\x9D\x06\x09\x53\x74\x88\x34\xB2\x45\x45\x98\x39" 247 "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69" 248 "\xD6\x87\x0D\xA2\xC0\x82\xA9\x39\xE3\x7F\xDC\xB8\x2E\xC9\x3E\xDA" 258 "\x2D\x5B\x25\x21\x76\x45\x9D\x1F\x39\x75\x41\xBA\x2A\x58\xFB\x65" 275 "\x1B\x99\xA4\x95\x84\x98\x07\xFE\x39\xF9\x24\x5A\x98\x36\xDA\x3D" 278 "\xB3\x80\xF2\x71\xF7\x34\x53\x88\x50\x93\x07\x7F\xCD\x39\xE2\x11" 280 "\x9E\x2E\x0F\x96\x56\xE6\x98\xEA\x36\x66\xED\xFB\x25\x79\x80\x39" [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| 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() 215 "\xba\x63\x7b\x39\x1a\xaf\xd2\x55"; 224 "\x1b\xa3\x0b\x39\x6a\x0a\xac\x97" 237 "\xba\x63\x7b\x39"; 246 "\x1b\xa3\x0b\x39\x6a\x0a\xac\x97" 258 "\x2f\xf5\x8d\x80\x03\x39\x27\xab" 269 "\xba\x63\x7b\x39\x1a\xaf\xd2\x55"; [all …]
|
| D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() [all …]
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | stv0900_init.h | 24 { 0, 11101 }, /*C/N=-0dB*/ 83 { -5, 0xCAA1 }, /*-5dBm*/ 84 { -10, 0xC229 }, /*-10dBm*/ 85 { -15, 0xBB08 }, /*-15dBm*/ 86 { -20, 0xB4BC }, /*-20dBm*/ 87 { -25, 0xAD5A }, /*-25dBm*/ 88 { -30, 0xA298 }, /*-30dBm*/ 89 { -35, 0x98A8 }, /*-35dBm*/ 90 { -40, 0x8389 }, /*-40dBm*/ 91 { -45, 0x59BE }, /*-45dBm*/ [all …]
|
| D | rtl2832_priv.h | 242 {DVBT_DAGC_TRG_VAL, 0x39}, 243 {DVBT_AGC_TARG_VAL_0, 0x0}, 244 {DVBT_AGC_TARG_VAL_8_1, 0x5a}, 245 {DVBT_AAGC_LOOP_GAIN, 0x16}, 246 {DVBT_LOOP_GAIN2_3_0, 0x6}, 247 {DVBT_LOOP_GAIN2_4, 0x1}, 248 {DVBT_LOOP_GAIN3, 0x16}, 249 {DVBT_VTOP1, 0x35}, 250 {DVBT_VTOP2, 0x21}, 251 {DVBT_VTOP3, 0x21}, [all …]
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | stv0900_init.h | 24 { 0, 11101 }, /*C/N=-0dB*/ 83 { -5, 0xCAA1 }, /*-5dBm*/ 84 { -10, 0xC229 }, /*-10dBm*/ 85 { -15, 0xBB08 }, /*-15dBm*/ 86 { -20, 0xB4BC }, /*-20dBm*/ 87 { -25, 0xAD5A }, /*-25dBm*/ 88 { -30, 0xA298 }, /*-30dBm*/ 89 { -35, 0x98A8 }, /*-35dBm*/ 90 { -40, 0x8389 }, /*-40dBm*/ 91 { -45, 0x59BE }, /*-45dBm*/ [all …]
|
| D | rtl2832_priv.h | 242 {DVBT_DAGC_TRG_VAL, 0x39}, 243 {DVBT_AGC_TARG_VAL_0, 0x0}, 244 {DVBT_AGC_TARG_VAL_8_1, 0x5a}, 245 {DVBT_AAGC_LOOP_GAIN, 0x16}, 246 {DVBT_LOOP_GAIN2_3_0, 0x6}, 247 {DVBT_LOOP_GAIN2_4, 0x1}, 248 {DVBT_LOOP_GAIN3, 0x16}, 249 {DVBT_VTOP1, 0x35}, 250 {DVBT_VTOP2, 0x21}, 251 {DVBT_VTOP3, 0x21}, [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/accel/ |
| D | adxl313_i2c.c | 23 .max_register = 0x39, 30 .max_register = 0x39, 37 .max_register = 0x39,
|
| D | adxl313_spi.c | 24 .max_register = 0x39, 33 .max_register = 0x39, 42 .max_register = 0x39,
|
| /kernel/linux/linux-5.10/drivers/net/phy/ |
| D | bcm-phy-lib.h | 15 #define DSP_TAP10 MISC_ADDR(0x0a, 0) 16 #define PLL_PLLCTRL_1 MISC_ADDR(0x32, 1) 17 #define PLL_PLLCTRL_2 MISC_ADDR(0x32, 2) 18 #define PLL_PLLCTRL_4 MISC_ADDR(0x33, 0) 20 #define AFE_RXCONFIG_0 MISC_ADDR(0x38, 0) 21 #define AFE_RXCONFIG_1 MISC_ADDR(0x38, 1) 22 #define AFE_RXCONFIG_2 MISC_ADDR(0x38, 2) 23 #define AFE_RX_LP_COUNTER MISC_ADDR(0x38, 3) 24 #define AFE_TX_CONFIG MISC_ADDR(0x39, 0) 25 #define AFE_VDCA_ICTRL_0 MISC_ADDR(0x39, 1) [all …]
|
| /kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
| D | selftest.c | 48 "\xa3\xbf\x4a\x39\x4f\xd7\x0a\xe9\x38\xb3\xf5\x94\x14\x4e\xdd\xf7" 100 "\x8c\x24\x6c\xbf\x0f\x5d\x37\x39\xcf\x45\xc1\x93\x3a\xd2\xed\x5c" 111 "\x02\xfc\x9e\x5f\x56\x42\x39\x05\xb3" 145 "\x23\x99\xcf\x7d\x20\xb2\x39\x01\xc0\x12\xce\xd7\x5d\x2f\xb6\xab" 163 "\x1e\x3a\x63\xb8\x39\x8e\x8e\x62\xd5\xd2\xb4\xcd\xff\x46\xfc\x8e" 165 "\xa7\x4a\x7e\x62\x1d\xc4\x50\x39\x35\x4e\x28\xcb\x4a\xfb\x9d\xdb" 168 "\x77\x55\x3c\x6f\x0c\x32\xd3\x8c\x44\x39\x71\x25\xfe\x96\xd2" 199 if (ret < 0) in fips_signature_selftest() 202 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest() 213 if (ret < 0) in fips_signature_selftest() [all …]
|
| /kernel/linux/linux-6.6/net/wireless/certs/ |
| D | sforshee.hex | 2 0x30, 0x82, 0x02, 0xa4, 0x30, 0x82, 0x01, 0x8c, 3 0x02, 0x09, 0x00, 0xb2, 0x8d, 0xdf, 0x47, 0xae, 4 0xf9, 0xce, 0xa7, 0x30, 0x0d, 0x06, 0x09, 0x2a, 5 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 6 0x05, 0x00, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f, 7 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x08, 0x73, 8 0x66, 0x6f, 0x72, 0x73, 0x68, 0x65, 0x65, 0x30, 9 0x20, 0x17, 0x0d, 0x31, 0x37, 0x31, 0x30, 0x30, 10 0x36, 0x31, 0x39, 0x34, 0x30, 0x33, 0x35, 0x5a, 11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39, [all …]
|
| /kernel/linux/linux-5.10/net/wireless/certs/ |
| D | sforshee.hex | 2 0x30, 0x82, 0x02, 0xa4, 0x30, 0x82, 0x01, 0x8c, 3 0x02, 0x09, 0x00, 0xb2, 0x8d, 0xdf, 0x47, 0xae, 4 0xf9, 0xce, 0xa7, 0x30, 0x0d, 0x06, 0x09, 0x2a, 5 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b, 6 0x05, 0x00, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f, 7 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x08, 0x73, 8 0x66, 0x6f, 0x72, 0x73, 0x68, 0x65, 0x65, 0x30, 9 0x20, 0x17, 0x0d, 0x31, 0x37, 0x31, 0x30, 0x30, 10 0x36, 0x31, 0x39, 0x34, 0x30, 0x33, 0x35, 0x5a, 11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39, [all …]
|
| /kernel/linux/linux-6.6/drivers/net/phy/ |
| D | bcm-phy-lib.h | 18 #define DSP_TAP10 MISC_ADDR(0x0a, 0) 19 #define PLL_PLLCTRL_1 MISC_ADDR(0x32, 1) 20 #define PLL_PLLCTRL_2 MISC_ADDR(0x32, 2) 21 #define PLL_PLLCTRL_4 MISC_ADDR(0x33, 0) 23 #define AFE_RXCONFIG_0 MISC_ADDR(0x38, 0) 24 #define AFE_RXCONFIG_1 MISC_ADDR(0x38, 1) 25 #define AFE_RXCONFIG_2 MISC_ADDR(0x38, 2) 26 #define AFE_RX_LP_COUNTER MISC_ADDR(0x38, 3) 27 #define AFE_TX_CONFIG MISC_ADDR(0x39, 0) 28 #define AFE_VDCA_ICTRL_0 MISC_ADDR(0x39, 1) [all …]
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | sii9234.txt | 5 - reg : I2C address for TPI interface, use 0x39 14 - port@0 - MHL to HDMI 23 reg = <0x39>; 34 #size-cells = <0>; 36 port@0 { 37 reg = <0>;
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | wm8978.h | 14 #define WM8978_RESET 0x00 15 #define WM8978_POWER_MANAGEMENT_1 0x01 16 #define WM8978_POWER_MANAGEMENT_2 0x02 17 #define WM8978_POWER_MANAGEMENT_3 0x03 18 #define WM8978_AUDIO_INTERFACE 0x04 19 #define WM8978_COMPANDING_CONTROL 0x05 20 #define WM8978_CLOCKING 0x06 21 #define WM8978_ADDITIONAL_CONTROL 0x07 22 #define WM8978_GPIO_CONTROL 0x08 23 #define WM8978_JACK_DETECT_CONTROL_1 0x09 [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | wm8978.h | 14 #define WM8978_RESET 0x00 15 #define WM8978_POWER_MANAGEMENT_1 0x01 16 #define WM8978_POWER_MANAGEMENT_2 0x02 17 #define WM8978_POWER_MANAGEMENT_3 0x03 18 #define WM8978_AUDIO_INTERFACE 0x04 19 #define WM8978_COMPANDING_CONTROL 0x05 20 #define WM8978_CLOCKING 0x06 21 #define WM8978_ADDITIONAL_CONTROL 0x07 22 #define WM8978_GPIO_CONTROL 0x08 23 #define WM8978_JACK_DETECT_CONTROL_1 0x09 [all …]
|
| /kernel/linux/linux-5.10/drivers/phy/samsung/ |
| D | phy-exynos-pcie.c | 24 #define PCIE_PHY_GLOBAL_RESET 0x000 25 #define PCIE_PHY_COMMON_RESET 0x004 26 #define PCIE_PHY_CMN_REG 0x008 27 #define PCIE_PHY_MAC_RESET 0x00c 28 #define PCIE_PHY_PLL_LOCKED 0x010 29 #define PCIE_PHY_TRSVREG_RESET 0x020 30 #define PCIE_PHY_TRSV_RESET 0x024 33 #define PCIE_PHY_IMPEDANCE 0x004 34 #define PCIE_PHY_PLL_DIV_0 0x008 35 #define PCIE_PHY_PLL_BIAS 0x00c [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | veml6070.c | 7 * IIO driver for VEML6070 (7-bit I2C slave addresses 0x38 and 0x39) 23 #define VEML6070_ADDR_CONFIG_DATA_MSB 0x38 /* read: MSB data, write: config */ 24 #define VEML6070_ADDR_DATA_LSB 0x39 /* LSB data */ 29 #define VEML6070_COMMAND_SD BIT(0) /* shutdown mode when set */ 31 #define VEML6070_IT_10 0x04 /* integration time 1x */ 50 if (ret < 0) in veml6070_read() 55 ret = i2c_smbus_read_byte(data->client2); /* read MSB, address 0x39 */ in veml6070_read() 56 if (ret < 0) in veml6070_read() 60 ret = i2c_smbus_read_byte(data->client1); /* read LSB, address 0x38 */ in veml6070_read() 61 if (ret < 0) in veml6070_read() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/light/ |
| D | veml6070.c | 7 * IIO driver for VEML6070 (7-bit I2C slave addresses 0x38 and 0x39) 23 #define VEML6070_ADDR_CONFIG_DATA_MSB 0x38 /* read: MSB data, write: config */ 24 #define VEML6070_ADDR_DATA_LSB 0x39 /* LSB data */ 29 #define VEML6070_COMMAND_SD BIT(0) /* shutdown mode when set */ 31 #define VEML6070_IT_10 0x04 /* integration time 1x */ 50 if (ret < 0) in veml6070_read() 55 ret = i2c_smbus_read_byte(data->client2); /* read MSB, address 0x39 */ in veml6070_read() 56 if (ret < 0) in veml6070_read() 60 ret = i2c_smbus_read_byte(data->client1); /* read LSB, address 0x38 */ in veml6070_read() 61 if (ret < 0) in veml6070_read() [all …]
|
| /kernel/linux/linux-6.6/sound/drivers/opl4/ |
| D | yrw801.c | 40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect() 43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect() 44 if (buf[0] != 0x01) in snd_yrw801_detect() 46 snd_printdd("YRW801 ROM version %02x.%02x\n", buf[0], buf[1]); in snd_yrw801_detect() 47 return 0; in snd_yrw801_detect() 58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}}, 59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}}, [all …]
|
| /kernel/linux/linux-5.10/sound/drivers/opl4/ |
| D | yrw801.c | 40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect() 43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect() 44 if (buf[0] != 0x01) in snd_yrw801_detect() 46 snd_printdd("YRW801 ROM version %02x.%02x\n", buf[0], buf[1]); in snd_yrw801_detect() 47 return 0; in snd_yrw801_detect() 58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}}, 59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}}, [all …]
|