1. 22 6月, 2015 1 次提交
    • H
      crypto: skcipher - Allow givencrypt to be NULL · 21dbd96f
      Herbert Xu 提交于
      Currently for skcipher IV generators they must provide givencrypt
      as that is the whole point.  We are currently replacing skcipher
      IV generators with explicit IV generators.  In order to maintain
      backwards compatibility, we need to allow the IV generators to
      still function as a normal skcipher when the RNG Is not present
      (e.g., in the initramfs during boot).  IOW everything but givencrypt
      and givdecrypt will still work but those two will fail.
      
      Therefore this patch assigns a default givencrypt that simply
      returns an error should it be NULL.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      21dbd96f
  2. 21 6月, 2015 4 次提交
  3. 19 6月, 2015 21 次提交
  4. 18 6月, 2015 4 次提交
  5. 17 6月, 2015 10 次提交