Home
last modified time | relevance | path

Searched +full:0 +full:x4b (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/linux-6.12.1/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
225 "\x9f\x6e\xbd\x4c\x55\x84\x0c\x9b\xcf\x1a\x4b\x51\x1e\x9e\x0c\x06",
252 "\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3"
327 "\x19\xB8\x73\xA2\xAC\x4B\x1E\x66\x48\xD8\x72\x1F\xAC\xF6\xCB\xBC"
349 "\x09\xA6\x39\x3A\xEA\xA8\xB4\x45\x4B\x36\x10\x4C\xE4\x00\x66\x71"
357 "\x3E\xDB\xA7\x9B\x82\xBB\x73\x81\xFC\xE8\x77\x4B\x15\xBE\x17\x73"
380 "\x1A\xD3\x73\x58\x4B\xD8\xA0\x54\x25\x48\x83\x6F\x82\x6C\xAF\x36"
464 "\xDD\x4B\xB2\xE7\x20\x0A\x57\xF9\xB4\x94\xC3\x08\x33\x22\x6F\x8B"
498 "\x4B\x5B\x01\xAD\x35\xF9\x48\x53\xB3\x86\x35\x66\xD7\xE7\x29\xC0"
[all …]
Ddh.c27 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, &params) < 0) in dh_set_secret()
83 if (dh_set_params(ctx, &params) < 0) in dh_set_secret()
90 return 0; in dh_set_secret()
113 return 0; in dh_is_pubkey_valid()
126 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid()
134 val = mpi_alloc(0); in dh_is_pubkey_valid()
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/emeraldrapids/
Duncore-cxl.json4 "Counter": "0,1,2,3,4,5,6,7",
5 "EventCode": "0x01",
8 "UMask": "0x2",
12 "BriefDescription": "Number of Allocation to Mem Rxx AGF 0",
14 "EventCode": "0x43",
18 "UMask": "0x8",
24 "EventCode": "0x43",
28 "UMask": "0x1",
34 "EventCode": "0x43",
38 "UMask": "0x2",
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sapphirerapids/
Duncore-cxl.json4 "Counter": "0,1,2,3,4,5,6,7",
5 "EventCode": "0x01",
8 "UMask": "0x2",
12 "BriefDescription": "Number of Allocation to Mem Rxx AGF 0",
14 "EventCode": "0x43",
18 "UMask": "0x8",
24 "EventCode": "0x43",
28 "UMask": "0x1",
34 "EventCode": "0x43",
38 "UMask": "0x2",
[all …]
/linux-6.12.1/drivers/staging/fbtft/
Dfb_hx8357d.c34 write_reg(par, HX8357D_SETC, 0xFF, 0x83, 0x57); in init_display()
38 write_reg(par, HX8357_SETRGB, 0x00, 0x00, 0x06, 0x06); in init_display()
41 write_reg(par, HX8357D_SETCOM, 0x25); in init_display()
44 write_reg(par, HX8357_SETOSC, 0x68); in init_display()
47 write_reg(par, HX8357_SETPANEL, 0x05); in init_display()
50 0x00, /* Not deep standby */ in init_display()
51 0x15, /* BT */ in init_display()
52 0x1C, /* VSPR */ in init_display()
53 0x1C, /* VSNR */ in init_display()
54 0x83, /* AP */ in init_display()
[all …]
/linux-6.12.1/arch/sparc/kernel/
Dtraps_64.c55 /* When an irrecoverable trap occurs at tl > 0, the trap entry
74 printk(KERN_EMERG "TRAPLOG: Error at trap level 0x%lx, " in dump_tl1_traplog()
78 for (i = 0; i < limit; i++) { in dump_tl1_traplog()
94 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap()
97 if (lvl < 0x100) { in bad_trap()
102 lvl -= 0x100; in bad_trap()
108 regs->tpc &= 0xffffffff; in bad_trap()
109 regs->tnpc &= 0xffffffff; in bad_trap()
120 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap_tl1()
125 sprintf (buffer, "Bad trap %lx at tl>0", lvl); in bad_trap_tl1()
[all …]
/linux-6.12.1/drivers/media/pci/saa7134/
Dsaa7134-dvb.c65 MODULE_PARM_DESC(use_frontend,"for cards with multiple frontends (0: terrestrial, 1: satellite)");
80 return 0; in pinnacle_antenna_pwr()
102 static u8 clock_config [] = { CLOCK_CTL, 0x3d, 0x28 }; in mt352_pinnacle_init()
103 static u8 reset [] = { RESET, 0x80 }; in mt352_pinnacle_init()
104 static u8 adc_ctl_1_cfg [] = { ADC_CTL_1, 0x40 }; in mt352_pinnacle_init()
105 static u8 agc_cfg [] = { AGC_TARGET, 0x28, 0xa0 }; in mt352_pinnacle_init()
106 static u8 capt_range_cfg[] = { CAPT_RANGE, 0x31 }; in mt352_pinnacle_init()
107 static u8 fsm_ctl_cfg[] = { 0x7b, 0x04 }; in mt352_pinnacle_init()
108 static u8 gpp_ctl_cfg [] = { GPP_CTL, 0x0f }; in mt352_pinnacle_init()
109 static u8 scan_ctl_cfg [] = { SCAN_CTL, 0x0d }; in mt352_pinnacle_init()
[all …]
/linux-6.12.1/drivers/gpu/drm/tiny/
Dhx8357d.c29 #define HX8357D_SETOSC 0xb0
30 #define HX8357D_SETPOWER 0xb1
31 #define HX8357D_SETRGB 0xb3
32 #define HX8357D_SETCYC 0xb3
33 #define HX8357D_SETCOM 0xb6
34 #define HX8357D_SETEXTC 0xb9
35 #define HX8357D_SETSTBA 0xc0
36 #define HX8357D_SETPANEL 0xcc
37 #define HX8357D_SETGAMMA 0xe0
39 #define HX8357D_MADCTL_MY 0x80
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen1/
Dmemory.json4 "EventCode": "0x25",
6 "UMask": "0x01"
10 "EventCode": "0x29",
12 "UMask": "0x04"
16 "EventCode": "0x29",
18 "UMask": "0x02"
22 "EventCode": "0x29",
24 "UMask": "0x01"
28 "EventCode": "0x35",
33 "EventCode": "0x40",
[all …]
/linux-6.12.1/arch/arm/boot/dts/aspeed/
Daspeed-bmc-facebook-minerva.dts36 reg = <0x80000000 0x80000000>;
41 io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>, <&adc0 3>,
49 led-0 {
84 #size-cells = <0>;
90 cs-gpios = <&gpio0 ASPEED_GPIO(Z, 0) GPIO_ACTIVE_LOW>;
92 tpm@0 {
95 reg = <0>;
107 pinctrl-0 = <&pinctrl_wdtrst1_default>;
119 pinctrl-0 = <&pinctrl_rmii4_default>;
132 flash@0 {
[all …]
/linux-6.12.1/lib/crypto/
Daesgcm.c43 * 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()
114 while (len > 0) { in aesgcm_crypt()
232 "\x4b\x72\x21\xb7\x84\xd0\xd4\x9c"
254 "\x4b\x72\x21\xb7\x84\xd0\xd4\x9c"
265 "\xcd\x33\xb2\x8a\xc7\x73\xf7\x4b"
419 "\x23\x27\x5b\x8b\x4b\xa5\x64\x97"
474 "\x20\x93\x6c\x4b\x37\x99\xb8\x23"
481 "\x9f\x00\x4b\x0c\x4b\xf7\x5f\xe0"
[all …]
Daescfb.c48 while (len > 0) { in aescfb_encrypt()
76 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
78 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt()
138 "\xc0\x4b\x05\x35\x7c\x5d\x1c\x0e"
163 "\x42\xae\x8f\xba\x58\x4b\x09\xff",
181 .ctext = "\xdc\x7e\x84\xbf\xda\x79\x16\x4b"
185 "\xdf\x10\x13\x24\x15\xe5\x4b\x92"
217 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init()
249 return 0; in libaescfb_init()
Dblake2s-selftest.c28 * for (i = 0; i < len; i++) {
29 * if (i && (i % 12) == 0)
31 * printf("0x%02x, ", vec[i]);
43 * key[0] = key[1] = 1;
47 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i)
52 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) {
62 * return 0;
66 { 0xa1, },
67 { 0x7c, 0x89, },
68 { 0x74, 0x0e, 0xd4, },
[all …]
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.c31 * - On context save, NVIDIA set 0x400314 bit 0 to 1 if the "3D state"
35 * opcode 0x60000d is called before resuming normal operation.
37 * checks: ((nsource & 0x0857) || (0x400718 & 0x0100) || (intr & 0x0001))
38 * and calls 0x60000d before resuming normal operation.
40 * and if true 0x800001 is called with count=0, pos=0, the flag is cleared
44 * flag 10. If it's set, they only transfer the small 0x300 byte block
50 * - There's a number of places where context offset 0 (where we place
51 * the PRAMIN offset of the context) is loaded into either 0x408000,
52 * 0x408004 or 0x408008. Not sure what's up there either.
53 * - The ctxprogs for some cards save 0x400a00 again during the cleanup
[all …]
/linux-6.12.1/Documentation/hwmon/
Dtmp464.rst12 Addresses scanned: I2C 0x48, 0x49, 0x4a and 0x4b
20 Addresses scanned: I2C 0x48, 0x49, 0x4a and 0x4b
Dw83793.rst10 Addresses scanned: I2C 0x2c - 0x2f
23 (default 0)
30 a certain chip. Typical usage is `force_subclients=0,0x2f,0x4a,0x4b`
31 to force the subclients of chip 0x2f on bus 0 to i2c addresses
32 0x4a and 0x4b.
77 sure bit 0 is cleared in the 6 values. And then set the pwm1 value to
102 by writing 0 to the sysfs file "intrusion0_alarm".
/linux-6.12.1/net/wireless/certs/
Dwens.hex2 0x30, 0x82, 0x02, 0xa7, 0x30, 0x82, 0x01, 0x8f,
3 0x02, 0x14, 0x61, 0xc0, 0x38, 0x65, 0x1a, 0xab,
4 0xdc, 0xf9, 0x4b, 0xd0, 0xac, 0x7f, 0xf0, 0x6c,
5 0x72, 0x48, 0xdb, 0x18, 0xc6, 0x00, 0x30, 0x0d,
6 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d,
7 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x0f, 0x31,
8 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x03,
9 0x0c, 0x04, 0x77, 0x65, 0x6e, 0x73, 0x30, 0x20,
10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31,
11 0x30, 0x37, 0x34, 0x31, 0x31, 0x34, 0x5a, 0x18,
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dti,tmp464.yaml30 const: 0
39 "^channel@([0-8])$":
47 The channel number. 0 is local channel, 1-8 are remote channels.
49 minimum: 0
73 #size-cells = <0>;
77 reg = <0x4b>;
83 #size-cells = <0>;
87 reg = <0x4b>;
89 #size-cells = <0>;
91 channel@0 {
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen2/
Dmemory.json4 "EventCode": "0x24",
7 "UMask": "0x02"
11 "EventCode": "0x25",
13 "UMask": "0x08"
17 "EventCode": "0x25",
19 "UMask": "0x04"
23 "EventCode": "0x25",
25 "UMask": "0x02"
29 "EventCode": "0x25",
31 "UMask": "0x01"
[all …]
/linux-6.12.1/fs/xfs/
Dxfs_dahash_test.c20 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-6.12.1/drivers/media/i2c/
Dimx355.c14 #define IMX355_REG_MODE_SELECT 0x0100
15 #define IMX355_MODE_STANDBY 0x00
16 #define IMX355_MODE_STREAMING 0x01
19 #define IMX355_REG_CHIP_ID 0x0016
20 #define IMX355_CHIP_ID 0x0355
23 #define IMX355_REG_FLL 0x0340
24 #define IMX355_FLL_MAX 0xffff
27 #define IMX355_REG_EXPOSURE 0x0202
30 #define IMX355_EXPOSURE_DEFAULT 0x0282
33 #define IMX355_REG_ANALOG_GAIN 0x0204
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen5/
Dload-store.json4 "EventCode": "0x24",
6 "UMask": "0x02"
10 "EventCode": "0x25",
12 "UMask": "0x01"
16 "EventCode": "0x26",
21 "EventCode": "0x27",
26 "EventCode": "0x29",
28 "UMask": "0x01"
32 "EventCode": "0x29",
34 "UMask": "0x02"
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen3/
Dmemory.json4 "EventCode": "0x24",
7 "UMask": "0x02"
11 "EventCode": "0x25",
13 "UMask": "0x08"
17 "EventCode": "0x25",
19 "UMask": "0x04"
23 "EventCode": "0x25",
25 "UMask": "0x02"
29 "EventCode": "0x25",
31 "UMask": "0x01"
[all …]
/linux-6.12.1/block/partitions/
Defi.h22 #define MSDOS_MBR_SIGNATURE 0xaa55
23 #define EFI_PMBR_OSTYPE_EFI 0xEF
24 #define EFI_PMBR_OSTYPE_EFI_GPT 0xEE
29 #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL
30 #define GPT_HEADER_REVISION_V1 0x00010000
34 EFI_GUID( 0xC12A7328, 0xF81F, 0x11d2, \
35 0xBA, 0x4B, 0x00, 0xA0, 0xC9, 0x3E, 0xC9, 0x3B)
37 EFI_GUID( 0x024DEE41, 0x33E7, 0x11d3, \
38 0x9D, 0x69, 0x00, 0x08, 0xC7, 0x81, 0xF3, 0x9F)
40 EFI_GUID( 0xE3C9E316, 0x0B5C, 0x4DB8, \
[all …]
/linux-6.12.1/lib/
Dcrc32test.c15 * 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 …]

12345678910>>...34