1. 05 9月, 2019 4 次提交
  2. 30 8月, 2019 1 次提交
  3. 22 8月, 2019 2 次提交
  4. 09 8月, 2019 2 次提交
  5. 26 7月, 2019 8 次提交
  6. 06 6月, 2019 4 次提交
  7. 18 4月, 2019 1 次提交
  8. 25 1月, 2019 1 次提交
    • E
      crypto: clarify name of WEAK_KEY request flag · 231baecd
      Eric Biggers 提交于
      CRYPTO_TFM_REQ_WEAK_KEY confuses newcomers to the crypto API because it
      sounds like it is requesting a weak key.  Actually, it is requesting
      that weak keys be forbidden (for algorithms that have the notion of
      "weak keys"; currently only DES and XTS do).
      
      Also it is only one letter away from CRYPTO_TFM_RES_WEAK_KEY, with which
      it can be easily confused.  (This in fact happened in the UX500 driver,
      though just in some debugging messages.)
      
      Therefore, make the intent clear by renaming it to
      CRYPTO_TFM_REQ_FORBID_WEAK_KEYS.
      Signed-off-by: NEric Biggers <ebiggers@google.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      231baecd
  9. 20 11月, 2018 1 次提交
  10. 20 7月, 2018 2 次提交
  11. 09 7月, 2018 9 次提交
  12. 22 6月, 2018 3 次提交
  13. 27 5月, 2018 2 次提交