1. bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  2. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  3. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  4. 485559e psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  5. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  6. 3a95d2b psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  7. 0c677c2 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  8. a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  9. 285f213 Use the new macro PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
  10. bfdfaa6 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
  11. bbb1952 Refactor out mac_sign_setup and mac_verify_setup by Steven Cooreman · 4 years, 3 months ago
  12. 9621f44 Correctly mark unused arguments when MAC algorithms are compiled out by Steven Cooreman · 4 years, 3 months ago
  13. 63fa40e Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  14. aaf9944 Use the proper define guards in the MAC driver by Steven Cooreman · 4 years, 3 months ago
  15. 2a18f56 Remove superfluous checking from MAC driver by Steven Cooreman · 4 years, 3 months ago
  16. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  17. dba0644 Remove superfluous check by Steven Cooreman · 4 years, 3 months ago
  18. e68bb52 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
  19. af81a71 Remove superfluous length check by Steven Cooreman · 4 years, 3 months ago
  20. 9878a16 Code flow and style improvements by Steven Cooreman · 4 years, 3 months ago
  21. 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  22. 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  23. a2a1b80 Make safer_memcmp available to all compile units under PSA by Steven Cooreman · 4 years, 3 months ago
  24. b4b9b28 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
  25. 6e6451e Code flow/readability improvements after review by Steven Cooreman · 4 years, 3 months ago
  26. 5c85ef0 Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
  27. f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  28. 76720f6 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
  29. 87885df Migrate MAC finish calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  30. 11743f9 Migrate MAC update call into the software driver by Steven Cooreman · 4 years, 5 months ago
  31. 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  32. 32d5694 Move internal HMAC implementation into internal MAC driver by Steven Cooreman · 4 years, 5 months ago
  33. 896d51e Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago