index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
Age
Commit message (
Expand
)
Author
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-04-12
crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx
Herbert Xu
2026-04-03
crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode
Eric Biggers
2026-04-03
crypto: rng - Unexport "default RNG" symbols
Eric Biggers
2026-04-03
crypto: rng - Add crypto_stdrng_get_bytes()
Eric Biggers
2026-04-01
lib/crypto: arm64/aes: Remove obsolete chunking logic
Eric Biggers
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
2026-03-30
lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit
Eric Biggers
2026-03-27
crypto: remove HKDF library
Eric Biggers
2026-03-27
crypto: cryptd - Remove unused functions
Eric Biggers
2026-03-23
crypto: sm3 - Remove 'struct sm3_state'
Eric Biggers
2026-03-23
crypto: sm3 - Remove the original "sm3_block_generic()"
Eric Biggers
2026-03-23
crypto: sm3 - Remove sm3_base.h
Eric Biggers
2026-03-23
lib/crypto: sm3: Add SM3 library API
Eric Biggers
2026-03-23
crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]
Eric Biggers
2026-03-23
crypto: sm3 - Fold sm3_init() into its caller
Eric Biggers
2026-03-23
lib/crypto: aesgcm: Use GHASH library API
Eric Biggers
2026-03-23
lib/crypto: gf128hash: Remove unused content from ghash.h
Eric Biggers
2026-03-23
lib/crypto: gf128mul: Remove unused 4k_lle functions
Eric Biggers
2026-03-23
lib/crypto: s390/ghash: Migrate optimized code into library
Eric Biggers
2026-03-23
lib/crypto: riscv/ghash: Migrate optimized code into library
Eric Biggers
2026-03-23
lib/crypto: powerpc/ghash: Migrate optimized code into library
Eric Biggers
2026-03-23
lib/crypto: gf128hash: Add GHASH support
Eric Biggers
2026-03-23
lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions
Eric Biggers
2026-03-23
lib/crypto: gf128hash: Rename polyval module to gf128hash
Eric Biggers
2026-03-22
crypto: add missing kernel-doc for anonymous union members
Kit Dallege
2026-03-22
crypto: simd - Remove unused skcipher support
Eric Biggers
2026-03-19
lib/crypto: Remove unused file blockhash.h
Eric Biggers
2026-03-09
lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
Eric Biggers
2026-03-09
lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
Eric Biggers
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
2026-03-07
crypto: ecc - correct kernel-doc format
Randy Dunlap
2026-03-07
crypto: des - fix all kernel-doc warnings
Randy Dunlap
2026-03-07
crypto: acomp - repair kernel-doc warnings
Randy Dunlap
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-10
Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-10
Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-02-03
lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly
Eric Biggers
2026-01-31
crypto: skcipher - Add new helper function crypto_skcipher_tested
Harald Freudenberger
2026-01-30
pkcs7: Allow the signing algo to do whatever digestion it wants itself
David Howells
2026-01-30
pkcs7, x509: Rename ->digest to ->m
David Howells
2026-01-27
lib/crypto: sha1: Remove low-level functions from API
Eric Biggers
2026-01-15
lib/crypto: aes: Remove old AES en/decryption functions
Eric Biggers
2026-01-15
lib/crypto: aesgcm: Use new AES library API
Eric Biggers
2026-01-15
lib/crypto: aescfb: Use new AES library API
Eric Biggers
2026-01-15
crypto: drbg - Use new AES library API
Eric Biggers
2026-01-15
lib/crypto: sparc/aes: Migrate optimized code into library
Eric Biggers
[next]