1. 48e97af crypto: inside-secure - Added AES-CFB support by Pascal van Leeuwen · 6 years ago
  2. 3e45088 crypto: inside-secure - Added support for basic AES-GCM by Pascal van Leeuwen · 6 years ago
  3. d2d9e6f crypto: inside-secure - Minor code cleanup and optimizations by Pascal van Leeuwen · 6 years ago
  4. 493e289 crypto: inside-secure - Minor optimization recognizing CTR is always AES by Pascal van Leeuwen · 6 years ago
  5. aa88f33 crypto: inside-secure - Made .cra_priority value a define by Pascal van Leeuwen · 6 years ago
  6. 062b64c crypto: inside-secure - Only enable algorithms advertised by the hardware by Pascal van Leeuwen · 6 years ago
  7. c7da38a crypto: inside-secure - Add support for the AES-XTS algorithm by Pascal van Leeuwen · 6 years ago
  8. 93369b5 crypto: inside-secure - Move static cipher alg & mode settings to init by Pascal van Leeuwen · 6 years ago
  9. a3d7c50 crypto: mediatek - fix incorrect crypto key setting by Vic Wu · 6 years ago
  10. 069ec89 crypto: mediatek - add support to OFB/CFB mode by Ryder Lee · 6 years ago
  11. f271ea9 crypto: mediatek - only treat EBUSY as transient if backlog by Ryder Lee · 6 years ago
  12. e049ff5 crypto: mediatek - fix uninitialized value of gctx->textlen by Ryder Lee · 6 years ago
  13. 4797f6c crypto: mediatek - move mtk_aes_find_dev() to the right place by Ryder Lee · 6 years ago
  14. 1bbbbcf crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driver by Mao Wenan · 6 years ago
  15. 9ecf5ad crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c by Hans de Goede · 6 years ago
  16. c03a509 crypto: ccp - invoke fallback for XTS ciphertext stealing by Ard Biesheuvel · 6 years ago
  17. 2be7f90 crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version' by YueHaibing · 6 years ago
  18. 25e9960 crypto: atmel - Fix -Wunused-const-variable warning by YueHaibing · 6 years ago
  19. f1d087b crypto: aegis128 - Fix -Wunused-const-variable warning by YueHaibing · 6 years ago
  20. 6796c02 crypto: caam - add clock entry for i.MX8MQ by Andrey Smirnov · 6 years ago
  21. a672705 crypto: caam - always select job ring via RSR on i.MX8MQ by Andrey Smirnov · 6 years ago
  22. a1cf573 crypto: caam - select DMA address size at runtime by Andrey Smirnov · 6 years ago
  23. dff3680 crypto: caam - don't hardcode inpentry size by Andrey Smirnov · 6 years ago
  24. 6c5f898 crypto: caam - drop explicit usage of struct jr_outentry by Andrey Smirnov · 6 years ago
  25. e27d962 crypto: caam - move cpu_to_caam_dma() selection to runtime by Andrey Smirnov · 6 years ago
  26. 1a3daad crypto: caam - make CAAM_PTR_SZ dynamic by Andrey Smirnov · 6 years ago
  27. 3a0944c crypto: caam - share definition for MAX_SDLEN by Andrey Smirnov · 6 years ago
  28. 6e05542 crypto: caam - drop 64-bit only wr/rd_reg64() by Andrey Smirnov · 6 years ago
  29. 393d2d0 crypto: caam - use ioread64*_hi_lo in rd_reg64 by Andrey Smirnov · 6 years ago
  30. 9f5db8b crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64 by Andrey Smirnov · 6 years ago
  31. d488dfd crypto: caam - request JR IRQ as the last step by Andrey Smirnov · 6 years ago
  32. a6c4194 crypto: caam - convert caam_jr_init() to use devres by Andrey Smirnov · 6 years ago
  33. 51e002e crypto: caam - simplfy clock initialization by Andrey Smirnov · 6 years ago
  34. 70c0cda crypto: caam - move DMA mask selection into a function by Andrey Smirnov · 6 years ago
  35. 671e503 crypto: caam/qi - use print_hex_dump_debug function to print debug messages by Iuliana Prodan · 6 years ago
  36. f6cc45c crypto: inside-secure - add support for using the EIP197 without vendor firmware by Pascal van Leeuwen · 6 years ago
  37. 625f269 crypto: inside-secure - add support for PCI based FPGA development board by Pascal van Leeuwen · 6 years ago
  38. 70e39e2 crypto: inside-secure - Remove redundant algo to engine mapping code by Pascal van Leeuwen · 6 years ago
  39. 0f6e5c8 crypto: inside-secure - make driver selectable for non-Marvell hardware by Pascal van Leeuwen · 6 years ago
  40. c462448 crypto: s5p - use correct block size of 1 for ctr(aes) by Ard Biesheuvel · 6 years ago
  41. 84a0b00 crypto: s5p - deal gracefully with bogus input sizes by Ard Biesheuvel · 6 years ago
  42. 735177c crypto: arm64/aes - implement accelerated ESSIV/CBC mode by Ard Biesheuvel · 6 years ago
  43. 65d0042 crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk by Ard Biesheuvel · 6 years ago
  44. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 6 years ago
  45. 389139b crypto: arm64/aegis128 - use explicit vector load for permute vectors by Ard Biesheuvel · 6 years ago
  46. 309b77e crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL by Christophe JAILLET · 6 years ago
  47. e31b791 crypto: talitos - Fix build warning in aead_des3_setkey by Herbert Xu · 6 years ago
  48. c963050 crypto: n2/des - fix build breakage after DES updates by Ard Biesheuvel · 6 years ago
  49. 5a74362 crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier by Ard Biesheuvel · 6 years ago
  50. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 6 years ago
  51. 7d2f5b0 crypto: sha256 - Add sha224 support to sha256 library code by Hans de Goede · 6 years ago
  52. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 6 years ago
  53. 906a4bb crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit by Hans de Goede · 6 years ago
  54. ad767ee crypto: sha256 - Move lib/sha256.c to lib/crypto by Hans de Goede · 6 years ago
  55. 1a01333 crypto: sha256_generic - Fix some coding style issues by Hans de Goede · 6 years ago
  56. aca1111 crypto: sha256 - Fix some coding style issues by Hans de Goede · 6 years ago
  57. 2396684 crypto: vmx/xts - use fallback for ciphertext stealing by Ard Biesheuvel · 6 years ago
  58. ce68acb crypto: s390/xts-aes - invoke fallback for ciphertext stealing by Ard Biesheuvel · 6 years ago
  59. 8ce5fac crypto: x86/xts - implement support for ciphertext stealing by Ard Biesheuvel · 6 years ago
  60. b395ed4 crypto: hisilicon - Fix warning on printing %p with dma_addr_t by Herbert Xu · 6 years ago
  61. 9a394d1 fs: cifs: move from the crypto cipher API to the new DES library interface by Ard Biesheuvel · 6 years ago
  62. 18fbe0d crypto: des - remove now unused __des3_ede_setkey() by Ard Biesheuvel · 6 years ago
  63. cc1d24b crypto: x86/des - switch to library interface by Ard Biesheuvel · 6 years ago
  64. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 6 years ago
  65. 6b5c481 crypto: des - remove unused function by Ard Biesheuvel · 6 years ago
  66. 4fd4be0 crypto: 3des - move verification out of exported routine by Ard Biesheuvel · 6 years ago
  67. dcb15794 crypto: ux500/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  68. 9d574ae crypto: talitos/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  69. 08d4b40 crypto: sun4i/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  70. b5d0ba8 crypto: stm32/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  71. 4eaef05 crypto: rk3288/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  72. f96c897 crypto: qce/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  73. 0157fb2 crypto: picoxcell/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  74. 304daa4 crypto: omap/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  75. d4b90db crypto: n2/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  76. 9bfa85e crypto: cesa/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  77. 3ca20b6 crypto: ixp4xx/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  78. 21f5a15 crypto: safexcel/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  79. 894b68d crypto: hisilicon/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  80. f4ed686 crypto: hifn/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  81. 00cd6b2 crypto: ccree/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  82. b525041 crypto: ccp/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  83. 43d81a8 crypto: nitrox/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  84. 0e1cbe9 crypto: cpt/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  85. a628c5a crypto: caam/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  86. 05a7238 crypto: bcm/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  87. 92c203e crypto: atmel/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  88. 8f467cf crypto: sparc/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  89. 4e2c820 crypto: s390/des - switch to new verification routines by Ard Biesheuvel · 6 years ago
  90. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 6 years ago
  91. 220f679 MAINTAINERS: nx crypto: Fix typo in a filepath by Denis Efremov · 6 years ago
  92. b0c091a lib/mpi: Eliminate unused umul_ppmm definitions for MIPS by Nathan Chancellor · 6 years ago
  93. ff29629 random: Support freezable kthreads in add_hwgenerator_randomness() by Stephen Boyd · 6 years ago
  94. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 6 years ago
  95. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 6 years ago
  96. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 6 years ago
  97. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 6 years ago
  98. a62084d crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 by Pascal van Leeuwen · 6 years ago
  99. 440dc9a crypto: streebog - remove two unused variables by YueHaibing · 6 years ago
  100. c2ccfa9 crypto: aes-generic - remove unused variable 'rco_tab' by YueHaibing · 6 years ago