Skip to content
Snippets Groups Projects
  1. Aug 05, 2009
  2. Jul 24, 2009
    • Herbert Xu's avatar
      crypto: api - Fix aligned ctx helper · ab300465
      Herbert Xu authored
      
      The aligned ctx helper was using a bogus alignment value thas was
      one off the correct value.  Fortunately the current users do not
      require anything beyond the natural alignment of the platform so
      this hasn't caused a problem.
      
      This patch fixes that and also removes the unnecessary minimum
      check since if the alignment is less than the natural alignment
      then the subsequent ALIGN operation should be a noop.
      
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      ab300465
    • Herbert Xu's avatar
      crypto: hmac - Prehash ipad/opad · 0b767b4d
      Herbert Xu authored
      
      This patch uses crypto_shash_export/crypto_shash_import to prehash
      ipad/opad to speed up hmac.  This is partly based on a similar patch
      by Steffen Klassert.
      
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      0b767b4d
  3. Jul 23, 2009
  4. Jul 22, 2009
  5. Jul 21, 2009
  6. Jul 16, 2009
  7. Jul 15, 2009
  8. Jul 14, 2009
  9. Jul 13, 2009
Loading