index
:
linux-toradex.git
colibri
colibri_vf
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.6-2.0.x-imx
toradex_6.6-2.1.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.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
/
crypto
Age
Commit message (
Expand
)
Author
2015-06-04
crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539
Martin Willi
2015-06-04
crypto: testmgr - Add Poly1305 test vectors from RFC7539
Martin Willi
2015-06-04
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
Martin Willi
2015-06-04
crypto: testmgr - Add ChaCha20 test vectors from RFC7539
Martin Willi
2015-06-04
crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation
Martin Willi
2015-06-03
crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page
Herbert Xu
2015-06-03
crypto: cryptd - Convert to new AEAD interface
Herbert Xu
2015-06-03
crypto: cryptd - Add setkey/setauthsize functions for AEAD
Herbert Xu
2015-06-03
crypto: pcrypt - Add support for new AEAD interface
Herbert Xu
2015-06-03
crypto: aead - Add multiple algorithm registration interface
Herbert Xu
2015-06-03
crypto: aead - Ignore return value from crypto_unregister_alg
Herbert Xu
2015-06-03
crypto: api - Include alignment in crypto_alg_extsize
Herbert Xu
2015-06-03
crypto: aead - Add type-safe init/exit functions
Herbert Xu
2015-06-03
Revert "crypto: algif_aead - Disable AEAD user-space for now"
Herbert Xu
2015-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-28
crypto: jitterentropy - remove timekeeping_valid_for_hres
Stephan Mueller
2015-05-28
crypto: algif_aead - Switch to new AEAD interface
Herbert Xu
2015-05-28
crypto: tcrypt - Switch to new AEAD interface
Herbert Xu
2015-05-28
crypto: testmgr - Switch to new AEAD interface
Herbert Xu
2015-05-28
crypto: seqiv - Fix module unload/reload crash
Herbert Xu
2015-05-28
crypto: seqiv - Fix IV size in context size calculation
Herbert Xu
2015-05-28
crypto: seqiv - Use common IV generation code
Herbert Xu
2015-05-28
crypto: seqiv - Copy AD along with plain/cipher text
Herbert Xu
2015-05-28
crypto: echainiv - Fix IV size in context size calculation
Herbert Xu
2015-05-28
crypto: echainiv - Use common IV generation code
Herbert Xu
2015-05-28
crypto: echainiv - Copy AD along with plain text
Herbert Xu
2015-05-28
crypto: aead - Add common IV generation code
Herbert Xu
2015-05-28
crypto: aead - Preserve in-place processing in old_crypt
Herbert Xu
2015-05-28
crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd
Herbert Xu
2015-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-05-27
crypto: jitterentropy - add jitterentropy RNG
Stephan Mueller
2015-05-27
crypto: drbg - use Jitter RNG to obtain seed
Stephan Mueller
2015-05-27
crypto: drbg - add async seeding operation
Stephan Mueller
2015-05-27
crypto: drbg - prepare for async seeding
Stephan Mueller
2015-05-26
crypto: algif_aead - Disable AEAD user-space for now
Herbert Xu
2015-05-25
crypto: aead - Remove unused cryptoff parameter
Herbert Xu
2015-05-25
crypto: seqiv - Stop using cryptoff
Herbert Xu
2015-05-25
crypto: echainiv - Stop using cryptoff
Herbert Xu
2015-05-25
crypto: aead - Do not set cra_type for new style instances
Herbert Xu
2015-05-25
crypto: echainiv - Use aead_register_instance
Herbert Xu
2015-05-25
crypto: seqiv - Use aead_register_instance
Herbert Xu
2015-05-25
crypto: aead - Use tmpl->create
Herbert Xu
2015-05-25
crypto: skcipher - Use tmpl->create
Herbert Xu
2015-05-25
crypto: echainiv - echainiv_read_iv() can be static
Wu Fengguang
2015-05-25
crypto: pcrypt - Make tfm_count an atomic_t
Herbert Xu
2015-05-25
crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize
Herbert Xu
2015-05-25
crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.
Harald Freudenberger
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-22
crypto: echainiv - Add encrypted chain IV generator
Herbert Xu
[prev]
[next]