An error occurred fetching the project authors.
  1. 01 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] move scatterwalk functions to own file · 5f9e594b
      Andrew Morton authored
      From: Christophe Saout <christophe@saout.de>
      
      I've cleaned up the latest patches and adjusted the header files.
      
      This patch moves the scatterwalk functions from cipher.c to
      scatterwalk.c and adds a header file.
      5f9e594b
  2. 17 Aug, 2003 1 commit
  3. 08 Mar, 2003 3 commits
  4. 02 Feb, 2003 1 commit
    • James Morris's avatar
      [CRYPTO]: in/out scatterlist support for ciphers. · 3957f2b3
      James Morris authored
      - Merge scatterwalk patch from Adam J. Richter <adam@yggdrasil.com>
        API change: cipher methods now take in/out scatterlists and nbytes 
        params.
      - Merge gss_krb5_crypto update from Adam J. Richter <adam@yggdrasil.com>
      - Add KM_SOFTIRQn (instead of KM_CRYPTO_IN etc).
      - Add asm/kmap_types.h to crypto/internal.h
      - Update cipher.c credits.
      - Update cipher.c documentation.
      3957f2b3
  5. 26 Nov, 2002 1 commit
  6. 15 Nov, 2002 1 commit
  7. 06 Nov, 2002 1 commit
  8. 30 Oct, 2002 1 commit
    • James Morris's avatar
      [CRYPTO]: Cleanups based upon suggestions by Jeff Garzik. · b56bc16a
      James Morris authored
      - Changed unsigned to unsigned int in algos.
      - Consistent use of u32 for flags throughout api.
      - Use of unsigned int rather than int for counting things which must
      be positive, also replaced size_ts to keep code simpler and lessen
      bloat on some archs.
      - got rid of some unneeded returns.
      - const correctness.
      b56bc16a
  9. 28 Oct, 2002 2 commits
    • David S. Miller's avatar
      [CRYPTO]: Clean up header file usage. · cddb2800
      David S. Miller authored
      cddb2800
    • James Morris's avatar
      [CRYPTO]: Cleanups and more consistency checks. · 03882e04
      James Morris authored
      - Removed local_bh_disable() from kmap wrapper, not needed now with
      two atomic kmaps.
      - Nuked atomic flag, use in_softirq() instead.
      - Converted crypto_kmap() and crypto_yield() to check in_softirq().
      - Check CRYPTO_MAX_CIPHER_BLOCK_SIZE during alg init.
      - Try to initialize as much at compile time as possible
      (feedback from Christoph Hellwig).
      - Clean up list handling a bit (feedback from Christoph Hellwig).
      03882e04
  10. 27 Oct, 2002 1 commit
    • James Morris's avatar
      [CRYPTO]: Algorithm lookup API change plus bug fixes. · 612893c0
      James Morris authored
      - API change: implemented simplest version of algorithm lookup
      by name (feedback from Rusty Russell and Herbert Valerio Riedel).
      - Now need to add the following line to to /etc/modules.conf for
      dynamic module loading:
          alias des3_ede des
      612893c0
  11. 26 Oct, 2002 1 commit
    • James Morris's avatar
      [CRYPTO]: Bug fixes and cleanups. · eadec301
      James Morris authored
      - try_inc_mod_count() already does what crypto_alg_get() was trying to do.
      (feedback from Andrew Morton).
      - Moved the BUG_ON() in crypto_unregister_alg() further up, no need to
      bother iterating over the list.
      - Always use kmap_atomic (feedback from Andrew Morton).  Implemented two
      atomic kmaps, KM_USER for user context and KM_SOFTIRQ for softirq
      context.
      - Fixup KM_CRYPTO_ placement so Dave does not go crazy.
      eadec301
  12. 24 Oct, 2002 1 commit
  13. 23 Oct, 2002 1 commit