/openbmc/linux/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 1969 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 …]
|
H 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()
|
/openbmc/linux/drivers/mtd/nand/ |
H 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() 544 memset(tweak->databuf.in, 0xFF, ctx->page_buffer_size); in nand_ecc_tweak_req() 549 tweak->ooboffs = 0; in nand_ecc_tweak_req() 550 tweak->ooblen = nanddev_per_page_oobsize(nand); in nand_ecc_tweak_req() 551 tweak->oobbuf.in = ctx->spare_oobbuf; in nand_ecc_tweak_req() 552 memset(tweak->oobbuf.in, 0xFF, ctx->oob_buffer_size); in nand_ecc_tweak_req() [all …]
|
/openbmc/linux/crypto/ |
H 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() 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_spawn_cipher(&ictx->tweak_spawn); in xts_init_tfm() 310 if (IS_ERR(tweak)) { in xts_init_tfm() [all …]
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | pv.h | 46 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 D | pv.c | 173 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 D | feature.scc | 1 patch 0001-linux-version-tweak.patch
|
H A D | 0001-linux-version-tweak.patch | 4 Subject: [PATCH] linux: version tweak
|
/openbmc/linux/arch/s390/kvm/ |
H A D | pv.c | 629 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-oe/recipes-graphics/xorg-app/ |
H A D | iceauth_1.0.10.bb | 5 DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/ |
H A D | util-macros_1.20.2.bb | 16 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | autoconf-2.73.patch | 1 To work with autoconf 2.73, tweak the macro ordering in configure.in.
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/ |
H A D | libwpe_1.16.0.bb | 16 # This is a tweak of upstream-version-is-even needed because
|
H A D | wpebackend-fdo_1.14.3.bb | 22 # This is a tweak of upstream-version-is-even needed because
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/ |
H A D | ssmping_0.9.1.bb | 8 file://0001-Makefile-tweak-install-dir.patch \
|
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/ |
H A D | autoconf-2.73.patch | 6 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 D | isomd5sum_1.2.5.bb | 11 file://0001-tweak-install-prefix.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/ |
H A D | libeigen_3.4.0.bb | 23 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
H A D | autoconf-2.73.patch | 6 Just tweak the exiting code to work with 2.73. The next bison upgrade should
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/ |
H A D | xorgproto_2024.1.bb | 21 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 92 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()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/ |
H A D | python3-blivet_3.9.2.bb | 12 file://0006-tweak-btrfs-packages.patch \
|
/openbmc/linux/Documentation/process/ |
H 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_.
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0006-fix-build-path-issue.patch | 10 Since --root added, we need to tweak --prefix and --install-lib
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/ |
H A D | magic-enum_0.9.7.bb | 39 # ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|