| /Linux-v4.19/arch/arm64/crypto/ |
| D | speck-neon-glue.c | 32 unsigned int nbytes, void *tweak); 36 unsigned int nbytes, void *tweak); 51 le128 tweak; in __speck128_xts_crypt() local 56 crypto_speck128_encrypt(&ctx->tweak_key, (u8 *)&tweak, walk.iv); in __speck128_xts_crypt() 70 dst, src, count, &tweak); in __speck128_xts_crypt() 78 while (nbytes >= sizeof(tweak)) { in __speck128_xts_crypt() 79 le128_xor((le128 *)dst, (const le128 *)src, &tweak); in __speck128_xts_crypt() 81 le128_xor((le128 *)dst, (const le128 *)dst, &tweak); in __speck128_xts_crypt() 82 gf128mul_x_ble(&tweak, &tweak); in __speck128_xts_crypt() 84 dst += sizeof(tweak); in __speck128_xts_crypt() [all …]
|
| /Linux-v4.19/arch/arm/crypto/ |
| D | speck-neon-glue.c | 38 unsigned int nbytes, void *tweak); 42 unsigned int nbytes, void *tweak); 57 le128 tweak; in __speck128_xts_crypt() local 62 crypto_speck128_encrypt(&ctx->tweak_key, (u8 *)&tweak, walk.iv); in __speck128_xts_crypt() 76 dst, src, count, &tweak); in __speck128_xts_crypt() 84 while (nbytes >= sizeof(tweak)) { in __speck128_xts_crypt() 85 le128_xor((le128 *)dst, (const le128 *)src, &tweak); in __speck128_xts_crypt() 87 le128_xor((le128 *)dst, (const le128 *)dst, &tweak); in __speck128_xts_crypt() 88 gf128mul_x_ble(&tweak, &tweak); in __speck128_xts_crypt() 90 dst += sizeof(tweak); in __speck128_xts_crypt() [all …]
|
| /Linux-v4.19/drivers/crypto/vmx/ |
| D | aesp8-ppc.pl | 1951 my ($tweak,$seven,$eighty7,$tmp,$tweak1) = map("v$_",(8..12)); 1974 lvx $tweak,0,$ivp # load [unaligned] iv 1978 vperm $tweak,$tweak,$inptail,$inpperm 1999 vxor $tweak,$tweak,$rndkey0 2006 vcipher $tweak,$tweak,$rndkey1 2010 vcipher $tweak,$tweak,$rndkey0 2016 vcipher $tweak,$tweak,$rndkey1 2019 vcipherlast $tweak,$tweak,$rndkey0 2059 vxor $inout,$inout,$tweak 2083 vxor $rndkey0,$rndkey0,$tweak [all …]
|
| D | aes_xts.c | 105 u8 tweak[AES_BLOCK_SIZE]; in p8_aes_xts_crypt() local 128 memset(tweak, 0, AES_BLOCK_SIZE); in p8_aes_xts_crypt() 129 aes_p8_encrypt(iv, tweak, &ctx->tweak_key); in p8_aes_xts_crypt() 141 nbytes & AES_BLOCK_MASK, &ctx->enc_key, NULL, tweak); in p8_aes_xts_crypt() 144 nbytes & AES_BLOCK_MASK, &ctx->dec_key, NULL, tweak); in p8_aes_xts_crypt()
|
| /Linux-v4.19/crypto/ |
| D | xts.c | 33 struct crypto_cipher *tweak; member 63 struct crypto_cipher *tweak; in setkey() local 77 tweak = ctx->tweak; in setkey() 78 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK); in setkey() 79 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in setkey() 81 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in setkey() 82 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(tweak) & in setkey() 245 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt() 366 struct crypto_cipher *tweak; in init_tfm() local 374 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in init_tfm() [all …]
|
| D | lrw.c | 92 const u8 *tweak = key + keylen - bsize; in setkey() local 109 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in setkey()
|
| /Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti-da8xx-ddrctl.txt | 4 a set of registers which allow to tweak the controller's behavior.
|
| /Linux-v4.19/Documentation/wimax/ |
| D | README.wimax | 39 files will appear in /sys/kernel/debug/wimax:wmxX can tweak for 47 The drivers will register debugfs entries that allow the user to tweak
|
| D | README.i2400m | 151 The driver will register debugfs entries that allow the user to tweak
|
| /Linux-v4.19/Documentation/process/ |
| D | clang-format.rst | 26 it is possible that you may want to tweak the defaults for a particular 94 Remember that you can always tweak the changes afterwards in those cases 108 so that you can tweak a few options. See clangformatextra_.
|
| /Linux-v4.19/drivers/media/pci/saa7134/ |
| D | saa7134-tvaudio.c | 252 int acpf, tweak = 0; in tvaudio_setmode() local 260 tweak = audio_clock_tweak; in tvaudio_setmode() 267 acpf, tweak); in tvaudio_setmode() 269 acpf += tweak; in tvaudio_setmode()
|
| /Linux-v4.19/arch/s390/crypto/ |
| D | paes_s390.c | 319 u8 tweak[16]; in xts_paes_crypt() member 334 memcpy(pcc_param.tweak, walk->iv, sizeof(pcc_param.tweak)); in xts_paes_crypt()
|
| D | aes_s390.c | 549 u8 tweak[16]; in xts_aes_crypt() member 564 memcpy(pcc_param.tweak, walk->iv, sizeof(pcc_param.tweak)); in xts_aes_crypt()
|
| /Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,glink.txt | 52 to tweak the default intents available for the channel to
|
| /Linux-v4.19/drivers/video/fbdev/nvidia/ |
| D | nvidia.c | 169 int tweak = 0; in nvidia_panel_tweak() local 172 tweak = par->paneltweak; in nvidia_panel_tweak() 182 tweak = -1; in nvidia_panel_tweak() 186 tweak = 1; in nvidia_panel_tweak() 191 return tweak; in nvidia_panel_tweak()
|
| /Linux-v4.19/Documentation/w1/slaves/ |
| D | w1_ds28e17 | 52 wait time, it should be hardly needed to tweak this setting.
|
| /Linux-v4.19/Documentation/sysctl/ |
| D | README | 9 don't know they need to tweak something, or because they don't
|
| /Linux-v4.19/Documentation/devicetree/bindings/sound/ |
| D | cs42l42.txt | 76 hardware setups, a designer might want to tweak this. This is an array of
|
| /Linux-v4.19/Documentation/spi/ |
| D | butterfly | 51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | armada-xp-lenovo-ix4-300d.dts | 225 * them up does the tweak) for poweroff to shutdown otherwise it
|
| /Linux-v4.19/arch/nios2/platform/ |
| D | Kconfig.platform | 127 This option allows you to tweak the cache settings used during early
|
| /Linux-v4.19/drivers/memory/ |
| D | Kconfig | 145 Texas Instruments da8xx SoCs. It's used to tweak various memory
|
| /Linux-v4.19/drivers/crypto/ |
| D | atmel-aes.c | 1890 u32 tweak[AES_BLOCK_SIZE / sizeof(u32)]; in atmel_aes_xts_process_data() local 1892 u8 *tweak_bytes = (u8 *)tweak; in atmel_aes_xts_process_data() 1896 atmel_aes_read_block(dd, AES_ODATAR(0), tweak); in atmel_aes_xts_process_data() 1911 atmel_aes_write_block(dd, AES_TWR(0), tweak); in atmel_aes_xts_process_data()
|
| /Linux-v4.19/Documentation/vm/ |
| D | transhuge.rst | 30 to avoid unmovable pages to fragment all the memory but such a tweak
|
| /Linux-v4.19/drivers/usb/gadget/legacy/ |
| D | Kconfig | 36 to tweak product and vendor IDs before host software knows about
|