/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 254 "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69" 293 "\xed\xa3\x6b\xc9\x29\xee\xb2\x2c\x80\xc3\x39\x3b\x8c\x62\x45\x72" 299 "\x13\xb4\xc1\xa1\x11\xfc\x40\x2f\x4c\x9d\xdf\x16\x76\x11\x20\x6b", 308 "\xDB\x10\x1A\xC2\xA3\xF1\xDC\xFF\x13\x6B\xED\x44\xDF\xF0\x02\x6D" 309 "\x13\xC7\x88\xDA\x70\x6B\x54\xF1\xE8\x27\xDC\xC3\x0F\x99\x6A\xFA" 406 "\x9a\x66\xb2\x49\x46\x4d\x77\xea\x33\x4d\x6b\x3c\xb4\x49\x4a\xc6" 415 "\xDB\x10\x1A\xC2\xA3\xF1\xDC\xFF\x13\x6B\xED\x44\xDF\xF0\x02\x6D" 416 "\x13\xC7\x88\xDA\x70\x6B\x5 [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() 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/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() 123 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 143 "\x62\xf8\xea\xd2\x52\x2c\x6b\x7b", 147 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 172 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 195 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" 208 .ptext = "\x6b\xc [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() 300 "\xce\xa7\x40\x3d\x4d\x60\x6b\x6e" 302 "\xd0\xd1\xc8\xa7\x99\x99\x6b\xf0" 405 "\xf2\x53\x15\x17\x4c\x6b\x16\x9f" 430 "\xd6\x6b\x2c\x18\x47\xc0\xb8\x24" 483 "\x97\xc2\x14\xff\x9e\x1e\xa0\x6b" 489 "\xde\x6b\x5 [all...] |
H A D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x4 [all...] |
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | mt6311-regulator.txt | 5 - reg: I2C slave address, usually 0x6b. 20 reg = <0x6b>;
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | skyworks,si521xx.yaml | 24 const: 0x6b 49 #size-cells = <0>; 53 reg = <0x6b>;
|
/linux/sound/soc/codecs/ |
H A D | da7213.h | 24 #define DA7213_STATUS1 0x02 25 #define DA7213_PLL_STATUS 0x03 26 #define DA7213_AUX_L_GAIN_STATUS 0x04 27 #define DA7213_AUX_R_GAIN_STATUS 0x05 28 #define DA7213_MIC_1_GAIN_STATUS 0x06 29 #define DA7213_MIC_2_GAIN_STATUS 0x07 30 #define DA7213_MIXIN_L_GAIN_STATUS 0x08 31 #define DA7213_MIXIN_R_GAIN_STATUS 0x09 32 #define DA7213_ADC_L_GAIN_STATUS 0x0A 33 #define DA7213_ADC_R_GAIN_STATUS 0x0 [all...] |
/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] in checksum_case() [all...] |
/linux/lib/crypto/tests/ |
H A D | sha1-testvecs.h | 9 .data_len = 0, 11 0xda, 0x39, 0xa3, 0xee, 0x5e, 0x6b, 0x4b, 0x0 [all...] |
H A D | poly1305-testvecs.h | 9 .data_len = 0, 11 0xe8, 0x2d, 0x67, 0x2c, 0x01, 0x48, 0xf9, 0xb7, 12 0x8 [all...] |
H A D | sha512-testvecs.h | 9 .data_len = 0, 11 0xcf, 0x83, 0xe1, 0x35, 0x7e, 0xef, 0xb8, 0xbd, 12 0xf [all...] |
H A D | sha224-testvecs.h | 9 .data_len = 0, 11 0xd1, 0x4a, 0x02, 0x8c, 0x2a, 0x3a, 0x2b, 0xc9, 12 0x4 [all...] |
H A D | sha256-testvecs.h | 9 .data_len = 0, 11 0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 12 0x9 [all...] |
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xe [all...] |
H A D | aic7xxx_seq.h_shipped | 9 0xb2, 0x00, 0x00, 0x08, 10 0xf7, 0x11, 0x22, 0x08, 11 0x00, 0x6 [all...] |
/linux/drivers/gpu/drm/panel/ |
H A D | panel-raydium-rm67200.c | 40 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in raydium_rm67200_reset() 44 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in raydium_rm67200_reset() 59 raydium_rm67200_write(ctx, 0xfe, 0x21); in w552793baa_setup() 60 raydium_rm67200_write(ctx, 0x04, 0x00); in w552793baa_setup() 61 raydium_rm67200_write(ctx, 0x00, 0x64); in w552793baa_setup() 62 raydium_rm67200_write(ctx, 0x2a, 0x0 in w552793baa_setup() [all...] |
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 0xb [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, 0x0000002 [all...] |
/linux/lib/fonts/ |
H A D | font_acorn_8x8.c | 9 { 0, 0, FONTDATAMAX, 0 }, { 10 /* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0 [all...] |
/linux/drivers/tty/vt/ |
H A D | ucs_fallback_table.h_shipped | 7 * Unicode Version: 16.0.0 16 { 0x00, 62, 0 }, 17 { 0x01, 218, 62 }, 18 { 0x02, 196, 280 }, 19 { 0x03, 96, 476 }, 20 { 0x04, 113, 572 }, 21 { 0x05, 100, 685 }, 22 { 0x06, 119, 785 }, 23 { 0x0 [all...] |
/linux/net/wireless/certs/ |
H A D | wens.hex | 2 0x30, 0x82, 0x02, 0xa7, 0x30, 0x82, 0x01, 0x8f, 3 0x02, 0x1 [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 0x00 [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 0x00 [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 0x0 [all...] |