/Linux-v5.4/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 1969 my ($tweak,$seven,$eighty7,$tmp,$tweak1) = map("v$_",(8..12)); 1992 lvx $tweak,0,$ivp # load [unaligned] iv 1996 vperm $tweak,$tweak,$inptail,$inpperm 2017 vxor $tweak,$tweak,$rndkey0 2024 vcipher $tweak,$tweak,$rndkey1 2028 vcipher $tweak,$tweak,$rndkey0 2034 vcipher $tweak,$tweak,$rndkey1 2037 vcipherlast $tweak,$tweak,$rndkey0 2077 vxor $inout,$inout,$tweak 2101 vxor $rndkey0,$rndkey0,$tweak [all …]
|
D | aes_xts.c | 84 u8 tweak[AES_BLOCK_SIZE]; in p8_aes_xts_crypt() local 104 aes_p8_encrypt(walk.iv, tweak, &ctx->tweak_key); in p8_aes_xts_crypt() 118 &ctx->enc_key, NULL, tweak); in p8_aes_xts_crypt() 123 &ctx->dec_key, NULL, tweak); in p8_aes_xts_crypt()
|
/Linux-v5.4/crypto/ |
D | xts.c | 25 struct crypto_cipher *tweak; member 45 struct crypto_cipher *tweak; in setkey() local 59 tweak = ctx->tweak; in setkey() 60 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK); in setkey() 61 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in setkey() 63 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in setkey() 64 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(tweak) & in setkey() 256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in init_crypt() 301 struct crypto_cipher *tweak; in init_tfm() local 309 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in init_tfm() [all …]
|
D | lrw.c | 74 const u8 *tweak = key + keylen - bsize; in setkey() local 91 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in setkey()
|
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-da8xx-ddrctl.txt | 4 a set of registers which allow to tweak the controller's behavior.
|
/Linux-v5.4/Documentation/admin-guide/wimax/ |
D | wimax.rst | 44 files will appear in /sys/kernel/debug/wimax:wmxX can tweak for 53 The drivers will register debugfs entries that allow the user to tweak
|
D | i2400m.rst | 165 The driver will register debugfs entries that allow the user to tweak
|
/Linux-v5.4/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-v5.4/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 243 int acpf, tweak = 0; in tvaudio_setmode() local 251 tweak = audio_clock_tweak; in tvaudio_setmode() 258 acpf, tweak); in tvaudio_setmode() 260 acpf += tweak; in tvaudio_setmode()
|
/Linux-v5.4/arch/s390/crypto/ |
D | paes_s390.c | 441 u8 tweak[16]; in xts_paes_crypt() member 456 memcpy(pcc_param.tweak, walk->iv, sizeof(pcc_param.tweak)); in xts_paes_crypt()
|
D | aes_s390.c | 550 u8 tweak[16]; in xts_aes_crypt() member 565 memcpy(pcc_param.tweak, walk->iv, sizeof(pcc_param.tweak)); in xts_aes_crypt()
|
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,glink.txt | 57 to tweak the default intents available for the channel to
|
/Linux-v5.4/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-v5.4/Documentation/w1/slaves/ |
D | w1_ds28e17.rst | 57 wait time, it should be hardly needed to tweak this setting.
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | index.rst | 14 don't know they need to tweak something, or because they don't
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 76 hardware setups, a designer might want to tweak this. This is an array of
|
/Linux-v5.4/Documentation/spi/ |
D | butterfly.rst | 56 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | armada-xp-lenovo-ix4-300d.dts | 228 * them up does the tweak) for poweroff to shutdown otherwise it
|
/Linux-v5.4/arch/nios2/platform/ |
D | Kconfig.platform | 119 This option allows you to tweak the cache settings used during early
|
/Linux-v5.4/drivers/memory/ |
D | Kconfig | 154 Texas Instruments da8xx SoCs. It's used to tweak various memory
|
/Linux-v5.4/drivers/crypto/ |
D | atmel-aes.c | 1887 u32 tweak[AES_BLOCK_SIZE / sizeof(u32)]; in atmel_aes_xts_process_data() local 1889 u8 *tweak_bytes = (u8 *)tweak; in atmel_aes_xts_process_data() 1893 atmel_aes_read_block(dd, AES_ODATAR(0), tweak); in atmel_aes_xts_process_data() 1908 atmel_aes_write_block(dd, AES_TWR(0), tweak); in atmel_aes_xts_process_data()
|
/Linux-v5.4/Documentation/scheduler/ |
D | sched-bwc.rst | 106 variable. This is a performance tweak that helps prevent added contention on
|
/Linux-v5.4/Documentation/vm/ |
D | transhuge.rst | 31 to avoid unmovable pages to fragment all the memory but such a tweak
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-ce-core.S | 472 vmov.i32 d30, #0x87 @ compose tweak mask vector
|
/Linux-v5.4/drivers/usb/gadget/legacy/ |
D | Kconfig | 37 to tweak product and vendor IDs before host software knows about
|