summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2023-07-08crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells-1/+3
2023-07-07KEYS: asymmetric: Fix error codesDan Carpenter-5/+15
2023-07-05crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells-3/+4
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-411/+1249
2023-06-27crypto: akcipher - Do not copy dst if it is NULLHerbert Xu-1/+2
2023-06-27crypto: sig - Fix verify callHerbert Xu-7/+11
2023-06-27crypto: akcipher - Set request tfm on sync pathHerbert Xu-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-62/+4
2023-06-23KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu-97/+137
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu-111/+91
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu-17/+226
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu-0/+95
2023-06-23crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov-1/+6
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu-5/+14
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov-14/+0
2023-06-23crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam-0/+36
2023-06-23crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu-12/+9
2023-06-23crypto: algboss - Add missing dependency on RNG2Herbert Xu-3/+4
2023-06-20crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells-13/+25
2023-06-18crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells-1/+1
2023-06-16crypto: hmac - Add missing blank lineFranziska Naepelt-0/+1
2023-06-12algif: Remove hash_sendpage*()David Howells-66/+0
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+21
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells-41/+70
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells-44/+8
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells-17/+37
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells-24/+27
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells-55/+38
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells-3/+7
2023-06-02KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()Roberto Sassu-17/+21
2023-06-02crypto: jitter - correct health test during initializationStephan Müller-6/+3
2023-05-24crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers-0/+3
2023-05-24crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu-5/+7
2023-05-24crypto: cmac - Add support for cloningHerbert Xu-1/+17
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu-0/+23
2023-05-24crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu-9/+9
2023-05-24crypto: aegis128-neon - add header for internal prototypesArnd Bergmann-11/+19
2023-05-12crypto: jitter - add interface for gathering of raw entropyStephan Müller-1/+333
2023-05-12crypto: jitter - replace LFSR with SHA3-256Stephan Müller-120/+219
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu-6/+0
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu-0/+3
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-12/+15
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-0/+3
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek-9/+9
2023-05-01LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou-0/+3
2023-04-28crypto: engine - fix crypto_queue backlog handlingOlivier Bacon-3/+6
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-851/+1137
2023-04-24integrity: machine keyring CA configurationEric Snowberg-0/+2
2023-04-24KEYS: CA link restrictionEric Snowberg-0/+38