1. 20 8月, 2009 1 次提交
    • N
      crypto: fips - Depend on ansi_cprng · 4e4ed83b
      Neil Horman 提交于
      What about something like this?  It defaults the CPRNG to m and makes FIPS
      dependent on the CPRNG.  That way you get a module build by default, but you can
      change it to y manually during config and still satisfy the dependency, and if
      you select N it disables FIPS as well.  I rather like that better than making
      FIPS a tristate.  I just tested it out here and it seems to work well.  Let me
      know what you think
      Signed-off-by: NNeil Horman <nhorman@tuxdriver.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      4e4ed83b
  2. 14 8月, 2009 1 次提交
    • H
      crypto: blkcipher - Do not use eseqiv on stream ciphers · 63b5ac28
      Herbert Xu 提交于
      Recently we switched to using eseqiv on SMP machines in preference
      over chainiv.  However, eseqiv does not support stream ciphers so
      they should still default to chainiv.
      
      This patch applies the same check as done by eseqiv to weed out
      the stream ciphers.  In particular, all algorithms where the IV
      size is not equal to the block size will now default to chainiv.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      63b5ac28
  3. 13 8月, 2009 6 次提交
  4. 10 8月, 2009 1 次提交
  5. 06 8月, 2009 3 次提交
  6. 05 8月, 2009 1 次提交
  7. 24 7月, 2009 5 次提交
  8. 22 7月, 2009 7 次提交
  9. 16 7月, 2009 2 次提交
  10. 15 7月, 2009 9 次提交
  11. 14 7月, 2009 4 次提交