1. 21 11月, 2011 2 次提交
    • K
      crypto: talitos - be less noisy on startup · 5b859b6e
      Kim Phillips 提交于
      talitos prints every algorithm it registers at module load time.
      Algorithms are being added that make for an excessively noisy console
      (latest HMACs patch makes an SEC 3.1 print 20 lines).
      Instead, display the SEC h/w version number, and inform the
      user of algorithm registration status in /proc/crypto, like so:
      
      talitos ffe30000.crypto: fsl,sec3.1 algorithms registered in /proc/crypto
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      5b859b6e
    • L
      crypto: talitos - add hmac algorithms · 79b3a418
      Lee Nipper 提交于
      Add these hmac algorithms to talitos:
          hmac(md5),
          hmac(sha1),
          hmac(sha224),
          hmac(sha256),
          hmac(sha384),
          hmac(sha512).
      These are all type ahash.
      Signed-off-by: NLee Nipper <lee.nipper@gmail.com>
      
      Fixed up to not register HMAC algorithms on sec2.0 devices.
      Rationale (from Lee):
      
      on an 8349E Rev1.1, there's a problem with hmac for any talitos
      hmac sequence requiring an intermediate hash context (Pointer
      DWORD 1); the result is an incorrect hmac.  An intermediate hash
      context is required for something longer than (65536-blocksize),
      and for other cases when update/finup/final are used inefficiently.
      Interestingly, a normal hash (without hmac) works perfectly
      when using an intermediate context.
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      79b3a418
  2. 01 11月, 2011 1 次提交
  3. 21 10月, 2011 2 次提交
  4. 20 10月, 2011 1 次提交
  5. 15 8月, 2011 1 次提交
  6. 10 8月, 2011 4 次提交
  7. 03 8月, 2011 1 次提交
    • J
      crypto: padlock-aes - Make module loading even quieter when hardware is missing · c39cc377
      Jonathan Nieder 提交于
      When loading aes via the module alias, a padlock module failing to
      load due to missing hardware is not particularly notable.  With
      v2.6.27-rc1~1107^2~14 (crypto: padlock - Make module loading quieter
      when hardware isn't available, 2008-07-03), the padlock-aes module
      suppresses the relevant messages when the "quiet" flag is in use; but
      better to suppress this particular message completely, since the
      administrator can already distinguish such errors by the absence of a
      message indicating initialization failing or succeeding.
      
      This avoids occasional messages in syslog of the form
      
      	padlock_aes: VIA PadLock not detected.
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      c39cc377
  8. 28 7月, 2011 1 次提交
    • D
      n2_crypto: Attach on Niagara-T3. · eb7caf35
      David S. Miller 提交于
      A small modification was necessary since in the machine description
      for 'n2cp' and 'ncp' nodes, there no longer is an 'intr' property.
      
      That's OK because this property was always nothing more than an
      array of integers '1' ... 'nr_inos + 1' so we can just compute it
      in-place.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      eb7caf35
  9. 24 7月, 2011 1 次提交
  10. 15 7月, 2011 8 次提交
  11. 30 6月, 2011 14 次提交
  12. 23 5月, 2011 1 次提交
  13. 19 5月, 2011 3 次提交