1. 11 10月, 2007 2 次提交
  2. 27 4月, 2007 1 次提交
  3. 06 2月, 2007 1 次提交
  4. 21 9月, 2006 1 次提交
  5. 26 6月, 2006 2 次提交
    • H
      [CRYPTO] all: Pass tfm instead of ctx to algorithms · 6c2bb98b
      Herbert Xu 提交于
      Up until now algorithms have been happy to get a context pointer since
      they know everything that's in the tfm already (e.g., alignment, block
      size).
      
      However, once we have parameterised algorithms, such information will
      be specific to each tfm.  So the algorithm API needs to be changed to
      pass the tfm structure instead of the context pointer.
      
      This patch is basically a text substitution.  The only tricky bit is
      the assembly routines that need to get the context pointer offset
      through asm-offsets.h.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      6c2bb98b
    • H
      [CRYPTO] digest: Remove unnecessary zeroing during init · 43600106
      Herbert Xu 提交于
      Various digest algorithms operate one block at a time and therefore
      keep a temporary buffer of partial blocks.  This buffer does not need
      to be initialised since there is a counter which indicates what is and
      isn't valid in it.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      43600106
  6. 15 1月, 2006 1 次提交
  7. 07 1月, 2006 1 次提交