Home
last modified time | relevance | path

Searched refs:gcrypt (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/qemu/crypto/
H A Dmeson.build39 elif gcrypt.found()
40 crypto_ss.add(gcrypt, files('hash-gcrypt.c', 'hmac-gcrypt.c', 'pbkdf-gcrypt.c'))
66 if gcrypt.found()
67 util_ss.add(gcrypt, files('random-gcrypt.c'))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A Dno-gcrypt-badpath.patch19 - else if test -f "$withval/bin/gcrypt-config" && test -x "$withval/bin/gcrypt-config"; then
20 - with_libgcrypt_config="$withval/bin/gcrypt-config"
29 - with_libgcrypt_config="gcrypt-config"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.7.5.bb58 # gcrypt-pkbdf2 requries --with-crypto_backend=gcrypt or the flag isn't
60 PACKAGECONFIG[gcrypt-pbkdf2] = "--enable-gcrypt-pbkdf2"
67 PACKAGECONFIG[gcrypt] = "--with-crypto_backend=gcrypt,,libgcrypt"
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.18.8.bb19 PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \
28 PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt"
/openbmc/openbmc/meta-security/recipes-compliance/openscap/
H A Dopenscap_1.4.0.bb22 PACKAGECONFIG ?= "python3 rpm perl gcrypt ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selin…
26 PACKAGECONFIG[gcrypt] = "-DWITH_CRYPTO=gcrypt, ,libgcrypt"
/openbmc/openbmc/meta-security/recipes-security/cryptmount/
H A Dcryptmount_6.2.0.bb13 PACKAGECONFIG ?="intl luks gcrypt nls"
18 PACKAGECONFIG[gcrypt] = "--with-libgcrypt, --without-libgcrypt, libgcrypt"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/
H A Dlibssh_0.11.1.bb22 PACKAGECONFIG ??= "gcrypt ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
24 PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=1, -DWITH_GCRYPT=0, libgcrypt, "
/openbmc/openbmc/poky/meta/recipes-support/libssh2/
H A Dlibssh2_1.11.1.bb25 # only one of openssl and gcrypt could be set
28 PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR}, …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/
H A Dlibvncserver_0.9.14.bb12 gcrypt \
28 PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=ON,-DWITH_GCRYPT=OFF,libgcrypt,libgcrypt"
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass31 ${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \
32 ${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \
33 ${GNUPG_MIRROR} ftp://mirrors.dotsrc.org/gcrypt \
37 ftp://ftp.gnutls.org/gcrypt/gnutls ${GNUPG_MIRROR}/gnutls \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/
H A Dusbguard_1.1.3.bb9 computing device hashes (Supported values are sodium, gcrypt, openssl)."
41 PACKAGECONFIG[libgcrypt] = "--with-crypto-library=gcrypt,,libgcrypt,,,libsodium openssl"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0005-include-sys-ttydefaults.h-for-CEOT-definition.patch28 #include <gcrypt.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/
H A D0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch11 libssh/0.11.1/recipe-sysroot/usr/include/gcrypt.h:217:33: note: expanded from macro 'GCRY_THREAD_OP…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Duse-pkgconfig-to-check-libgcrypt.patch30 - [gcrypt],
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/
H A Dxwayland_24.1.4.bb37 PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch79 AC_CHECK_LIB([gcrypt], [gcry_cipher_checktag], [LIBS="${LIBS} -lgcrypt"])
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc180 PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt,"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.56.1.bb62 PACKAGECONFIG[gcrypt] = "-Dgcrypt=true, -Dgcrypt=false, libgcrypt"
/openbmc/qemu/
H A Dmeson.build1780 # explicitly asked for nettle or gcrypt.
1783 # gcrypt over nettle for performance reasons.
1784 gcrypt = 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()
1802 gcrypt = dependency('libgcrypt', version: '>=1.8', variable
1803 required: get_option('gcrypt'))
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian.docker90 libssh-gcrypt-dev \
H A Ddebian-mips64el-cross.docker129 libssh-gcrypt-dev:mips64el \
H A Ddebian-ppc64el-cross.docker137 libssh-gcrypt-dev:ppc64el \
H A Ddebian-s390x-cross.docker136 libssh-gcrypt-dev:s390x \
/openbmc/openbmc/poky/meta/recipes-support/gnutls/
H A Dgnutls_3.8.8.bb21 SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/
H A Dcollectd_5.12.0.bb12 file://no-gcrypt-badpath.patch \

12