aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
AgeCommit message (Expand)Author
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-06-05types: Introduce [us]128Peter Zijlstra
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-13crypto: blake2s: remove module-related codeNick Alcock
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu
2022-12-30crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel
2022-11-11crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-08-19crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQEric Biggers
2022-08-19crypto: lib - move __crypto_xor into utilsEric Biggers
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers
2022-07-20crypto: lib - add module license to libsha1Eric Biggers
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers
2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld
2022-05-28Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-05-27crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEJason A. Donenfeld
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-09-17crypto: sm4 - Do not change section of ck and sboxNathan Chancellor
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-04-22crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2021-01-22crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-30crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar
2020-10-30crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar
2020-10-30crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar
2020-10-30crypto: lib/sha256 - Don't clear temporary variablesArvind Sankar
2020-10-30crypto: lib/sha256 - Use memzero_explicit() for clearing stateArvind Sankar
2020-09-25crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionallyHerbert Xu
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu