1. 7850c91 crypto: marvell/cesa - fix memory leak by Boris BREZILLON · 8 years ago
  2. 03a6f29 crypto: ccp - fix lock acquisition code by Gary R Hook · 8 years ago
  3. d1558f4 eCryptfs: Use skcipher and shash by Herbert Xu · 8 years ago
  4. 3407420 crypto: qat - remove redundant arbiter configuration by Tadeusz Struk · 8 years ago
  5. b62917a crypto: ux500 - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 8 years ago
  6. 9b52d55 crypto: atmel - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 8 years ago
  7. 84a0ced crypto: qat - Change the definition of icp_qat_uof_regtype by Pingchao Yang · 8 years ago
  8. b93f342 hwrng: exynos - use __maybe_unused to hide pm functions by Arnd Bergmann · 8 years ago
  9. ea0375a crypto: ccp - Add abstraction for device-specific calls by Gary R Hook · 8 years ago
  10. c7019c4 crypto: ccp - CCP versioning support by Gary R Hook · 8 years ago
  11. 553d237 crypto: ccp - Support for multiple CCPs by Gary R Hook · 8 years ago
  12. 3f19ce2 crypto: ccp - Remove check for x86 family and model by Gary R Hook · 8 years ago
  13. ce0ae26 crypto: ccp - memset request context to zero during import by Tom Lendacky · 8 years ago
  14. 9c6bd0c lib/mpi: use "static inline" instead of "extern inline" by Arnd Bergmann · 8 years ago
  15. c5d5524 lib/mpi: avoid assembler warning by Arnd Bergmann · 8 years ago
  16. 1879f40 hwrng: bcm63xx - fix non device tree compatibility by Álvaro Fernández Rojas · 8 years ago
  17. 8888690 crypto: testmgr - allow rfc3686 aes-ctr variants in fips mode. by Marcus Meissner · 8 years ago
  18. f93a8b2 crypto: qat - The AE id should be less than the maximal AE number by Pingchao Yang · 8 years ago
  19. 3ee0cb5 lib/mpi: Endianness fix by Michal Marek · 8 years ago
  20. bfd927f crypto: rockchip - add hash support for crypto engine in rk3288 by Zain Wang · 8 years ago
  21. 49abc0d crypto: xts - fix compile errors by Stephan Mueller · 8 years ago
  22. ba871e1 crypto: doc - add skcipher API documentation by Stephan Mueller · 8 years ago
  23. 3981d37f crypto: doc - update AEAD AD handling by Stephan Mueller · 8 years ago
  24. 649e200 crypto: doc - add crypto_rng_generate by Stephan Mueller · 8 years ago
  25. e1eabc0 crypto: doc - add akcipher API by Stephan Mueller · 8 years ago
  26. 029c053 crypto: caam - Staticize caam_jr_shutdown() by Fabio Estevam · 8 years ago
  27. 26d52ea crypto: qat - fix leak on error path by Tadeusz Struk · 8 years ago
  28. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 8 years ago
  29. 730d02e hwrng: pic32 - Add PIC32 RNG hardware driver by Joshua Henderson · 8 years ago
  30. d489d17 dt/bindings: Add bindings for the PIC32 random number generator by Joshua Henderson · 8 years ago
  31. ad84112 crypto: atmel-sha - fix race in atmel_sha_final() by Cyrille Pitchen · 8 years ago
  32. 9c4274d crypto: atmel-sha - fix .import()/.export() implementation by Cyrille Pitchen · 8 years ago
  33. fb16abc crypto: testmgr - mark authenticated ctr(aes) also as FIPS able by Marcus Meissner · 8 years ago
  34. f75516a crypto: keys - Revert "convert public key to akcipher api" by Herbert Xu · 8 years ago
  35. ed1afac crypto: testmgr - mark more algorithms as FIPS compliant by Marcus Meissner · 8 years ago
  36. abfa7f4 crypto: testmgr - fix out of bound read in __test_aead() by Jerome Marchand · 8 years ago
  37. d42cf2f1 crypto: sahara - fill the statesize field by Fabio Estevam · 8 years ago
  38. bceab44 crypto: sahara - avoid needlessly saving and restoring sahara_ctx by Fabio Estevam · 8 years ago
  39. 6e56201 crypto: sahara - remove unneeded mutex in the exported state by Fabio Estevam · 8 years ago
  40. 018ba95 crypto: testmgr - Add a test case for import()/export() by Wang, Rui Y · 8 years ago
  41. 1e0a6e1 crypto: public_key - remove MPIs from public_key_signature struct by Tadeusz Struk · 8 years ago
  42. 42bbaab integrity: convert digsig to akcipher api by Tadeusz Struk · 8 years ago
  43. 57f96bb crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api by Tadeusz Struk · 8 years ago
  44. b31dde2 crypto: ccp - Don't assume export/import areas are aligned by Tom Lendacky · 8 years ago
  45. fd09967 crypto: sha-mb - Fix load failure by Wang, Rui Y · 8 years ago
  46. 53a0bd7 crypto: aead - move aead_request_cast helper to aead.h by Tadeusz Struk · 8 years ago
  47. f823ab9 crypto: sunxi-ss - prevent compilation on 64-bit by Andre Przywara · 8 years ago
  48. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 8 years ago
  49. 6dae100 staging: lustre: Use ahash by Herbert Xu · 8 years ago
  50. d12481b crypto: hash - Add helpers to return alg and driver names by Herbert Xu · 8 years ago
  51. 92b3cad crypto: skcipher - Fix driver name helper by Herbert Xu · 8 years ago
  52. 8bc618d crypto: doc - Use ahash by Herbert Xu · 8 years ago
  53. 0660511 crypto: tcrypt - Use ahash by Herbert Xu · 8 years ago
  54. 2b8b28f crypto: keywrap - memzero the correct memory by Dan Carpenter · 8 years ago
  55. d166216 crypto: ccp - Limit the amount of information exported by Tom Lendacky · 8 years ago
  56. 0529900 crypto: omap-aes - Support crypto engine framework by Baolin Wang · 8 years ago
  57. 735d37b crypto: engine - Introduce the block request crypto engine framework by Baolin Wang · 8 years ago
  58. 9f93a8a crypto: api - Introduce crypto_queue_len() helper function by Baolin Wang · 8 years ago
  59. cc831d3 crypto: atmel-sha - fix algorihtm registration by Cyrille Pitchen · 8 years ago
  60. a7c58ac crypto: crc32 - Rename generic implementation by Herbert Xu · 8 years ago
  61. ddef482 crypto: mcryptd - Fix load failure by Wang, Rui Y · 8 years ago
  62. 2f313e0 crypto: jitterentropy - always select CRYPTO_RNG by Arnd Bergmann · 8 years ago
  63. bfb2892 crypto: sunxi - don't print confusing data by Arnd Bergmann · 8 years ago
  64. e9f6452 libceph: Remove unnecessary ivsize variables by Ilya Dryomov · 8 years ago
  65. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 8 years ago
  66. 10cff58 crypto: sha1-mb - Add missing args_digest offset by Megha Dey · 8 years ago
  67. 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 8 years ago
  68. cf80e0e tcp: Use ahash by Herbert Xu · 8 years ago
  69. 5821c76 sctp: Use shash by Herbert Xu · 8 years ago
  70. 1edb82d nfsd: Use shash by Herbert Xu · 8 years ago
  71. 69110e3 iscsi-target: Use shash and ahash by Herbert Xu · 8 years ago
  72. 5d6ac29 iscsi_tcp: Use ahash by Herbert Xu · 8 years ago
  73. 4a31340 nfc: s3fwrn5: Use shash by Herbert Xu · 8 years ago
  74. 9534d67 drbd: Use shash and ahash by Herbert Xu · 8 years ago
  75. 17bc197 ipsec: Use skcipher and ahash when probing algorithms by Herbert Xu · 8 years ago
  76. 1afe593 rxrpc: Use skcipher by Herbert Xu · 8 years ago
  77. 9695371 mac802154: Use skcipher by Herbert Xu · 8 years ago
  78. e59dd98 libceph: Use skcipher by Herbert Xu · 8 years ago
  79. 71af2f6 Bluetooth: Use skcipher and hash by Herbert Xu · 8 years ago
  80. c3917fd KEYS: Use skcipher by Herbert Xu · 8 years ago
  81. 608fb34 lib80211: Use skcipher and ahash by Herbert Xu · 8 years ago
  82. 3b5cf20 sunrpc: Use skcipher and ahash/shash by Herbert Xu · 8 years ago
  83. 2731a94 f2fs: Use skcipher by Herbert Xu · 8 years ago
  84. 3f32a5b ext4: Use skcipher by Herbert Xu · 8 years ago
  85. 9651ddb cifs: Use skcipher by Herbert Xu · 8 years ago
  86. ab1e6fa wusb: Use skcipher by Herbert Xu · 8 years ago
  87. c3a7922 staging: rtl8192u: Use skcipher and ahash by Herbert Xu · 8 years ago
  88. a60b7fa orinoco: Use ahash by Herbert Xu · 8 years ago
  89. bbdb23b dm crypt: Use skcipher and ahash by Herbert Xu · 8 years ago
  90. a1d3839 staging: rtl8192e: Replace uses of obsolete blkcipher and hash by Herbert Xu · 8 years ago
  91. fdb89b1 ppp_mppe: Use skcipher and ahash by Herbert Xu · 8 years ago
  92. 84a2c93 block: cryptoloop - Use new skcipher interface by Herbert Xu · 8 years ago
  93. a2d382a crypto: skcipher - Add helper to retrieve driver name by Herbert Xu · 8 years ago
  94. c1e9b3b hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUs by Anatoly Pugachev · 8 years ago
  95. b1a57dd hwrng: n2 - documentation, add DT bindings, vendor prefixes by Anatoly Pugachev · 8 years ago
  96. 8d18e34 crypto: hash - Add crypto_has_ahash helper by Herbert Xu · 9 years ago
  97. f2aefda crypto: api - Add crypto_type_has_alg helper by Herbert Xu · 9 years ago
  98. 1aaa753 crypto: skcipher - Add helper to zero stack request by Herbert Xu · 9 years ago
  99. e67ffe0 crypto: hash - Add helpers to zero stack request/descriptor by Herbert Xu · 9 years ago
  100. b361476 crypto: drbg - remove FIPS 140-2 continuous test by Stephan Mueller · 9 years ago