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