1. 3ad618d crypto: inside-secure - hmac(sha224) support by Antoine Tenart · 7 years ago
  2. 73f36ea crypto: inside-secure - hmac(sha256) support by Antoine Tenart · 7 years ago
  3. 4505bb0 crypto: inside-secure - the context ipad/opad should use the state sz by Antoine Tenart · 7 years ago
  4. 15f64ee crypto: inside-secure - improve the skcipher token by Antoine Tenart · 7 years ago
  5. b89a815 crypto: inside-secure - do not access buffers mapped to the device by Antoine Tenart · 7 years ago
  6. 57433b5 crypto: inside-secure - improve the send error path by Antoine Tenart · 7 years ago
  7. d910708 crypto: inside-secure - fix a typo in a register name by Antoine Tenart · 7 years ago
  8. c2c5540 crypto: inside-secure - fix typo s/allways/always/ in a define by Antoine Tenart · 7 years ago
  9. b869648 crypto: inside-secure - move the digest to the request context by Antoine Tenart · 7 years ago
  10. 1d17cbf crypto: inside-secure - fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  11. 5b37689 crypto: inside-secure - improve clock initialization by Gregory CLEMENT · 7 years ago
  12. f962eb4 crypto: inside-secure - fix clock management by Gregory CLEMENT · 7 years ago
  13. efa94457 crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req() by weiyongjun \(A\) · 7 years ago
  14. 4dc5475 crypto: inside-secure - wait for the request to complete if in the backlog by Antoine Tenart · 7 years ago
  15. cff9a17 crypto: inside-secure - move cache result dma mapping to request by Antoine Tenart · 7 years ago
  16. b859202 crypto: inside-secure - move hash result dma mapping to request by Ofer Heifetz · 7 years ago
  17. 57240a7 crypto: inside-secure - unmap the result in the hash send error path by Antoine Tenart · 7 years ago
  18. f7268c5 crypto: inside-secure - keep the requests push/pop synced by Antoine Tenart · 7 years ago
  19. b7007db crypto: inside-secure - fix the invalidation step during cra_exit by Antoine Tenart · 7 years ago
  20. 95831ce crypto: inside-secure - do not process request if no command was issued by Antoine Tenart · 7 years ago
  21. 666a9c7 crypto: inside-secure - fix the cache_len computation by Antoine Tenart · 7 years ago
  22. c1a8fa6 crypto: inside-secure - fix the extra cache computation by Antoine Tenart · 7 years ago
  23. e1d24c0 crypto: inside-secure - do not overwrite the threshold value by Antoine Tenart · 7 years ago
  24. 059bfd1 crypto: inside-secure - make function safexcel_try_push_requests static by Colin Ian King · 7 years ago
  25. 809778e crypto: inside-secure - fix hash when length is a multiple of a block by Antoine Ténart · 7 years ago
  26. c957f8b crypto: inside-secure - avoid unmapping DMA memory that was not mapped by Antoine Ténart · 7 years ago
  27. 871df31 crypto: inside-secure - EIP97 support by Antoine Ténart · 7 years ago
  28. 8732b29 crypto: inside-secure - retry to proceed the request later on fail by Antoine Ténart · 7 years ago
  29. 7f77f5a crypto: inside-secure - handle more result requests when counter is full by Antoine Ténart · 7 years ago
  30. 2313e9f crypto: inside-secure - acknowledge the result requests all at once by Antoine Ténart · 7 years ago
  31. fc8c72b crypto: inside-secure - increase the ring size by Antoine Ténart · 7 years ago
  32. dc7e28a crypto: inside-secure - dequeue all requests at once by Antoine Ténart · 7 years ago
  33. 69ee4dd crypto: inside-secure - use threaded IRQs for result handling by Antoine Ténart · 7 years ago
  34. 8472e77 crypto: inside-secure - move request dequeueing into a workqueue by Antoine Ténart · 7 years ago
  35. 5290ad6 crypto: inside-secure - remove unused parameter in invalidate_cache by Ofer Heifetz · 7 years ago
  36. 847ccfc crypto: inside-secure - move cipher crypto mode to request context by Ofer Heifetz · 7 years ago
  37. 12bf414 crypto: inside-secure - EBUSY is not an error on async request by Ofer Heifetz · 7 years ago
  38. c4daf4c crypto: inside-secure - refrain from unneeded invalidations by Ofer Heifetz · 7 years ago
  39. cc75f5c crypto: inside-secure - comment the caching function by Antoine Ténart · 7 years ago
  40. 60310ea crypto: inside-secure - remove useless memset by Antoine Ténart · 7 years ago
  41. dfbcc08 crypto: inside-secure - fix typo in a comment by Antoine Ténart · 7 years ago
  42. 62c2edd crypto: inside-secure - remove extra empty line by Antoine Ténart · 7 years ago
  43. 2973633 crypto: inside-secure - do not use areq->result for partial results by Antoine Ténart · 7 years ago
  44. 7cad2fa crypto: inside-secure - fix request allocations in invalidation path by Antoine Ténart · 7 years ago
  45. 0a02dcc crypto: inside-secure - free requests even if their handling failed by Antoine Ténart · 7 years ago
  46. 1eb7b40 crypto: inside-secure - per request invalidation by Ofer Heifetz · 7 years ago
  47. 18fddf5 crypto: inside-secure - remove null check before kfree by Himanshu Jha · 7 years ago
  48. 3e1166b crypto: inside-secure - fix gcc-4.9 warnings by Arnd Bergmann · 7 years ago
  49. b7d65fe crypto: inside-secure - fix an error handling path in safexcel_probe() by Christophe Jaillet · 7 years ago
  50. 60c4081 crypto: inside-secure - fix the sha state length in hmac_sha1_setkey by Antoine Ténart · 8 years ago
  51. 42ef3be crypto: inside-secure - fix invalidation check in hmac_sha1_setkey by Antoine Ténart · 8 years ago
  52. a2069aa crypto: inside-secure - do not parse the dma mask from dt by Antoine Ténart · 8 years ago
  53. cfb73f8 crypto: inside-secure - use the base_end pointer in ring rollback by Antoine Ténart · 8 years ago
  54. e826934 crypto: inside-secure - increase the batch size by Antoine Ténart · 8 years ago
  55. 5eb0cc6 crypto: inside-secure - only dequeue when needed by Antoine Ténart · 8 years ago
  56. b1deb47 crypto: inside-secure - get the backlog before dequeueing the request by Antoine Ténart · 8 years ago
  57. c5acabd crypto: inside-secure - stop requeueing failed requests by Antoine Ténart · 8 years ago
  58. 86671ab crypto: inside-secure - use one queue per hw ring by Antoine Ténart · 8 years ago
  59. 9785843 crypto: inside-secure - update the context and request later by Antoine Ténart · 8 years ago
  60. 152bdf4c crypto: inside-secure - align the cipher and hash send functions by Ofer Heifetz · 8 years ago
  61. ee1fd87 crypto: inside-secure - optimize DSE bufferability control by Igal Liberman · 8 years ago
  62. c87925b crypto: inside-secure - enable single WR in DSE configuration by Igal Liberman · 8 years ago
  63. 39ba1bb crypto: inside-secure - fix incorrect DSE data cache setting by Antoine Ténart · 8 years ago
  64. aefa794 crypto: inside-secure - fix the ring wr_cache offset by Antoine Ténart · 8 years ago
  65. aed3731 crypto: inside-secure - use hmac ipad/opad constants by Antoine Ténart · 8 years ago
  66. 1b44c5a crypto: inside-secure - add SafeXcel EIP197 crypto engine driver by Antoine Ténart · 8 years ago