Home
last modified time | relevance | path

Searched refs:tweak (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/arch/arm64/crypto/
Dspeck-neon-glue.c32 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/
Dspeck-neon-glue.c38 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/
Daesp8-ppc.pl1951 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 …]
Daes_xts.c105 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/
Dxts.c33 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 …]
Dlrw.c92 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/
Dti-da8xx-ddrctl.txt4 a set of registers which allow to tweak the controller's behavior.
/Linux-v4.19/Documentation/wimax/
DREADME.wimax39 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
DREADME.i2400m151 The driver will register debugfs entries that allow the user to tweak
/Linux-v4.19/Documentation/process/
Dclang-format.rst26 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/
Dsaa7134-tvaudio.c252 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/
Dpaes_s390.c319 u8 tweak[16]; in xts_paes_crypt() member
334 memcpy(pcc_param.tweak, walk->iv, sizeof(pcc_param.tweak)); in xts_paes_crypt()
Daes_s390.c549 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/
Dqcom,glink.txt52 to tweak the default intents available for the channel to
/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnvidia.c169 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/
Dw1_ds28e1752 wait time, it should be hardly needed to tweak this setting.
/Linux-v4.19/Documentation/sysctl/
DREADME9 don't know they need to tweak something, or because they don't
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs42l42.txt76 hardware setups, a designer might want to tweak this. This is an array of
/Linux-v4.19/Documentation/spi/
Dbutterfly51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
/Linux-v4.19/arch/arm/boot/dts/
Darmada-xp-lenovo-ix4-300d.dts225 * them up does the tweak) for poweroff to shutdown otherwise it
/Linux-v4.19/arch/nios2/platform/
DKconfig.platform127 This option allows you to tweak the cache settings used during early
/Linux-v4.19/drivers/memory/
DKconfig145 Texas Instruments da8xx SoCs. It's used to tweak various memory
/Linux-v4.19/drivers/crypto/
Datmel-aes.c1890 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/
Dtranshuge.rst30 to avoid unmovable pages to fragment all the memory but such a tweak
/Linux-v4.19/drivers/usb/gadget/legacy/
DKconfig36 to tweak product and vendor IDs before host software knows about

12