1. 10 6月, 2017 5 次提交
  2. 22 9月, 2016 1 次提交
  3. 13 9月, 2016 4 次提交
  4. 07 9月, 2016 2 次提交
  5. 18 7月, 2016 1 次提交
  6. 24 6月, 2016 1 次提交
  7. 07 6月, 2016 1 次提交
  8. 03 5月, 2016 1 次提交
  9. 01 2月, 2016 1 次提交
  10. 17 12月, 2015 1 次提交
  11. 08 7月, 2015 4 次提交
  12. 01 4月, 2015 1 次提交
    • V
      crypto: omap-aes - Fix support for unequal lengths · 6d7e7e02
      Vutla, Lokesh 提交于
      For cases where total length of an input SGs is not same as
      length of the input data for encryption, omap-aes driver
      crashes. This happens in the case when IPsec is trying to use
      omap-aes driver.
      
      To avoid this, we copy all the pages from the input SG list
      into a contiguous buffer and prepare a single element SG list
      for this buffer with length as the total bytes to crypt, which is
      similar thing that is done in case of unaligned lengths.
      
      Fixes: 6242332f ("crypto: omap-aes - Add support for cases of unaligned lengths")
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      6d7e7e02
  13. 26 1月, 2015 1 次提交
  14. 20 10月, 2014 1 次提交
  15. 10 3月, 2014 1 次提交
  16. 05 12月, 2013 1 次提交
  17. 30 10月, 2013 1 次提交
  18. 24 9月, 2013 1 次提交
  19. 21 8月, 2013 11 次提交