Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/crypto/vmx/
Daesp8-ppc.pl1969 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 …]
Daes_xts.c84 u8 tweak[AES_BLOCK_SIZE]; in p8_aes_xts_crypt() local
107 aes_p8_encrypt(walk.iv, tweak, &ctx->tweak_key); in p8_aes_xts_crypt()
121 &ctx->enc_key, NULL, tweak); in p8_aes_xts_crypt()
126 &ctx->dec_key, NULL, tweak); in p8_aes_xts_crypt()
/Linux-v5.15/drivers/mtd/nand/
Decc.c523 struct nand_page_io_req *orig, *tweak; in nand_ecc_tweak_req() local
530 tweak = req; in nand_ecc_tweak_req()
535 tweak->dataoffs = 0; in nand_ecc_tweak_req()
536 tweak->datalen = nanddev_page_size(nand); in nand_ecc_tweak_req()
537 tweak->databuf.in = ctx->spare_databuf; in nand_ecc_tweak_req()
538 memset(tweak->databuf.in, 0xFF, ctx->page_buffer_size); in nand_ecc_tweak_req()
543 tweak->ooboffs = 0; in nand_ecc_tweak_req()
544 tweak->ooblen = nanddev_per_page_oobsize(nand); in nand_ecc_tweak_req()
545 tweak->oobbuf.in = ctx->spare_oobbuf; in nand_ecc_tweak_req()
546 memset(tweak->oobbuf.in, 0xFF, ctx->oob_buffer_size); in nand_ecc_tweak_req()
[all …]
/Linux-v5.15/crypto/
Dxts.c26 struct crypto_cipher *tweak; member
46 struct crypto_cipher *tweak; in xts_setkey() local
60 tweak = ctx->tweak; in xts_setkey()
61 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK); in xts_setkey()
62 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in xts_setkey()
64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey()
256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
301 struct crypto_cipher *tweak; in xts_init_tfm() local
309 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in xts_init_tfm()
310 if (IS_ERR(tweak)) { in xts_init_tfm()
[all …]
Dlrw.c74 const u8 *tweak = key + keylen - bsize; in lrw_setkey() local
89 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in lrw_setkey()
/Linux-v5.15/arch/s390/kvm/
Dpv.c240 static int unpack_one(struct kvm *kvm, unsigned long addr, u64 tweak, in unpack_one() argument
248 .tweak[0] = tweak, in unpack_one()
249 .tweak[1] = offset, in unpack_one()
263 unsigned long tweak, u16 *rc, u16 *rrc) in kvm_s390_pv_unpack() argument
275 ret = unpack_one(kvm, addr, tweak, offset, rc, rrc); in kvm_s390_pv_unpack()
Dkvm-s390.h219 unsigned long tweak, u16 *rc, u16 *rrc);
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/sound/
Dcs42l42.txt76 hardware setups, a designer might want to tweak this. This is an array of
90 want to tweak default behavior.
/Linux-v5.15/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c243 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.15/drivers/crypto/qat/qat_common/
Dqat_algs.c104 struct crypto_cipher *tweak; member
1146 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()
1162 crypto_cipher_encrypt_one(ctx->tweak, in qat_alg_set_req_iv()
1378 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm()
1379 if (IS_ERR(ctx->tweak)) { in qat_alg_skcipher_init_xts_tfm()
1381 return PTR_ERR(ctx->tweak); in qat_alg_skcipher_init_xts_tfm()
1426 if (ctx->tweak) in qat_alg_skcipher_exit_xts_tfm()
1427 crypto_free_cipher(ctx->tweak); in qat_alg_skcipher_exit_xts_tfm()
/Linux-v5.15/arch/s390/crypto/
Dpaes_s390.c497 u8 tweak[16]; in xts_paes_crypt() member
515 memcpy(pcc_param.tweak, walk.iv, sizeof(pcc_param.tweak)); in xts_paes_crypt()
Daes_s390.c431 u8 tweak[16]; in xts_aes_crypt() member
461 memcpy(pcc_param.tweak, walk.iv, sizeof(pcc_param.tweak)); in xts_aes_crypt()
/Linux-v5.15/drivers/video/fbdev/nvidia/
Dnvidia.c165 int tweak = 0; in nvidia_panel_tweak() local
168 tweak = par->paneltweak; in nvidia_panel_tweak()
178 tweak = -1; in nvidia_panel_tweak()
182 tweak = 1; in nvidia_panel_tweak()
186 return tweak; in nvidia_panel_tweak()
/Linux-v5.15/arch/arm/boot/dts/
Dsun8i-h3-nanopi-duo2.dts3 * Copyright (C) 2019 Karl Palsson <karlp@tweak.net.au>
Darmada-xp-lenovo-ix4-300d.dts228 * them up does the tweak) for poweroff to shutdown otherwise it
/Linux-v5.15/Documentation/devicetree/bindings/soc/qcom/
Dqcom,glink.txt57 to tweak the default intents available for the channel to
/Linux-v5.15/Documentation/w1/slaves/
Dw1_ds28e17.rst57 wait time, it should be hardly needed to tweak this setting.
/Linux-v5.15/arch/s390/include/asm/
Duv.h177 u64 tweak[2]; member
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dindex.rst14 don't know they need to tweak something, or because they don't
/Linux-v5.15/Documentation/spi/
Dbutterfly.rst56 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
/Linux-v5.15/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst56 The ipuX_csiY subdev includes custom controls to tweak some dials for
/Linux-v5.15/arch/nios2/platform/
DKconfig.platform120 This option allows you to tweak the cache settings used during early
/Linux-v5.15/Documentation/scheduler/
Dsched-domains.rst78 forgot to tweak your cmdline, you can also flip the
/Linux-v5.15/drivers/crypto/
Datmel-aes.c1850 u32 tweak[AES_BLOCK_SIZE / sizeof(u32)]; in atmel_aes_xts_process_data() local
1852 u8 *tweak_bytes = (u8 *)tweak; in atmel_aes_xts_process_data()
1856 atmel_aes_read_block(dd, AES_ODATAR(0), tweak); in atmel_aes_xts_process_data()
1867 atmel_aes_write_block(dd, AES_TWR(0), tweak); in atmel_aes_xts_process_data()

12