HomeSort by: relevance | last modified time | path
    Searched refs:nettle (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_cryptor_private.h 106 #include <nettle/pbkdf2.h>
108 #include <nettle/aes.h>
109 #include <nettle/version.h>
archive_hmac_private.h 72 #include <nettle/hmac.h>
archive_digest_private.h 137 /* Nettle crypto headers */
139 #include <nettle/md5.h>
142 #include <nettle/ripemd160.h>
148 #include <nettle/sha.h>
archive_version_details.c 65 #include <nettle/version.h>
150 archive_strcat(str, " nettle/");
  /src/external/bsd/wpa/dist/src/crypto/
crypto_nettle.c 10 #include <nettle/nettle-meta.h>
11 #include <nettle/des.h>
13 #include <nettle/hmac.h>
14 #include <nettle/aes.h>
17 #include <nettle/arcfour.h>
18 #include <nettle/bignum.h>
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/
pw-pbkdf2.c 36 #include <nettle/pbkdf2.h>
37 #include <nettle/hmac.h>
  /src/external/bsd/unbound/dist/compat/
getentropy_linux.c 56 #include <nettle/sha.h>
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
otp.c 111 #include <nettle/hmac.h>
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 76 #include <nettle/hmac.h>
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 72 #include <nettle/md4.h>
  /src/external/bsd/wpa/dist/hostapd/
Android.mk 717 ifeq ($(CONFIG_CRYPTO), nettle)
  /src/external/bsd/unbound/dist/
configure 1699 --with-nettle=path use libnettle as crypto library, installed at path.
21258 # Check whether --with-nettle was given.
21266 ac_fn_c_check_header_compile "$LINENO" "nettle/dsa-compat.h" "ac_cv_header_nettle_dsa_compat_h" "$ac_includes_default
21275 CPPFLAGS="$CPPFLAGS -I$withval/include/nettle"
21285 CPPFLAGS="$CPPFLAGS -I/usr/include/nettle"
21289 PC_CRYPTO_DEPENDENCY="hogweed nettle"
22937 for ac_header in nettle/eddsa.h
22939 ac_fn_c_check_header_compile "$LINENO" "nettle/eddsa.h" "ac_cv_header_nettle_eddsa_h" "$ac_includes_default
26726 as_fn_error $? "--with-nettle can only be used in combination with --with-libunbound-only." "$LINENO" 5

Completed in 56 milliseconds