summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
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-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-29/+259
2023-06-29Merge 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-25sock: 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
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu1-0/+13
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu1-8/+57
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu1-0/+22
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu1-18/+55
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu3-58/+128
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu1-20/+64
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu1-28/+74
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu1-0/+22
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu1-0/+3
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu1-1/+3
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu2-5/+2
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-1/+1