/openbmc/qemu/crypto/ |
H A D | meson.build | 31 if nettle.found() 32 crypto_ss.add(nettle, files('hash-nettle.c', 'hmac-nettle.c', 'pbkdf-nettle.c'))
|
H A D | cipher-nettle.c.inc | 2 * QEMU Crypto cipher nettle algorithms 25 #include <nettle/nettle-types.h> 26 #include <nettle/aes.h> 27 #include <nettle/des.h> 28 #include <nettle/cbc.h> 29 #include <nettle/cast128.h> 30 #include <nettle/serpent.h> 31 #include <nettle/twofish.h> 32 #include <nettle/ctr.h> 34 #include <nettle/xts.h> [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/ |
H A D | libarchive_3.7.7.bb | 25 PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle,"
|
/openbmc/openbmc/poky/meta/recipes-support/nettle/ |
H A D | nettle_3.10.1.bb | 3 HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" 25 UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" 41 oe_multilib_header nettle/version.h
|
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/ |
H A D | check-header-files-of-openssl-only-if-enable_.patch | 4 Subject: [PATCH] nettle: check header files of openssl only if 9 building for nettle.
|
H A D | Add-target-to-only-build-tests-not-run-them.patch | 41 @@ -137,6 +137,8 @@ $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../non-nettle.$(OBJEXT) \
|
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/ |
H A D | xwayland_24.1.4.bb | 36 PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
H A D | cryptsetup_2.7.5.bb | 70 PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle"
|
/openbmc/qemu/tests/docker/ |
H A D | test-mingw | 24 --enable-nettle \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/ |
H A D | rdfind_1.6.0.bb | 6 DEPENDS = "nettle autoconf-archive"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libzip/ |
H A D | libzip_1.11.2.bb | 11 PACKAGECONFIG[gnutls] = "-DENABLE_GNUTLS=ON,-DENABLE_GNUTLS=OFF,gnutls nettle"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-bad_1.24.10.bb | 52 PACKAGECONFIG[nettle] = "-Dhls-crypto=nettle,,nettle"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/ |
H A D | satyr_0.43.bb | 22 nettle \
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …ibpng libslirp libssh libtasn1 libusb llvm lzo make meson mtools ncurses nettle ninja pixman pkg-c…
|
H A D | freebsd-14.vars | 14 … libslirp libspice-server libssh libtasn1 llvm lzo2 meson mtools ncurses nettle ninja opencv pixma…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/ |
H A D | pkcs11-helper_1.30.0.bb | 27 DEPENDS = "zlib nettle gnutls gmp openssl nss nspr"
|
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/ |
H A D | epiphany_47.2.bb | 13 nettle \
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 181 PACKAGECONFIG[nettle] = "--enable-nettle,--disable-nettle,nettle"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg.inc | 144 PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle"
|
/openbmc/qemu/ |
H A D | meson.build | 1780 # explicitly asked for nettle or gcrypt. 1783 # gcrypt over nettle for performance reasons. 1785 nettle = not_found variable 1791 if get_option('nettle').enabled() and get_option('gcrypt').enabled() 1792 error('Only one of gcrypt & nettle can be enabled') 1795 # Explicit nettle/gcrypt request, so ignore gnutls for crypto 1796 if get_option('nettle').enabled() or get_option('gcrypt').enabled() 1801 if (not get_option('gcrypt').auto() or have_system) and not get_option('nettle').enabled() 1836 if (not get_option('nettle').auto() or have_system) and not gcrypt.found() 1837 nettle = dependency('nettle', version: '>=3.4', variable [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 77 nettle-dev \
|
H A D | fedora-win64-cross.docker | 96 mingw64-nettle \
|
H A D | centos9.docker | 86 nettle-devel \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/ |
H A D | boinc-client_7.20.5.bb | 30 nettle \
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | ptest-packagelists.inc | 54 nettle \
|