summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-3022-411/+1249
|\
| * crypto: akcipher - Do not copy dst if it is NULLHerbert Xu2023-06-271-1/+2
| * crypto: sig - Fix verify callHerbert Xu2023-06-273-7/+11
| * crypto: akcipher - Set request tfm on sync pathHerbert Xu2023-06-271-0/+1
| * KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu2023-06-231-97/+137
| * KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2023-06-233-111/+91
| * crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-235-17/+226
| * crypto: akcipher - Add sync interface without SG listsHerbert Xu2023-06-231-0/+95
| * crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov2023-06-231-1/+6
| * crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu2023-06-233-5/+14
| * crypto: api - Remove crypto_init_ops()Dmitry Safonov2023-06-231-14/+0
| * crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam2023-06-231-0/+36
| * crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2023-06-232-12/+9
| * crypto: algboss - Add missing dependency on RNG2Herbert Xu2023-06-231-3/+4
| * crypto: hmac - Add missing blank lineFranziska Naepelt2023-06-161-0/+1
| * crypto: jitter - correct health test during initializationStephan Müller2023-06-021-6/+3
| * crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers2023-05-241-0/+3
| * crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu2023-05-241-5/+7
| * crypto: cmac - Add support for cloningHerbert Xu2023-05-241-1/+17
| * crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-241-0/+23
| * crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu2023-05-241-9/+9
| * crypto: aegis128-neon - add header for internal prototypesArnd Bergmann2023-05-243-11/+19
| * crypto: jitter - add interface for gathering of raw entropyStephan Müller2023-05-125-1/+333
| * crypto: jitter - replace LFSR with SHA3-256Stephan Müller2023-05-124-120/+219
| * crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu2023-05-121-6/+0
| * crypto: hash - Add statesize to crypto_ahashHerbert Xu2023-05-121-0/+3
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-244-62/+4
* | crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells2023-06-201-13/+25
* | crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells2023-06-181-1/+1
* | algif: Remove hash_sendpage*()David Howells2023-06-121-66/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-17/+21
|\ \
| * | KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu2023-06-021-17/+21
| |/
* | crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells2023-06-082-41/+70
* | crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-44/+8
* | crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells2023-06-083-17/+37
* | crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells2023-06-081-24/+27
* | crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells2023-06-084-55/+38
* | crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells2023-06-081-3/+7
|/
* Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-0711-12/+15
|\
| * crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek2023-05-029-9/+9
| * crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2023-04-282-3/+6
* | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-041-0/+3
|\ \
| * | LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou2023-05-011-0/+3
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \ \
| * | | KEYS: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-2628-851/+1137
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2023-04-202-0/+53
| * | | crypto: cryptd - Add support for cloning hashesHerbert Xu2023-04-201-0/+16
| * | | crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu2023-04-201-9/+9
| * | | crypto: hmac - Add support for cloningHerbert Xu2023-04-201-0/+15