1. 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  2. 5f254dd crypto: cbc - Remove cbc.h by Herbert Xu · 4 years, 4 months ago
  3. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  4. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  5. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  6. a5a84a9 crypto: cbc - convert to skcipher_alloc_instance_simple() by Eric Biggers · 6 years ago
  7. e5bde04 crypto: do not free algorithm before using by Pan Bian · 6 years ago
  8. e6c2e65 crypto: cbc - Propagate NEED_FALLBACK bit by Marcelo Cerri · 8 years ago
  9. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 8 years ago
  10. cc868d8 crypto: cbc - Export CBC implementation by Herbert Xu · 8 years ago
  11. 79c65d1 crypto: cbc - Convert to skcipher by Herbert Xu · 8 years ago
  12. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  13. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  14. 50b6544 [CRYPTO] cbc: Require block size to be a power of 2 by Herbert Xu · 17 years ago
  15. 3c7f076 [CRYPTO] cbc: Use crypto_xor by Herbert Xu · 17 years ago
  16. ebc610e [CRYPTO] templates: Pass type/mask when creating instances by Herbert Xu · 18 years ago
  17. 2e306ee [CRYPTO] api: Add type-safe spawns by Herbert Xu · 18 years ago
  18. db131ef [CRYPTO] cipher: Added block ciphers for CBC/ECB by Herbert Xu · 18 years ago