Skip to content
Snippets Groups Projects
Select Git revision
  • cmac-layout
  • master default
  • wip-slh-dsa-sha2-128s
  • master-updates
  • release-3.10-fixes
  • getopt-prototype
  • fix-bcrypt-warning
  • refactor-hmac
  • wip-use-alignas
  • trim-sha3-context
  • fix-gitlab-ci
  • check-fat-emulate
  • delete-digest_func-size
  • slh-dsa-shake-128f-nettle
  • slh-dsa-shake-128s-nettle
  • slh-dsa-shake-128s
  • delete-openpgp
  • ppc64-sha512
  • delete-md5-compat
  • cleanup-hmac-tests
  • ppc64-sha256
  • nettle_3.10.2_release_20250626
  • nettle_3.10.1_release_20241230
  • nettle_3.10_release_20240616
  • nettle_3.10rc2
  • nettle_3.10rc1
  • nettle_3.9.1_release_20230601
  • nettle_3.9_release_20230514
  • nettle_3.8.1_release_20220727
  • nettle_3.8_release_20220602
  • nettle_3.7.3_release_20210606
  • nettle_3.7.2_release_20210321
  • nettle_3.7.1_release_20210217
  • nettle_3.7_release_20210104
  • nettle_3.7rc1
  • nettle_3.6_release_20200429
  • nettle_3.6rc3
  • nettle_3.6rc2
  • nettle_3.6rc1
  • nettle_3.5.1_release_20190627
  • nettle_3.5_release_20190626
41 results

gcm-camellia256.c

Blame
  • acconfig.h 1.00 KiB
    /* acconfig.h
       This file is in the public domain.
    
       Descriptive text for the C preprocessor macros that
       the distributed Autoconf macros can define.
       No software package will use all of them; autoheader copies the ones
       your configure.in uses into your configuration header file templates.
    
       The entries are in sort -df order: alphabetical, case insensitive,
       ignoring punctuation (such as underscores).  Although this order
       can split up related entries, it makes it easier to check whether
       a given entry is in the file.
    
       Leave the following blank line there!!  Autoheader needs it.  */
    
    
    /* The ADNS resolver library */
    #undef HAVE_ADNS
    
    /* The glib utility library (from gtk+) */
    #undef HAVE_GLIB
    
    /* GNU readline */
    #undef HAVE_READLINE
    
    /* The W3C libwww */
    #undef HAVE_WWW
    
    
    /* Leave that blank line there!!  Autoheader needs it.
       If you're adding to this file, keep in mind:
       The entries are in sort -df order: alphabetical, case insensitive,
       ignoring punctuation (such as underscores).  */