summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu
2023-08-17KEYS: DigitalSignature link restrictionEric Snowberg
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-26crypto: sm2 - Provide sm2_compute_z_digest when sm2 is disabledHerbert Xu
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells
2023-06-05cyrpto/b128ops: Remove struct u128Peter Zijlstra
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu
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-05-12crypto: engine - Fix struct crypto_engine_op docDavid Yang
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-24KEYS: CA link restrictionEric Snowberg
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg
2023-04-24KEYS: Create static version of public_key_verify_signatureEric Snowberg
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu