Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/crypto/
A Daesp8-ppc.pl2127 vaddubm $tweak,$tweak,$tweak
2168 vaddubm $tweak,$tweak,$tweak
2333 vaddubm $tweak,$tweak,$tweak
2422 vaddubm $tweak,$tweak,$tweak
2564 vaddubm $tweak,$tweak,$tweak
2573 vaddubm $tweak,$tweak,$tweak
2584 vaddubm $tweak,$tweak,$tweak
2595 vaddubm $tweak,$tweak,$tweak
2606 vaddubm $tweak,$tweak,$tweak
2617 vaddubm $tweak,$tweak,$tweak
[all …]
A 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/drivers/mtd/nand/
A Decc.c529 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/crypto/
A 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()
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_spawn_cipher(&ictx->tweak_spawn); 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 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/Documentation/devicetree/bindings/net/
A Dqcom,qca807x.yaml81 and qcom,dac-disable-bias-current-tweak disabled,
93 qcom,dac-disable-bias-current-tweak disabled.
96 qcom,dac-disable-bias-current-tweak:
98 Set Analog MDI driver bias current to disable tweak
101 With this not defined, bias current tweak are enabled
104 With this enabled the following tweak are NOT applied:
/linux/arch/s390/kvm/
A Dpv.c629 static int unpack_one(struct kvm *kvm, unsigned long addr, u64 tweak, in unpack_one() argument
637 .tweak[0] = tweak, in unpack_one()
638 .tweak[1] = offset, in unpack_one()
652 unsigned long tweak, u16 *rc, u16 *rrc) in kvm_s390_pv_unpack() argument
664 ret = unpack_one(kvm, addr, tweak, offset, rc, rrc); in kvm_s390_pv_unpack()
/linux/drivers/crypto/intel/qat/qat_common/
A Dqat_algs.c92 struct crypto_cipher *tweak; member
994 ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2), in qat_alg_skcipher_xts_setkey()
1010 crypto_cipher_encrypt_one(ctx->tweak, in qat_alg_set_req_iv()
1222 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm()
1223 if (IS_ERR(ctx->tweak)) { in qat_alg_skcipher_init_xts_tfm()
1225 return PTR_ERR(ctx->tweak); in qat_alg_skcipher_init_xts_tfm()
1270 if (ctx->tweak) in qat_alg_skcipher_exit_xts_tfm()
1271 crypto_free_cipher(ctx->tweak); in qat_alg_skcipher_exit_xts_tfm()
/linux/Documentation/dev-tools/
A 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/drivers/media/pci/saa7134/
A 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/arch/x86/crypto/
A Daesni-intel_glue.c509 u8 tweak[AES_BLOCK_SIZE]);
628 u8 tweak[AES_BLOCK_SIZE]) in aesni_xts_encrypt()
630 aesni_xts_enc(key, dst, src, len, tweak); in aesni_xts_encrypt()
635 u8 tweak[AES_BLOCK_SIZE]) in aesni_xts_decrypt()
637 aesni_xts_dec(key, dst, src, len, tweak); in aesni_xts_decrypt()
793 u8 *dst, unsigned int len, u8 tweak[AES_BLOCK_SIZE]); \
796 u8 *dst, unsigned int len, u8 tweak[AES_BLOCK_SIZE]); \
A Daes-xts-avx-x86_64.S537 .macro _aes_crypt enc, xmm_suffix, tweak, data
538 _xor3 KEY0\xmm_suffix, \tweak, \data
558 _vpxor \tweak, \data, \data
/linux/arch/s390/crypto/
A Daes_s390.c432 u8 tweak[16]; in xts_aes_crypt() member
462 memcpy(pcc_param.tweak, walk.iv, sizeof(pcc_param.tweak)); in xts_aes_crypt()
569 __u8 tweak[16]; in fullxts_aes_crypt() member
594 memcpy(fxts_param.tweak, req->iv, AES_BLOCK_SIZE); in fullxts_aes_crypt()
A Dpaes_s390.c501 u8 tweak[16]; in xts_paes_crypt() member
519 memcpy(pcc_param.tweak, walk.iv, sizeof(pcc_param.tweak)); in xts_paes_crypt()
/linux/Documentation/devicetree/bindings/sound/
A Dcirrus,cs42l42.yaml146 For different hardware setups, a designer might want to tweak this.
184 to tweak default behavior.
/linux/Documentation/devicetree/bindings/remoteproc/
A Dqcom,glink-rpm-edge.yaml62 preallocated for this virtual channel. This can be used to tweak the
/linux/drivers/video/fbdev/nvidia/
A Dnvidia.c166 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/arch/arm/boot/dts/allwinner/
A Dsun8i-h3-nanopi-duo2.dts3 * Copyright (C) 2019 Karl Palsson <karlp@tweak.net.au>
/linux/drivers/staging/media/atomisp/
A DTODO71 v4l2-ctl on the sensor subdev to tweak the exposure ctrl; or by using a GUI
/linux/Documentation/w1/slaves/
A Dw1_ds28e17.rst57 wait time, it should be hardly needed to tweak this setting.
/linux/arch/riscv/crypto/
A Daes-riscv64-glue.c56 u8 tweak[AES_BLOCK_SIZE]);
61 u8 tweak[AES_BLOCK_SIZE]);
/linux/Documentation/admin-guide/sysctl/
A Dindex.rst14 don't know they need to tweak something, or because they don't
/linux/Documentation/spi/
A Dbutterfly.rst56 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
/linux/Documentation/devicetree/bindings/soc/qcom/
A Dqcom,apr.yaml75 preallocated for this virtual channel. This can be used to tweak the
/linux/arch/s390/include/asm/
A Duv.h225 u64 tweak[2]; member

Completed in 54 milliseconds

12