/linux/lib/crypto/ |
H A D | aescfb.c | 48 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() 124 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 144 "\x62\xf8\xea\xd2\x52\x2c\x6b\x7b", 148 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 173 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 196 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 209 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f", 217 for (int i = 0; i < ARRAY_SIZE(aescfb_tv); i++) { in libaescfb_init() [all …]
|
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() 114 while (len > 0) { in aesgcm_crypt() 301 "\xce\xa7\x40\x3d\x4d\x60\x6b\x6e" 303 "\xd0\xd1\xc8\xa7\x99\x99\x6b\xf0" 406 "\xf2\x53\x15\x17\x4c\x6b\x16\x9f" 431 "\xd6\x6b\x2c\x18\x47\xc0\xb8\x24" 484 "\x97\xc2\x14\xff\x9e\x1e\xa0\x6b" 490 "\xde\x6b\x52\x98\x01\xef\x36\x3d" [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 …]
|
/linux/crypto/ |
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() 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/Documentation/devicetree/bindings/regulator/ |
H A D | mt6311-regulator.txt | 5 - reg: I2C slave address, usually 0x6b. 20 reg = <0x6b>;
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-himax-hx8394.c | 30 #define HX8394_CMD_SETSEQUENCE 0xb0 31 #define HX8394_CMD_SETPOWER 0xb1 32 #define HX8394_CMD_SETDISP 0xb2 33 #define HX8394_CMD_SETCYC 0xb4 34 #define HX8394_CMD_SETVCOM 0xb6 35 #define HX8394_CMD_SETTE 0xb7 36 #define HX8394_CMD_SETSENSOR 0xb8 37 #define HX8394_CMD_SETEXTC 0xb9 38 #define HX8394_CMD_SETMIPI 0xba 39 #define HX8394_CMD_SETOTP 0xbb [all …]
|
H A D | panel-jadard-jd9365da-h3.c | 48 #define JD9365DA_DCS_SWITCH_PAGE 0xe0 55 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0xe1, 0x93); in jadard_enable_standard_cmds() 56 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0xe2, 0x65); in jadard_enable_standard_cmds() 57 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0xe3, 0xf8); in jadard_enable_standard_cmds() 58 mipi_dsi_dcs_write_seq_multi(dsi_ctx, 0x80, 0x03); in jadard_enable_standard_cmds() 115 gpiod_set_value(jadard->reset, 0); in jadard_prepare() 125 return 0; in jadard_prepare() 136 gpiod_set_value(jadard->reset, 0); in jadard_unprepare() 144 return 0; in jadard_unprepare() 190 jd9365da_switch_page(&dsi_ctx, 0x00); in radxa_display_8hd_ad002_init_cmds() [all …]
|
H A D | panel-novatek-nt36672e.c | 47 #define NT36672E_DCS_SWITCH_PAGE 0xff 54 mipi_dsi_dcs_write_seq_multi(ctx, 0xfb, 0x01); in nt36672e_enable_reload_cmds() 64 nt36672e_switch_page(ctx, 0x10); in nt36672e_1080x2408_60hz_init() 66 mipi_dsi_dcs_write_seq_multi(ctx, 0xb0, 0x00); in nt36672e_1080x2408_60hz_init() 67 mipi_dsi_dcs_write_seq_multi(ctx, 0xc0, 0x00); in nt36672e_1080x2408_60hz_init() 68 mipi_dsi_dcs_write_seq_multi(ctx, 0xc1, 0x89, 0x28, 0x00, 0x08, 0x00, 0xaa, 0x02, in nt36672e_1080x2408_60hz_init() 69 0x0e, 0x00, 0x2b, 0x00, 0x07, 0x0d, 0xb7, 0x0c, 0xb7); in nt36672e_1080x2408_60hz_init() 70 mipi_dsi_dcs_write_seq_multi(ctx, 0xc2, 0x1b, 0xa0); in nt36672e_1080x2408_60hz_init() 72 nt36672e_switch_page(ctx, 0x20); in nt36672e_1080x2408_60hz_init() 74 mipi_dsi_dcs_write_seq_multi(ctx, 0x01, 0x66); in nt36672e_1080x2408_60hz_init() [all …]
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | skyworks,si521xx.yaml | 24 const: 0x6b 49 #size-cells = <0>; 53 reg = <0x6b>;
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_test.c | 63 KUNIT_ASSERT_EQ(test, err, 0); in kdf_case() 68 derivedkey.data, derivedkey.len), 0, in kdf_case() 76 .head[0].iov_len = param->plaintext->len, in checksum_case() 94 KUNIT_ASSERT_EQ(test, err, 0); in checksum_case() 96 tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in checksum_case() 99 KUNIT_ASSERT_EQ(test, err, 0); in checksum_case() 101 buf.head[0].iov_base = kunit_kzalloc(test, buf.head[0].iov_len, GFP_KERNEL); in checksum_case() 102 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, buf.head[0].iov_base); in checksum_case() 103 memcpy(buf.head[0].iov_base, param->plaintext->data, buf.head[0].iov_len); in checksum_case() 110 err = gss_krb5_checksum(tfm, NULL, 0, &buf, 0, &checksum); in checksum_case() [all …]
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xea, 0x04, 0x30, 12 0xff, 0x04, 0x0c, 0x78, 13 0x19, 0xea, 0x6e, 0x59, 14 0x19, 0xea, 0x04, 0x00, 15 0x33, 0xea, 0x68, 0x59, 16 0x33, 0xea, 0x00, 0x00, 17 0x60, 0x3a, 0x3a, 0x68, 18 0x04, 0x4d, 0x35, 0x78, [all …]
|
H A D | aic7xxx_seq.h_shipped | 9 0xb2, 0x00, 0x00, 0x08, 10 0xf7, 0x11, 0x22, 0x08, 11 0x00, 0x65, 0xee, 0x59, 12 0xf7, 0x01, 0x02, 0x08, 13 0xff, 0x6a, 0x24, 0x08, 14 0x40, 0x00, 0x40, 0x68, 15 0x08, 0x1f, 0x3e, 0x10, 16 0x40, 0x00, 0x40, 0x68, 17 0xff, 0x40, 0x3c, 0x60, 18 0x08, 0x1f, 0x3e, 0x10, [all …]
|
/linux/sound/ppc/ |
H A D | tumbler_volume.h | 4 /* 0 = -70 dB, 175 = 18.0 dB in 0.5 dB step */ 6 0x00000015, 0x00000016, 0x00000017, 7 0x00000019, 0x0000001a, 0x0000001c, 8 0x0000001d, 0x0000001f, 0x00000021, 9 0x00000023, 0x00000025, 0x00000027, 10 0x00000029, 0x0000002c, 0x0000002e, 11 0x00000031, 0x00000034, 0x00000037, 12 0x0000003a, 0x0000003e, 0x00000042, 13 0x00000045, 0x0000004a, 0x0000004e, 14 0x00000053, 0x00000057, 0x0000005d, [all …]
|
/linux/lib/fonts/ |
H A D | font_acorn_8x8.c | 9 { 0, 0, FONTDATAMAX, 0 }, { 10 /* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* ^@ */ 11 /* 01 */ 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, /* ^A */ 12 /* 02 */ 0x7e, 0xff, 0xbd, 0xff, 0xc3, 0xe7, 0xff, 0x7e, /* ^B */ 13 /* 03 */ 0x6c, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^C */ 14 /* 04 */ 0x10, 0x38, 0x7c, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^D */ 15 /* 05 */ 0x00, 0x18, 0x3c, 0xe7, 0xe7, 0x3c, 0x18, 0x00, /* ^E */ 16 /* 06 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 17 /* 07 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 18 /* 08 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, [all …]
|
/linux/net/wireless/certs/ |
H A D | wens.hex | 2 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/arch/arm/boot/dts/nxp/imx/ |
H A D | imx1-pinfunc.h | 15 * function: 0 - Primary function 18 * direction: 0 - Input 20 * gpio_oconf: 0 - A_IN 24 * gpio_iconfa/b: 0 - GPIO_IN 26 * 2 - 0 29 * 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 31 * the pin number on the specific port (between 0 and 31). 34 #define MX1_PAD_A24__A24 0x00 0x004 35 #define MX1_PAD_A24__GPIO1_0 0x00 0x032 36 #define MX1_PAD_A24__SPI2_CLK 0x00 0x006 [all …]
|
H A D | imx27-pinfunc.h | 15 * function: 0 - Primary function 18 * direction: 0 - Input 20 * gpio_oconf: 0 - A_IN 24 * gpio_iconfa/b: 0 - GPIO_IN 26 * 2 - 0 29 * 'pin' is an integer between 0 and 0xbf. imx27 has 6 ports with 32 31 * the pin number on the specific port (between 0 and 31). 34 #define MX27_PAD_USBH2_CLK__USBH2_CLK 0x00 0x000 35 #define MX27_PAD_USBH2_CLK__GPIO1_0 0x00 0x032 36 #define MX27_PAD_USBH2_DIR__USBH2_DIR 0x01 0x000 [all …]
|
/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 …]
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2056.h | 9 #define B2056_SYN (0x0 << 12) 10 #define B2056_TX0 (0x2 << 12) 11 #define B2056_TX1 (0x3 << 12) 12 #define B2056_RX0 (0x6 << 12) 13 #define B2056_RX1 (0x7 << 12) 14 #define B2056_ALLTX (0xE << 12) 15 #define B2056_ALLRX (0xF << 12) 17 #define B2056_SYN_RESERVED_ADDR0 0x00 18 #define B2056_SYN_IDCODE 0x01 19 #define B2056_SYN_RESERVED_ADDR2 0x02 [all …]
|
/linux/fs/nls/ |
H A D | nls_ascii.c | 17 /* 0x00*/ 18 0x0000, 0x0001, 0x0002, 0x0003, 19 0x0004, 0x0005, 0x0006, 0x0007, 20 0x0008, 0x0009, 0x000a, 0x000b, 21 0x000c, 0x000d, 0x000e, 0x000f, 22 /* 0x10*/ 23 0x0010, 0x0011, 0x0012, 0x0013, 24 0x0014, 0x0015, 0x0016, 0x0017, 25 0x0018, 0x0019, 0x001a, 0x001b, 26 0x001c, 0x001d, 0x001e, 0x001f, [all …]
|
/linux/arch/x86/include/asm/ |
H A D | emulate_prefix.h | 11 #define __XEN_EMULATE_PREFIX 0x0f,0x0b,0x78,0x65,0x6e /* ud2 ; .ascii "xen" */ 12 #define __KVM_EMULATE_PREFIX 0x0f,0x0b,0x6b,0x76,0x6d /* ud2 ; .ascii "kvm" */
|
/linux/tools/arch/x86/include/asm/ |
H A D | emulate_prefix.h | 11 #define __XEN_EMULATE_PREFIX 0x0f,0x0b,0x78,0x65,0x6e /* ud2 ; .ascii "xen" */ 12 #define __KVM_EMULATE_PREFIX 0x0f,0x0b,0x6b,0x76,0x6d /* ud2 ; .ascii "kvm" */
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-ibm-rainier-4u.dts | 14 reg = <0x6a>; 19 reg = <0x6b>;
|
H A D | aspeed-bmc-ibm-blueridge-4u.dts | 14 reg = <0x6a>; 19 reg = <0x6b>;
|
/linux/arch/m68k/68000/ |
H A D | screen.h | 6 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 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, [all …]
|