1. 27 Oct, 2002 2 commits
  2. 26 Oct, 2002 4 commits
    • David S. Miller's avatar
      d02509cd
    • James Morris's avatar
      [CRYPTO]: Add MD4. · dd26a14c
      James Morris authored
      dd26a14c
    • James Morris's avatar
      [CRYPTO]: More bug fixes and cleanups. · f8b20525
      James Morris authored
      - added back USAGI copyright for HMAC (lost earlier during some
      refactoring).
      - bugfix: make sure tfm pointer is set to NULL during post allocation
      failure path in crypto_alloc_tfm()
      f8b20525
    • 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
  3. 25 Oct, 2002 1 commit
  4. 24 Oct, 2002 3 commits
  5. 23 Oct, 2002 2 commits
  6. 18 Oct, 2002 28 commits