/linux-6.3-rc2/drivers/crypto/vmx/ |
A D | aesp8-ppc.pl | 2126 vaddubm $tweak,$tweak,$tweak 2167 vaddubm $tweak,$tweak,$tweak 2332 vaddubm $tweak,$tweak,$tweak 2421 vaddubm $tweak,$tweak,$tweak 2544 vaddubm $tweak,$tweak,$tweak 2553 vaddubm $tweak,$tweak,$tweak 2564 vaddubm $tweak,$tweak,$tweak 2575 vaddubm $tweak,$tweak,$tweak 2586 vaddubm $tweak,$tweak,$tweak 2597 vaddubm $tweak,$tweak,$tweak [all …]
|
A D | aes_xts.c | 84 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-6.3-rc2/drivers/mtd/nand/ |
A D | ecc.c | 529 struct nand_page_io_req *orig, *tweak; in nand_ecc_tweak_req() local 536 tweak = req; in nand_ecc_tweak_req() 541 tweak->dataoffs = 0; in nand_ecc_tweak_req() 542 tweak->datalen = nanddev_page_size(nand); in nand_ecc_tweak_req() 543 tweak->databuf.in = ctx->spare_databuf; in nand_ecc_tweak_req() 549 tweak->ooboffs = 0; in nand_ecc_tweak_req() 551 tweak->oobbuf.in = ctx->spare_oobbuf; in nand_ecc_tweak_req() 571 struct nand_page_io_req *orig, *tweak; in nand_ecc_restore_req() local 574 tweak = req; in nand_ecc_restore_req() 580 tweak->databuf.in + orig->dataoffs, in nand_ecc_restore_req() [all …]
|
/linux-6.3-rc2/crypto/ |
A D | xts.c | 26 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() 64 err = crypto_cipher_setkey(tweak, key + keylen, keylen); in xts_setkey() 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() 312 return PTR_ERR(tweak); in xts_init_tfm() 315 ctx->tweak = tweak; in xts_init_tfm() [all …]
|
A D | lrw.c | 74 const u8 *tweak = key + keylen - bsize; in lrw_setkey() local 89 ctx->table = gf128mul_init_64k_bbe((be128 *)tweak); in lrw_setkey()
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | pv.c | 603 static int unpack_one(struct kvm *kvm, unsigned long addr, u64 tweak, in unpack_one() argument 611 .tweak[0] = tweak, in unpack_one() 612 .tweak[1] = offset, in unpack_one() 626 unsigned long tweak, u16 *rc, u16 *rrc) in kvm_s390_pv_unpack() argument 638 ret = unpack_one(kvm, addr, tweak, offset, rc, rrc); in kvm_s390_pv_unpack()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | qat_algs.c | 92 struct crypto_cipher *tweak; member 995 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey() 1011 crypto_cipher_encrypt_one(ctx->tweak, in qat_alg_set_req_iv() 1223 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm() 1224 if (IS_ERR(ctx->tweak)) { in qat_alg_skcipher_init_xts_tfm() 1226 return PTR_ERR(ctx->tweak); in qat_alg_skcipher_init_xts_tfm() 1271 if (ctx->tweak) in qat_alg_skcipher_exit_xts_tfm() 1272 crypto_free_cipher(ctx->tweak); in qat_alg_skcipher_exit_xts_tfm()
|
/linux-6.3-rc2/Documentation/process/ |
A 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-6.3-rc2/drivers/media/pci/saa7134/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cirrus,cs42l42.yaml | 146 For different hardware setups, a designer might want to tweak this. 184 to tweak default behavior.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/ |
A D | qcom,glink-rpm-edge.yaml | 63 preallocated for this virtual channel. This can be used to tweak the
|
/linux-6.3-rc2/arch/s390/crypto/ |
A D | paes_s390.c | 497 u8 tweak[16]; in xts_paes_crypt() member 515 memcpy(pcc_param.tweak, walk.iv, sizeof(pcc_param.tweak)); in xts_paes_crypt()
|
A D | aes_s390.c | 427 u8 tweak[16]; in xts_aes_crypt() member 457 memcpy(pcc_param.tweak, walk.iv, sizeof(pcc_param.tweak)); in xts_aes_crypt()
|
/linux-6.3-rc2/drivers/video/fbdev/nvidia/ |
A D | nvidia.c | 166 int tweak = 0; in nvidia_panel_tweak() local 169 tweak = par->paneltweak; in nvidia_panel_tweak() 179 tweak = -1; in nvidia_panel_tweak() 183 tweak = 1; in nvidia_panel_tweak() 187 return tweak; in nvidia_panel_tweak()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | sun8i-h3-nanopi-duo2.dts | 3 * Copyright (C) 2019 Karl Palsson <karlp@tweak.net.au>
|
A D | armada-xp-lenovo-ix4-300d.dts | 228 * them up does the tweak) for poweroff to shutdown otherwise it
|
/linux-6.3-rc2/Documentation/w1/slaves/ |
A D | w1_ds28e17.rst | 57 wait time, it should be hardly needed to tweak this setting.
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A D | index.rst | 14 don't know they need to tweak something, or because they don't
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/qcom/ |
A D | qcom,apr.yaml | 68 preallocated for this virtual channel. This can be used to tweak the
|
/linux-6.3-rc2/Documentation/spi/ |
A D | butterfly.rst | 56 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | uv.h | 204 u64 tweak[2]; member
|
/linux-6.3-rc2/Documentation/userspace-api/media/drivers/ |
A D | imx-uapi.rst | 56 The ipuX_csiY subdev includes custom controls to tweak some dials for
|
/linux-6.3-rc2/arch/nios2/platform/ |
A D | Kconfig.platform | 120 This option allows you to tweak the cache settings used during early
|
/linux-6.3-rc2/arch/arm64/crypto/ |
A D | sm4-ce-glue.c | 47 u8 *tweak, unsigned int nbytes, 50 u8 *tweak, unsigned int nbytes,
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-domains.rst | 78 forgot to tweak your cmdline, you can also flip the
|