/openbmc/qemu/crypto/ |
H A D | meson.build | 39 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 D | no-gcrypt-badpath.patch | 19 - 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 D | cryptsetup_2.7.5.bb | 58 # 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 D | aide_0.18.8.bb | 19 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 D | openscap_1.4.0.bb | 22 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 D | cryptmount_6.2.0.bb | 13 PACKAGECONFIG ?="intl luks gcrypt nls" 18 PACKAGECONFIG[gcrypt] = "--with-libgcrypt, --without-libgcrypt, libgcrypt"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/ |
H A D | libssh_0.11.1.bb | 22 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 D | libssh2_1.11.1.bb | 25 # 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 D | libvncserver_0.9.14.bb | 12 gcrypt \ 28 PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=ON,-DWITH_GCRYPT=OFF,libgcrypt,libgcrypt"
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | mirrors.bbclass | 31 ${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 D | usbguard_1.1.3.bb | 9 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 D | 0005-include-sys-ttydefaults.h-for-CEOT-definition.patch | 28 #include <gcrypt.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/ |
H A D | 0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch | 11 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 D | use-pkgconfig-to-check-libgcrypt.patch | 30 - [gcrypt],
|
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/ |
H A D | xwayland_24.1.4.bb | 37 PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
H A D | 0001-configure.ac.in-fix-host-contamination.patch | 79 AC_CHECK_LIB([gcrypt], [gcry_cipher_checktag], [LIBS="${LIBS} -lgcrypt"])
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 180 PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt,"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/ |
H A D | gvfs_1.56.1.bb | 62 PACKAGECONFIG[gcrypt] = "-Dgcrypt=true, -Dgcrypt=false, libgcrypt"
|
/openbmc/qemu/ |
H A D | meson.build | 1780 # 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 D | debian.docker | 90 libssh-gcrypt-dev \
|
H A D | debian-mips64el-cross.docker | 129 libssh-gcrypt-dev:mips64el \
|
H A D | debian-ppc64el-cross.docker | 137 libssh-gcrypt-dev:ppc64el \
|
H A D | debian-s390x-cross.docker | 136 libssh-gcrypt-dev:s390x \
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/ |
H A D | gnutls_3.8.8.bb | 21 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 D | collectd_5.12.0.bb | 12 file://no-gcrypt-badpath.patch \
|