summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld-177/+2
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-36/+525
2022-05-23certs: Factor out the blacklist hash creationMickaël Salaün-1/+2
2022-05-13crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior-12/+11
2022-04-29crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov-4/+4
2022-04-08crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers-12/+63
2022-04-08crypto: engine - Add parameter description in crypto_transfer_request() kerne...Yang Li-0/+1
2022-04-08crypto: sm4 - export sm4 constant arraysTianjia Zhang-1/+9
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld-8/+438
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+117
2022-03-22crypto: fix crc64 testmgr digest byte orderKeith Busch-2/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-466/+2396
2022-03-14crypto: dh - Remove the unused function dh_safe_prime_dh_alg()Jiapeng Chong-6/+0
2022-03-10KEYS: asymmetric: properly validate hash_algo and encodingEric Biggers-35/+76
2022-03-10KEYS: asymmetric: enforce that sig algo matches key algoEric Biggers-12/+15
2022-03-08KEYS: remove support for asym_tpm keysEric Biggers-1097/+0
2022-03-08KEYS: x509: remove dead code that set ->unsupported_sigEric Biggers-9/+0
2022-03-08KEYS: x509: remove never-set ->unsupported_key flagEric Biggers-15/+2
2022-03-08KEYS: x509: remove unused fieldsEric Biggers-2/+0
2022-03-08KEYS: x509: clearly distinguish between key and signature algorithmsEric Biggers-15/+19
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch-0/+117
2022-03-03crypto: crypto_xor - use helpers for unaligned accessesArd Biesheuvel-3/+21
2022-03-03crypto: cleanup commentsTom Rix-10/+10
2022-03-03crypto: dh - calculate Q from P for the full public key verificationNicolai Stange-11/+29
2022-03-03crypto: dh - disallow plain "dh" usage in FIPS modeNicolai Stange-1/+0
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange-10/+54
2022-03-03crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()Nicolai Stange-7/+8
2022-03-03crypto: testmgr - add keygen tests for ffdheXYZ(dh) templatesNicolai Stange-0/+558
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange-3/+138
2022-03-03crypto: testmgr - add known answer tests for ffdheXYZ(dh) templatesNicolai Stange-0/+908
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange-1/+303
2022-03-03crypto: dh - introduce common code for built-in safe-prime group supportNicolai Stange-0/+208
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange-8/+19
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange-29/+10
2022-03-03crypto: kpp - provide support for KPP spawnsNicolai Stange-0/+9
2022-03-03crypto: kpp - provide support for KPP template instancesNicolai Stange-0/+20
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe-0/+1
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu-0/+2
2022-02-18crypto: xts - Add softdep on ecbHerbert Xu-0/+1
2022-02-15crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet-3/+0
2022-02-11crypto: hmac - disallow keys < 112 bits in FIPS modeStephan Müller-0/+13
2022-02-11crypto: hmac - add fips_skip supportStephan Müller-0/+5
2022-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2022-02-05crypto: tcrypt - remove all multibuffer ahash testsTianjia Zhang-224/+0
2022-02-05crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu-1/+1
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld-2/+2
2022-01-31crypto: memneq - avoid implicit unaligned accessesArd Biesheuvel-7/+15
2022-01-31crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu-1/+1
2022-01-31crypto: rsa-pkcs1pad - use clearer variable namesEric Biggers-15/+16
2022-01-31crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers-0/+2