summaryrefslogtreecommitdiff
path: root/crypto/xcbc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-27crypto: sig - Fix verify callHerbert Xu3-7/+11
2023-06-27crypto: akcipher - Set request tfm on sync pathHerbert Xu1-0/+1
2023-06-23KEYS: asymmetric: Use new crypto interface without scatterlistsHerbert Xu1-97/+137
2023-06-23KEYS: asymmetric: Move sm2 code into x509_public_keyHerbert Xu3-111/+91
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu5-17/+226
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu1-0/+95
2023-06-23crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov1-1/+6
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu3-5/+14
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov1-14/+0
2023-06-23crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam1-0/+36
2023-06-23crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2-12/+9
2023-06-23crypto: algboss - Add missing dependency on RNG2Herbert Xu1-3/+4
2023-06-16crypto: hmac - Add missing blank lineFranziska Naepelt1-0/+1
2023-06-02crypto: jitter - correct health test during initializationStephan Müller1-6/+3
2023-05-24crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers1-0/+3
2023-05-24crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu1-5/+7
2023-05-24crypto: cmac - Add support for cloningHerbert Xu1-1/+17
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu1-0/+23
2023-05-24crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu1-9/+9
2023-05-24crypto: aegis128-neon - add header for internal prototypesArnd Bergmann3-11/+19
2023-05-12crypto: jitter - add interface for gathering of raw entropyStephan Müller5-1/+333
2023-05-12crypto: jitter - replace LFSR with SHA3-256Stephan Müller4-120/+219
2023-05-12crypto: hash - Make crypto_ahash_alg helper availableHerbert Xu1-6/+0
2023-05-12crypto: hash - Add statesize to crypto_ahashHerbert Xu1-0/+3
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek9-9/+9
2023-05-01LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou1-0/+3
2023-04-28crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2-3/+6
2023-04-24integrity: machine keyring CA configurationEric Snowberg1-0/+2
2023-04-24KEYS: CA link restrictionEric Snowberg1-0/+38
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg1-0/+28
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg1-0/+22
2023-04-20crypto: testmgr - Add some test vectors for cmac(camellia)David Howells2-0/+53
2023-04-20crypto: cryptd - Add support for cloning hashesHerbert Xu1-0/+16
2023-04-20crypto: cryptd - Convert hash to use modern init_tfm/exit_tfmHerbert Xu1-9/+9
2023-04-20crypto: hmac - Add support for cloningHerbert Xu1-0/+15
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu3-0/+107
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu2-9/+52
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu2-0/+10
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu2-4/+9
2023-04-13KEYS: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu1-2/+1
2023-04-06crypto: algif_hash - Allocate hash state with kmallocHerbert Xu1-4/+15
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu1-1/+1
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller3-120/+76
2023-03-24async_tx: fix kernel-doc notation warningsRandy Dunlap2-7/+7
2023-03-24crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON()Toke Høiland-Jørgensen1-1/+3
2023-03-21asymmetric_keys: log on fatal failures in PE/pkcs7Robbie Harwood2-17/+17
2023-03-21verify_pefile: relax wrapper length checkRobbie Harwood1-4/+8
2023-03-17crypto: fips - simplify one-level sysctl registration for crypto_sysctl_tableLuis Chamberlain1-10/+1
2023-03-14crypto: testmgr - fix RNG performance in fuzz testsEric Biggers1-97/+169