Home
last modified time | relevance | path

Searched refs:nettle (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/qemu/crypto/
H A Dmeson.build31 if nettle.found()
32 crypto_ss.add(nettle, files('hash-nettle.c', 'hmac-nettle.c', 'pbkdf-nettle.c'))
H A Dcipher-nettle.c.inc2 * 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 Dlibarchive_3.7.7.bb25 PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle,"
/openbmc/openbmc/poky/meta/recipes-support/nettle/
H A Dnettle_3.10.1.bb3 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 Dcheck-header-files-of-openssl-only-if-enable_.patch4 Subject: [PATCH] nettle: check header files of openssl only if
9 building for nettle.
H A DAdd-target-to-only-build-tests-not-run-them.patch41 @@ -137,6 +137,8 @@ $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../non-nettle.$(OBJEXT) \
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/
H A Dxwayland_24.1.4.bb36 PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.7.5.bb70 PACKAGECONFIG[nettle] = "--with-crypto_backend=nettle,,nettle"
/openbmc/qemu/tests/docker/
H A Dtest-mingw24 --enable-nettle \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/
H A Drdfind_1.6.0.bb6 DEPENDS = "nettle autoconf-archive"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libzip/
H A Dlibzip_1.11.2.bb11 PACKAGECONFIG[gnutls] = "-DENABLE_GNUTLS=ON,-DENABLE_GNUTLS=OFF,gnutls nettle"
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-bad_1.24.10.bb52 PACKAGECONFIG[nettle] = "-Dhls-crypto=nettle,,nettle"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/
H A Dsatyr_0.43.bb22 nettle \
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dmacos-14.vars14 …ibpng libslirp libssh libtasn1 libusb llvm lzo make meson mtools ncurses nettle ninja pixman pkg-c…
H A Dfreebsd-14.vars14 … 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 Dpkcs11-helper_1.30.0.bb27 DEPENDS = "zlib nettle gnutls gmp openssl nss nspr"
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/
H A Depiphany_47.2.bb13 nettle \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc181 PACKAGECONFIG[nettle] = "--enable-nettle,--disable-nettle,nettle"
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc144 PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle"
/openbmc/qemu/
H A Dmeson.build1780 # 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 Dalpine.docker77 nettle-dev \
H A Dfedora-win64-cross.docker96 mingw64-nettle \
H A Dcentos9.docker86 nettle-devel \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/
H A Dboinc-client_7.20.5.bb30 nettle \
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dptest-packagelists.inc54 nettle \

123