1. 05 Nov, 2014 1 commit
  2. 13 Jun, 2014 1 commit
    • Shawn Willden's avatar
      Reformat software keymaster with clang-format. · 1406b8af
      Shawn Willden authored
      I'm going to be making extensive changes in these files so it's
      convenient to apply clang-format up front so I can let it handle
      formatting for the real work.
      
      Also made them pass cpplint.py (except that cpplint wants me to name the
      softkeymaster.h guard incorrectly).
      
      Change-Id: I0f3717300c3536feabc38f0f0648aeb51bf77cee
      1406b8af
  3. 20 May, 2014 1 commit
  4. 16 May, 2014 1 commit
    • Shawn Willden's avatar
      Reformat software keymaster with clang-format. · 33ddab81
      Shawn Willden authored
      I'm going to be making extensive changes in these files so it's
      convenient to apply clang-format up front so I can let it handle
      formatting for the real work.
      
      Also made them pass cpplint.py (except that cpplint wants me to name the
      softkeymaster.h guard incorrectly).
      
      Change-Id: I3cb8682f136e3147c46e85e2bb05b679c492a925
      33ddab81
  5. 19 Oct, 2013 1 commit
  6. 11 Sep, 2013 1 commit
  7. 10 Sep, 2013 1 commit
    • Kenny Root's avatar
      Provide fallback for keymaster implementations · b4d2e023
      Kenny Root authored
      Some implementations won't support ECDSA or DSA, so provide a fallback
      for them by using the softkeymaster implementation. This will allow us
      to universally support ECDSA and DSA on all platforms regardless of HAL
      version.
      
      (cherry picked from commit 17208e0d)
      
      Bug: 10600582
      Change-Id: Ic02102cb2b7f66e2ad3469f4edd9d03c4ae3fdf4
      b4d2e023
  8. 05 Sep, 2013 1 commit
    • Kenny Root's avatar
      Provide fallback for keymaster implementations · 17208e0d
      Kenny Root authored
      Some implementations won't support ECDSA or DSA, so provide a fallback
      for them by using the softkeymaster implementation. This will allow us
      to universally support ECDSA and DSA on all platforms regardless of HAL
      version.
      
      Bug: 10600582
      Change-Id: Ib842816cc1415ec00abb7d22c8e9b6bbe58f6a86
      17208e0d