index
:
kernel/git/netdev/net.git
main
Netdev Group's networking tree
Netdev Group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
/
internal
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-1
/
+101
2025-11-22
Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist"
Eric Biggers
1
-1
/
+47
2025-10-29
crypto: blake2b - Reimplement using library API
Eric Biggers
1
-116
/
+0
2025-10-29
lib/crypto: blake2b: Add BLAKE2b library functions
Eric Biggers
1
-1
/
+16
2025-10-17
crypto: drbg - Export CTR DRBG DF functions
Harsh Jain
1
-0
/
+54
2025-10-04
Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-10
/
+1
2025-09-20
crypto: comp - Use same definition of context alloc and free ops
Dan Moulding
1
-10
/
+1
2025-08-29
lib/crypto: blake2s: Consolidate into single C translation unit
Eric Biggers
1
-19
/
+0
2025-08-29
lib/crypto: blake2s: Remove obsolete self-test
Eric Biggers
1
-2
/
+0
2025-08-29
lib/crypto: poly1305: Consolidate into single module
Eric Biggers
1
-9
/
+7
2025-07-31
Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-19
/
+37
2025-07-18
crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacks
Ovidiu Panait
1
-11
/
+0
2025-07-18
crypto: engine - remove request batching support
Ovidiu Panait
1
-4
/
+0
2025-07-18
crypto: acomp - Fix CFI failure due to type punning
Eric Biggers
1
-4
/
+1
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
1
-52
/
+0
2025-07-04
lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
1
-8
/
+0
2025-07-04
lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
1
-4
/
+4
2025-07-04
lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
1
-6
/
+0
2025-06-27
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-06-26
crypto: ahash - Add crypto_ahash_tested() helper function
Harald Freudenberger
1
-0
/
+7
2025-06-26
crypto: ahash - make hash walk functions from ahash.c public
Harald Freudenberger
1
-0
/
+23
2025-06-23
crypto: ahash - Stop legacy tfms from using the set_virt fallback path
Herbert Xu
1
-0
/
+6
2025-06-20
lib/crypto: sha256: Mark sha256_choose_blocks as __always_inline
Arnd Bergmann
1
-1
/
+1
2025-06-13
crypto: testmgr - reinstate kconfig control over full self-tests
Eric Biggers
1
-2
/
+4
2025-05-23
Revert "crypto: testmgr - Add hash export format testing"
Herbert Xu
1
-6
/
+0
2025-05-19
crypto: testmgr - Add hash export format testing
Herbert Xu
1
-0
/
+6
2025-05-19
crypto: hmac - Add ahash support
Herbert Xu
1
-0
/
+9
2025-05-19
crypto: hash - Add export_core and import_core hooks
Herbert Xu
1
-0
/
+3
2025-05-19
crypto: hash - Move core export and import into internel/hash.h
Herbert Xu
1
-0
/
+48
2025-05-12
crypto: testmgr - make it easier to enable the full set of tests
Eric Biggers
1
-4
/
+2
2025-05-12
crypto: geniv - use memcpy_sglist() instead of null skcipher
Eric Biggers
1
-1
/
+0
2025-05-05
crypto: ahash - Add HASH_REQUEST_ZERO
Herbert Xu
1
-0
/
+4
2025-05-05
crypto: lib/sha256 - Use generic block helper
Herbert Xu
1
-7
/
+0
2025-05-05
crypto: lib/sha256 - Add helpers for block-based shash
Herbert Xu
1
-0
/
+45
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
2
-4
/
+4
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
1
-0
/
+28
2025-05-05
crypto: lib/poly1305 - Add block-only interface
Herbert Xu
1
-2
/
+26
2025-05-05
crypto: lib/sha256 - Move partial block handling out
Herbert Xu
1
-0
/
+52
2025-04-28
crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist
Herbert Xu
1
-47
/
+1
2025-04-28
crypto: api - Add crypto_stack_request_init and initialise flags fully
Herbert Xu
2
-4
/
+4
2025-04-28
crypto: api - Add crypto_request_clone and fb
Herbert Xu
2
-2
/
+12
2025-04-23
crypto: arm/blake2b - Use API partial block handling
Herbert Xu
1
-62
/
+0
2025-04-23
crypto: blake2b-generic - Use API partial block handling
Herbert Xu
1
-9
/
+57
2025-04-23
crypto: shash - Handle partial blocks in API
Herbert Xu
1
-0
/
+15
2025-04-23
crypto: engine - Realign struct crypto_engine to save 8 bytes
Thorsten Blum
1
-3
/
+2
2025-04-17
crypto: deflate - Make the acomp walk atomic
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: hash - Add HASH_REQUEST_ON_STACK
Herbert Xu
1
-1
/
+25
2025-04-16
crypto: skcipher - Realign struct skcipher_walk to save 8 bytes
Thorsten Blum
1
-2
/
+1
2025-04-16
crypto: simd - Include asm/simd.h in internal/simd.h
Herbert Xu
1
-3
/
+1
2025-04-16
crypto: acomp - Remove reqsize field
Herbert Xu
1
-3
/
+0
2025-04-16
crypto: acomp - Simplify folio handling
Herbert Xu
1
-15
/
+1
2025-04-16
crypto: acomp - Add ACOMP_REQUEST_CLONE
Herbert Xu
1
-8
/
+3
2025-04-16
crypto: acomp - Add ACOMP_FBREQ_ON_STACK
Herbert Xu
1
-0
/
+26
2025-04-16
crypto: acomp - Use request flag helpers and add acomp_request_flags
Herbert Xu
1
-0
/
+6
2025-04-16
crypto: ahash - Remove request chaining
Herbert Xu
1
-5
/
+0
2025-04-16
crypto: acomp - Remove request chaining
Herbert Xu
1
-5
/
+0
2025-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-1
/
+1
2025-04-12
crypto: ahash - Disable request chaining
Herbert Xu
1
-1
/
+1
2025-04-07
crypto: chacha - remove <crypto/internal/chacha.h>
Eric Biggers
1
-43
/
+0
2025-04-07
crypto: acomp - Add acomp_walk
Herbert Xu
1
-0
/
+44
2025-04-07
crypto: acomp - Move scomp stream allocation code into acomp
Herbert Xu
2
-19
/
+42
2025-04-07
crypto: scomp - Allocate per-cpu buffer on first use of each CPU
Herbert Xu
2
-1
/
+13
2025-03-21
crypto: acomp - Add support for folios
Herbert Xu
1
-0
/
+18
2025-03-21
crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
Herbert Xu
1
-0
/
+6
2025-03-21
crypto: acomp - Remove dst_free
Herbert Xu
1
-2
/
+0
2025-03-21
crypto: scomp - Remove support for some non-trivial SG lists
Herbert Xu
1
-2
/
+0
2025-03-15
crypto: acomp - Add request chaining and virtual addresses
Herbert Xu
1
-0
/
+42
2025-03-15
crypto: acomp - Move stream management into scomp layer
Herbert Xu
2
-27
/
+2
2025-03-15
crypto: scomp - Remove tfm argument from alloc/free_ctx
Herbert Xu
1
-4
/
+4
2025-03-15
crypto: skcipher - Make skcipher_walk src.virt.addr const
Herbert Xu
1
-1
/
+1
2025-03-15
crypto: skcipher - Eliminate duplicate virt.addr field
Herbert Xu
1
-5
/
+21
2025-03-02
crypto: skcipher - Use restrict rather than hand-rolling accesses
Herbert Xu
1
-6
/
+8
2025-02-22
crypto: ahash - Add virtual address support
Herbert Xu
1
-0
/
+5
2025-02-22
crypto: hash - Add request chaining API
Herbert Xu
1
-0
/
+10
2025-01-14
crypto: skcipher - document skcipher_walk_done() and rename some vars
Eric Biggers
1
-1
/
+1
2025-01-04
crypto: ahash - make hash walk functions private to ahash.c
Eric Biggers
1
-23
/
+0
2024-12-14
crypto: skcipher - remove support for physical address walks
Eric Biggers
1
-12
/
+0
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-2
/
+125
2024-10-05
crypto: ecdsa - Support P1363 signature decoding
Lukas Wunner
1
-0
/
+1
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
1
-0
/
+13
2024-10-05
crypto: akcipher - Drop sign/verify operations
Lukas Wunner
1
-2
/
+2
2024-10-05
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
1
-0
/
+1
2024-10-05
crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks
Lukas Wunner
1
-0
/
+28
2024-10-05
crypto: sig - Introduce sig_alg backend
Lukas Wunner
1
-0
/
+80
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-08-24
crypto: simd - Do not call crypto_alloc_tfm during registration
Herbert Xu
1
-10
/
+2
2024-06-16
crypto: ecc - Add comment to ecc_digits_from_bytes about input byte array
Stefan Berger
1
-0
/
+3
2024-05-20
Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-13
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2024-05-17
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
1
-13
/
+2
2024-04-26
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
1
-1
/
+2
2024-04-25
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
1
-2
/
+3
2024-04-12
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
1
-1
/
+2
2024-04-12
crypto: ecdsa - Convert byte arrays with key coordinates to digits
Stefan Berger
1
-0
/
+21
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
3
-18
/
+0
2024-03-13
Revert "crypto: remove CONFIG_CRYPTO_STATS"
Herbert Xu
3
-2
/
+29
2024-03-01
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
3
-29
/
+2
2024-02-02
crypto: ahash - unexport crypto_hash_alg_has_setkey()
Eric Biggers
1
-2
/
+0
2023-10-27
crypto: ahash - remove support for nonzero alignmask
Eric Biggers
1
-3
/
+1
2023-10-27
crypto: shash - remove crypto_shash_ctx_aligned()
Eric Biggers
1
-5
/
+0
2023-10-13
crypto: skcipher - Remove obsolete skcipher_alg helpers
Herbert Xu
1
-42
/
+0
2023-10-13
crypto: skcipher - Add crypto_spawn_skcipher_alg_common
Herbert Xu
1
-0
/
+6
2023-09-20
crypto: skcipher - Add lskcipher
Herbert Xu
1
-14
/
+100
2023-08-18
crypto: engine - Move struct crypto_engine into internal/engine.h
Herbert Xu
1
-0
/
+61
2023-08-18
crypto: engine - Create internal/engine.h
Herbert Xu
1
-0
/
+13
2023-06-23
crypto: sig - Add interface for sign/verify
Herbert Xu
1
-0
/
+17
2023-05-24
crypto: cipher - Add crypto_clone_cipher
Herbert Xu
1
-0
/
+2
2023-05-12
crypto: hash - Make crypto_ahash_alg helper available
Herbert Xu
1
-0
/
+6
2023-05-12
crypto: hash - Add statesize to crypto_ahash
Herbert Xu
1
-0
/
+6
2023-04-20
crypto: hash - Add crypto_clone_ahash/shash
Herbert Xu
1
-2
/
+0
2023-03-14
crypto: acomp - Count error stats differently
Herbert Xu
2
-10
/
+48
2023-02-13
crypto: skcipher - Use crypto_request_complete
Herbert Xu
1
-1
/
+1
2023-02-13
crypto: kpp - Use crypto_request_complete
Herbert Xu
1
-1
/
+1
2023-02-13
crypto: hash - Use crypto_request_complete
Herbert Xu
1
-1
/
+1
2023-02-13
crypto: akcipher - Use crypto_request_complete
Herbert Xu
1
-1
/
+1
2023-02-13
crypto: aead - Use crypto_request_complete
Herbert Xu
1
-1
/
+1
2023-02-13
crypto: acompress - Use crypto_request_complete
Herbert Xu
1
-1
/
+1
2022-12-02
crypto: kpp - Add ctx helpers with DMA alignment
Herbert Xu
1
-1
/
+23
2022-12-02
crypto: akcipher - Add ctx helpers with DMA alignment
Herbert Xu
1
-1
/
+23
2022-12-02
crypto: skcipher - Add ctx helpers with DMA alignment
Herbert Xu
1
-0
/
+22
2022-12-02
crypto: hash - Add ctx helpers with DMA alignment
Herbert Xu
1
-0
/
+22
2022-12-02
crypto: aead - Add ctx helpers with DMA alignment
Herbert Xu
1
-0
/
+22
2022-12-02
crypto: Prepare to move crypto_tfm_ctx
Herbert Xu
2
-1
/
+4
2022-12-02
crypto: kpp - Move reqsize into tfm
Herbert Xu
1
-1
/
+1
2022-12-02
crypto: akcipher - Move reqsize into tfm
Herbert Xu
1
-1
/
+1
2022-12-02
crypto: kpp - Add helper to set reqsize
Herbert Xu
1
-0
/
+6
2022-11-25
Revert "crypto: shash - avoid comparing pointers to exported functions under ...
Eric Biggers
1
-1
/
+7
2022-11-18
crypto: skcipher - Allow sync algorithms with large request contexts
Herbert Xu
1
-0
/
+8
2022-09-30
crypto: aead - Remove unused inline functions from aead
Gaosheng Cui
1
-25
/
+0
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
1
-108
/
+0
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+158
2022-03-03
crypto: kpp - provide support for KPP spawns
Nicolai Stange
1
-0
/
+75
2022-03-03
crypto: kpp - provide support for KPP template instances
Nicolai Stange
1
-0
/
+83
2022-02-04
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
1
-15
/
+25
2022-01-11
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-0
/
+71
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
1
-3
/
+3
2021-11-26
crypto: kdf - Add key derivation self-test support code
Stephan Müller
1
-0
/
+71
2021-10-29
crypto: ecc - Export additional helper functions
Daniele Alessandrelli
1
-0
/
+36
2021-10-29
crypto: ecc - Move ecc.h to include/crypto/internal
Daniele Alessandrelli
1
-0
/
+245
2021-06-17
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
1
-7
/
+1
2021-04-02
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
1
-1
/
+2
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
1
-1
/
+0
2021-01-03
crypto: blake2b - sync with blake2s implementation
Eric Biggers
1
-0
/
+115
2021-01-03
crypto: blake2s - adjust include guard naming
Eric Biggers
1
-3
/
+3
2021-01-03
crypto: blake2s - optimize blake2s initialization
Eric Biggers
1
-4
/
+1
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-5
/
+60
2021-01-03
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
1
-0
/
+41
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2
-0
/
+219
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2020-08-28
crypto: ahash - Add ahash_alg_instance
Herbert Xu
1
-0
/
+6
2020-08-21
crypto: hash - Remove unused async iterators
Ira Weiny
1
-13
/
+0
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2020-07-16
crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
Eric Biggers
1
-1
/
+1
2020-01-16
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
1
-35
/
+10
2020-01-09
crypto: shash - convert shash_free_instance() to new style
Eric Biggers
1
-1
/
+1
2020-01-09
crypto: geniv - convert to new way of freeing instances
Eric Biggers
1
-1
/
+0
2020-01-09
crypto: hash - add support for new way of freeing instances
Eric Biggers
1
-0
/
+2
2020-01-09
crypto: ahash - unexport crypto_ahash_type
Eric Biggers
1
-2
/
+0
2020-01-09
crypto: algapi - remove obsoleted instance creation helpers
Eric Biggers
1
-31
/
+0
2020-01-09
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
Eric Biggers
1
-2
/
+2
2020-01-09
crypto: ahash - introduce crypto_grab_ahash()
Eric Biggers
1
-0
/
+10
2020-01-09
crypto: shash - introduce crypto_grab_shash()
Eric Biggers
1
-0
/
+10
2020-01-09
crypto: akcipher - pass instance to crypto_grab_akcipher()
Eric Biggers
1
-9
/
+3
2020-01-09
crypto: aead - pass instance to crypto_grab_aead()
Eric Biggers
1
-8
/
+3
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
1
-8
/
+3
2020-01-09
crypto: ahash - make struct ahash_instance be the full size
Eric Biggers
1
-3
/
+9
2020-01-09
crypto: shash - make struct shash_instance be the full size
Eric Biggers
1
-4
/
+9
2020-01-09
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
Eric Biggers
1
-12
/
+3
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-6
/
+2
2020-01-09
crypto: skcipher - remove skcipher_walk_aead()
Eric Biggers
1
-2
/
+0
2019-12-27
crypto: skcipher - Add skcipher_ialg_simple helper
Herbert Xu
1
-3
/
+11
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
3
-9
/
+5
2019-12-11
crypto: hmac - Use init_tfm/exit_tfm interface
Herbert Xu
1
-0
/
+6
2019-12-11
crypto: chacha - fix warning message in header file
Valdis Klētnieks
1
-1
/
+1
2019-12-11
crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>
Eric Biggers
1
-10
/
+0
2019-12-11
crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms
Eric Biggers
1
-0
/
+6
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
2
-32
/
+0
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
1
-0
/
+5
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
1
-0
/
+19
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
1
-9
/
+0
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
1
-2
/
+2
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
1
-0
/
+67
2019-11-17
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
1
-10
/
+0
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
1
-0
/
+53
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
1
-12
/
+0
2019-10-05
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
1
-30
/
+0
2019-09-09
crypto: skcipher - add the ability to abort a skcipher walk
Ard Biesheuvel
1
-0
/
+5
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
1
-29
/
+40
2019-08-22
crypto: des/3des_ede - add new helpers to verify keys
Ard Biesheuvel
1
-0
/
+141
2019-08-02
crypto: user - fix potential warnings in cryptouser.h
Masahiro Yamada
1
-1
/
+4
2019-07-26
crypto: user - make NETLINK_CRYPTO work inside netns
Ondrej Mosnacek
1
-2
/
+0
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-6
/
+60
2019-06-13
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
1
-0
/
+60
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
10
-60
/
+10
2019-05-30
crypto: algapi - remove crypto_tfm_in_queue()
Eric Biggers
1
-6
/
+0
2019-03-22
crypto: simd,testmgr - introduce crypto_simd_usable()
Eric Biggers
1
-0
/
+24
2019-03-22
crypto: simd - support wrapping AEAD algorithms
Eric Biggers
1
-0
/
+20
2019-01-18
crypto: user - forward declare crypto_nlsk
Eric Biggers
1
-0
/
+2
2019-01-11
crypto: algapi - remove crypto_alloc_instance()
Eric Biggers
1
-3
/
+3
2019-01-11
crypto: skcipher - add helper for simple block cipher modes
Eric Biggers
1
-0
/
+15
[next]