1. 21 8月, 2015 1 次提交
    • H
      crypto: skcipher - Add top-level skcipher interface · 7a7ffe65
      Herbert Xu 提交于
      This patch introduces the crypto skcipher interface which aims
      to replace both blkcipher and ablkcipher.
      
      It's very similar to the existing ablkcipher interface.  The
      main difference is the removal of the givcrypt interface.  In
      order to make the transition easier for blkcipher users, there
      is a helper SKCIPHER_REQUEST_ON_STACK which can be used to place
      a request on the stack for synchronous transforms.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      7a7ffe65
  2. 19 8月, 2015 2 次提交
  3. 18 8月, 2015 4 次提交
  4. 17 8月, 2015 17 次提交
  5. 13 8月, 2015 7 次提交
  6. 11 8月, 2015 2 次提交
  7. 10 8月, 2015 7 次提交