Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.pl2126 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 …]
H 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()
/openbmc/linux/drivers/mtd/nand/
H 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 …]
/openbmc/linux/crypto/
H 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 …]
/openbmc/qemu/target/s390x/kvm/
H A Dpv.h46 int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak);
67 static inline int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak) { return 0; } in s390_pv_unpack() argument
H A Dpv.c173 int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak) in s390_pv_unpack() argument
178 .tweak = tweak, in s390_pv_unpack()
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/
H A Dfeature.scc1 patch 0001-linux-version-tweak.patch
H A D0001-linux-version-tweak.patch4 Subject: [PATCH] linux: version tweak
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Diceauth_1.0.10.bb5 DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\
/openbmc/linux/arch/s390/kvm/
H 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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/
H A Dssmping_0.9.1.bb8 file://0001-Makefile-tweak-install-dir.patch \
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/
H A Dutil-macros_1.20.0.bb16 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A Dautoconf-2.73.patch1 To work with autoconf 2.73, tweak the macro ordering in configure.in.
/openbmc/openbmc/poky/meta/recipes-sato/webkit/
H A Dlibwpe_1.16.0.bb16 # This is a tweak of upstream-version-is-even needed because
H A Dwpebackend-fdo_1.14.2.bb22 # This is a tweak of upstream-version-is-even needed because
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A Dautoconf-2.73.patch6 Just tweak the exiting code to work with 2.73. The next parted upgrade should
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/
H A Disomd5sum_1.2.4.bb11 file://0001-tweak-install-prefix.patch \
/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils/
H A Dautoconf-2.73.patch6 Just tweak the exiting code to work with 2.73. The next findutils upgrade should
/openbmc/openbmc/poky/meta/recipes-extended/libpipeline/libpipeline/
H A Dautoconf-2.73.patch6 Just tweak the exiting code to work with 2.73. The next libpipeline upgrade should
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dautoconf-2.73.patch6 Just tweak the exiting code to work with 2.73. The next bison upgrade should
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/
H A Dlibeigen_3.4.0.bb23 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/
H A Dxorgproto_2024.1.bb21 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/
H A Dpython3-blivet_3.9.2.bb12 file://0006-tweak-btrfs-packages.patch \
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0006-fix-build-path-issue.patch10 Since --root added, we need to tweak --prefix and --install-lib
/openbmc/qemu/gdbstub/
H A Dmeson.build7 # We need to build the core gdb code via a library to be able to tweak

12345