1. b2e2e2d crypto: safexcel - Set DMA alignment explicitly by Herbert Xu · 2 years, 3 months ago
  2. 36dd88b crypto: inside-secure - Add MaxLinear platform by Peter Harliman Liem · 2 years, 5 months ago
  3. 594ed3d crypto: inside-secure - Add fw_little_endian option by Peter Harliman Liem · 2 years, 5 months ago
  4. 22044d9 crypto: inside-secure - Expand soc data structure by Peter Harliman Liem · 2 years, 5 months ago
  5. 320406c crypto: inside-secure - Replace generic aes with libaes by Peter Harliman Liem · 2 years, 5 months ago
  6. 49186a7 crypto: inside_secure - Avoid dma map if size is zero by Peter Harliman Liem · 2 years, 5 months ago
  7. 6645934 crypto: inside-secure - Change swab to swab32 by Peter Harliman Liem · 2 years, 6 months ago
  8. fa4d57b crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of by Pali Rohár · 2 years, 7 months ago
  9. 932be3e crypto: inside-secure - fix packed bit-field result descriptor by Ofer Heifetz · 2 years, 8 months ago
  10. 580c861 crypto: inside-secure - Add MODULE_FIRMWARE macros by Juerg Haefliger · 2 years, 10 months ago
  11. 27fb857 crypto: inside-secure - Minor typo fix in the file safexcel.c by Bhaskar Chowdhury · 4 years ago
  12. 7334a4b crypto: inside-secure - fix platform_get_irq.cocci warnings by Tian Tao · 4 years, 2 months ago
  13. 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 2 months ago
  14. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 3 months ago
  15. c98e233 crypto: inside-secure - Fix sizeof() mismatch by Colin Ian King · 4 years, 4 months ago
  16. 63cdd87 crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkey by Herbert Xu · 4 years, 5 months ago
  17. 78cf1c8 crypto: inside-secure - Move ipad/opad into safexcel_context by Herbert Xu · 4 years, 5 months ago
  18. 18e5189 crypto: inside-secure - Move priv pointer into safexcel_context by Herbert Xu · 4 years, 5 months ago
  19. dbc756f crypto: inside-secure - Add support for EIP197 with output classifier by Pascal van Leeuwen · 4 years, 5 months ago
  20. bd03b02 crypto: inside-secure - Prevent missing of processing errors by Pascal van Leeuwen · 4 years, 6 months ago
  21. 5705918 crypto: inside-secure - use kfree_sensitive() by Denis Efremov · 4 years, 6 months ago
  22. c672041 crypto: inside-secure - irq balance by Sven Auhagen · 4 years, 7 months ago
  23. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 8 months ago
  24. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  25. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  26. 177e358 crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops by Pascal van Leeuwen · 5 years ago
  27. cb97aa9 crypto: inside-secure - Fix hang case on EIP97 with zero length input data by Pascal van Leeuwen · 5 years ago
  28. 098e51e crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97 by Pascal van Leeuwen · 5 years ago
  29. 3f61b05 crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify code by zhengbin · 5 years ago
  30. b815122 crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin by Pascal van Leeuwen · 5 years ago
  31. c3510fe crypto: inside-secure - Fix hangup during probing for EIP97 engine by Pascal van Leeuwen · 5 years ago
  32. df40c4e crypto: inside-secure - Add missed clk_disable_unprepare by Chuhong Yuan · 5 years ago
  33. 13a1bb9 crypto: inside-secure - Fixed warnings on inconsistent byte order handling by Pascal van Leeuwen · 5 years ago
  34. e9fc367 crypto: inside-secure - Made locally used safexcel_pci_remove() static by Pascal van Leeuwen · 5 years ago
  35. 756497c crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=m by Pascal van Leeuwen · 5 years ago
  36. 27018ab crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init() by YueHaibing · 5 years ago
  37. 1a61af2 crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm" by Colin Ian King · 5 years ago
  38. 977da07 crypto: inside-secure - Remove #ifdef checks by Arnd Bergmann · 5 years ago
  39. 74e6bd4 crypto: inside-secure - Fix a maybe-uninitialized warning by Arnd Bergmann · 5 years ago
  40. 5fd39c4 crypto: inside-secure - Add support for the EIP196 by Pascal van Leeuwen · 5 years ago
  41. 946a4a2 crypto: inside-secure - Add support for HW with less ring AIC's than rings by Pascal van Leeuwen · 5 years ago
  42. 84ca4e5 crypto: inside-secure - Add support for 256 bit wide internal bus by Pascal van Leeuwen · 5 years ago
  43. a9a8962 crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEAD by Pascal van Leeuwen · 5 years ago
  44. 92c60ce crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD" by Pascal van Leeuwen · 5 years ago
  45. a19052d crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEAD by Pascal van Leeuwen · 5 years ago
  46. d96cf19 crypto: inside-secure - Fixed corner case TRC admin RAM probing issue by Pascal van Leeuwen · 5 years ago
  47. b8c5d88 crypto: inside-secure - Fix stability issue with Macchiatobin by Pascal van Leeuwen · 5 years ago
  48. 457a6fd crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC by Pascal van Leeuwen · 5 years ago
  49. f0a8bdf crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC by Pascal van Leeuwen · 5 years ago
  50. bb7679b crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBC by Pascal van Leeuwen · 5 years ago
  51. 6c1c09b crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms by Pascal van Leeuwen · 5 years ago
  52. aaf5a38 crypto: inside-secure - Add SHA3 family of basic hash algorithms by Pascal van Leeuwen · 5 years ago
  53. 1769f70 crypto: inside-secure - Add SM4 based authenc AEAD ciphersuites by Pascal van Leeuwen · 5 years ago
  54. f77e5dc crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipher by Pascal van Leeuwen · 5 years ago
  55. 7468ab2 crypto: inside-secure - Add support for the cfb(sm4) skcipher by Pascal van Leeuwen · 5 years ago
  56. 03a6cfb crypto: inside-secure - Add support for the ofb(sm4) skcipher by Pascal van Leeuwen · 5 years ago
  57. 6f2d142 crypto: inside-secure - Add support for the cbc(sm4) skcipher by Pascal van Leeuwen · 5 years ago
  58. fcca797 crypto: inside-secure - Add support for the ecb(sm4) skcipher by Pascal van Leeuwen · 5 years ago
  59. aa3a43e crypto: inside-secure - Added support for HMAC-SM3 ahash by Pascal van Leeuwen · 5 years ago
  60. 0f2bc13 crypto: inside-secure - Added support for basic SM3 ahash by Pascal van Leeuwen · 5 years ago
  61. a606192 crypto: inside-secure - Add support for the Chacha20-Poly1305 AEAD by Pascal van Leeuwen · 5 years ago
  62. 4a593fb crypto: inside-secure - Added support for the CHACHA20 skcipher by Pascal van Leeuwen · 5 years ago
  63. 7a627db crypto: inside-secure - Added support for the AES-CMAC ahash by Pascal van Leeuwen · 5 years ago
  64. 38f21b4 crypto: inside-secure - Added support for the AES XCBC ahash by Pascal van Leeuwen · 5 years ago
  65. b98687b crypto: inside-secure - Added support for the AES CBCMAC ahash by Pascal van Leeuwen · 5 years ago
  66. a7cf865 crypto: inside-secure - Added support for CRC32 by Pascal van Leeuwen · 5 years ago
  67. 212ef6f crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=n by Pascal van Leeuwen · 5 years ago
  68. 465527b crypto: inside-secure - Probe transform record cache RAM sizes by Pascal van Leeuwen · 5 years ago
  69. b2d92ac crypto: inside-secure - Base RD fetchcount on actual RD FIFO size by Pascal van Leeuwen · 5 years ago
  70. 35c0e6c crypto: inside-secure - Base CD fetchcount on actual CD FIFO size by Pascal van Leeuwen · 5 years ago
  71. 4bdf712 crypto: inside-secure - Enable extended algorithms on newer HW by Pascal van Leeuwen · 5 years ago
  72. f9d131d crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRL by Pascal van Leeuwen · 5 years ago
  73. 118db42 crypto: inside-secure - Add EIP97/EIP197 and endianness detection by Pascal van Leeuwen · 5 years ago
  74. 4eb76faf crypto: inside-secure - Added support for basic AES-CCM by Pascal van Leeuwen · 5 years ago
  75. 50485df crypto: inside-secure - Added AES-OFB support by Pascal van Leeuwen · 5 years ago
  76. 48e97af crypto: inside-secure - Added AES-CFB support by Pascal van Leeuwen · 5 years ago
  77. 3e45088 crypto: inside-secure - Added support for basic AES-GCM by Pascal van Leeuwen · 5 years ago
  78. d2d9e6f crypto: inside-secure - Minor code cleanup and optimizations by Pascal van Leeuwen · 5 years ago
  79. 493e289 crypto: inside-secure - Minor optimization recognizing CTR is always AES by Pascal van Leeuwen · 5 years ago
  80. aa88f33 crypto: inside-secure - Made .cra_priority value a define by Pascal van Leeuwen · 5 years ago
  81. 062b64c crypto: inside-secure - Only enable algorithms advertised by the hardware by Pascal van Leeuwen · 5 years ago
  82. c7da38a crypto: inside-secure - Add support for the AES-XTS algorithm by Pascal van Leeuwen · 5 years ago
  83. 93369b5 crypto: inside-secure - Move static cipher alg & mode settings to init by Pascal van Leeuwen · 5 years ago
  84. f6cc45c crypto: inside-secure - add support for using the EIP197 without vendor firmware by Pascal van Leeuwen · 6 years ago
  85. 625f269 crypto: inside-secure - add support for PCI based FPGA development board by Pascal van Leeuwen · 6 years ago
  86. 70e39e2 crypto: inside-secure - Remove redundant algo to engine mapping code by Pascal van Leeuwen · 6 years ago
  87. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 6 years ago
  88. 21f5a15 crypto: safexcel/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  89. f8dab55 crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 6 years ago
  90. 1bfaac7 crypto: inside-secure - Remove redundant DES ECB & CBC keysize check by Pascal van Leeuwen · 6 years ago
  91. f26882a crypto: inside-secure - Use defines instead of some constants (cosmetic) by Pascal van Leeuwen · 6 years ago
  92. 31fb084 crypto: inside-secure -reduce hash byte counters to 64 bits by Pascal van Leeuwen · 6 years ago
  93. 0e17e36 crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites by Pascal van Leeuwen · 6 years ago
  94. 54f9e8f crypto: inside-secure - added support for rfc3686(ctr(aes)) by Pascal van Leeuwen · 6 years ago
  95. 77cdd4e crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede)) by Pascal van Leeuwen · 6 years ago
  96. 363a90c crypto: safexcel/aes - switch to library version of key expansion routine by Ard Biesheuvel · 6 years ago
  97. 85b36ee crypto: inside-secure - add support for 0 length HMAC messages by Pascal van Leeuwen · 6 years ago
  98. 41abed7 crypto: inside-secure - add support for arbitrary size hash/HMAC updates by Pascal van Leeuwen · 6 years ago
  99. 85695b0 crypto: inside-secure - let HW deal with initial hash digest by Pascal van Leeuwen · 6 years ago
  100. dc5268b crypto: inside-secure: back out parts of earlier HMAC update workaround by Pascal van Leeuwen · 6 years ago