summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov1-0/+1
2023-10-27crypto: ahash - optimize performance when wrapping shashEric Biggers1-63/+5
2023-10-27crypto: ahash - remove crypto_ahash_alignmaskEric Biggers1-6/+0
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-3/+1
2023-10-27crypto: shash - remove crypto_shash_ctx_aligned()Eric Biggers2-10/+0
2023-10-27crypto: shash - remove crypto_shash_alignmaskEric Biggers1-6/+0
2023-10-27crypto: shash - eliminate indirect call for default import and exportEric Biggers1-13/+2
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2-66/+1
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu1-0/+6
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap1-1/+1
2023-10-05crypto: akcipher - fix kernel-doc typosRandy Dunlap1-2/+2
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König1-1/+1
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu2-26/+397
2023-09-20crypto: aead - Add crypto_has_aeadHerbert Xu1-0/+12
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-69/+126
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu1-4/+0
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu1-5/+54
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu2-57/+62
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu1-0/+13
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu1-10/+7
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu1-6/+0
2023-08-17KEYS: DigitalSignature link restrictionEric Snowberg1-0/+12
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu1-0/+3
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-29/+259
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+3
2023-06-26crypto: sm2 - Provide sm2_compute_z_digest when sm2 is disabledHerbert Xu1-0/+9
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu2-11/+3
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu2-0/+157
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu1-0/+36
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov1-1/+0
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells1-4/+2
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells1-0/+1
2023-06-05cyrpto/b128ops: Remove struct u128Peter Zijlstra1-11/+3
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu1-0/+2
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu1-14/+36
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu1-1/+1
2023-05-12crypto: engine - Fix struct crypto_engine_op docDavid Yang1-1/+1
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu1-0/+6
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu2-1/+8
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-199/+538
2023-04-24KEYS: CA link restrictionEric Snowberg1-0/+15
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg1-0/+2
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg1-0/+2
2023-04-24KEYS: Create static version of public_key_verify_signatureEric Snowberg1-0/+9
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2-2/+8
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu1-0/+14
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu1-2/+0
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu2-62/+74
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu1-1/+2