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.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
/
linux
/
crypto.h
Age
Commit message (
Expand
)
Author
2025-06-11
crypto: ahash - Add support for drivers with no fallback
Herbert Xu
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
2025-04-28
crypto: api - Add crypto_stack_request_init and initialise flags fully
Herbert Xu
2025-04-28
crypto: api - Add crypto_request_clone and fb
Herbert Xu
2025-04-23
crypto: shash - Handle partial blocks in API
Herbert Xu
2025-04-16
crypto: api - Add support for duplicating algorithms before registration
Herbert Xu
2025-04-16
crypto: api - Add reqsize to crypto_alg
Herbert Xu
2025-04-16
crypto: api - Mark cra_init/cra_exit as deprecated
Herbert Xu
2025-04-16
crypto: api - Add helpers to manage request flags
Herbert Xu
2025-04-16
crypto: ahash - Remove request chaining
Herbert Xu
2025-03-21
crypto: remove obsolete 'comp' compression API
Ard Biesheuvel
2025-03-21
crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
Herbert Xu
2025-02-22
crypto: ahash - Add virtual address support
Herbert Xu
2025-02-22
crypto: hash - Add request chaining API
Herbert Xu
2023-10-27
crypto: ahash - remove support for nonzero alignmask
Eric Biggers
2023-09-20
crypto: skcipher - Add lskcipher
Herbert Xu
2023-09-20
crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASK
Herbert Xu
2023-06-23
crypto: sig - Add interface for sign/verify
Herbert Xu
2023-04-20
crypto: api - Add crypto_tfm_get
Herbert Xu
2023-04-14
crypto: api - Move low-level functions into algapi.h
Herbert Xu
2023-03-14
crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h
Herbert Xu
2023-03-14
crypto: rng - Count error stats differently
Herbert Xu
2023-03-14
crypto: skcipher - Count error stats differently
Herbert Xu
2023-03-14
crypto: kpp - Count error stats differently
Herbert Xu
2023-03-14
crypto: acomp - Count error stats differently
Herbert Xu
2023-03-14
crypto: hash - Count error stats differently
Herbert Xu
2023-03-14
crypto: akcipher - Count error stats differently
Herbert Xu
2023-03-14
crypto: aead - Count error stats differently
Herbert Xu
2023-02-13
crypto: api - Remove completion function scaffolding
Herbert Xu
2023-02-13
crypto: api - Use data directly in completion function
Herbert Xu
2023-02-13
crypto: api - Add scaffolding to change completion function signature
Herbert Xu
2022-12-02
crypto: api - Add crypto_tfm_ctx_dma
Herbert Xu
2022-03-03
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
2021-06-24
crypto: api - Move crypto attr definitions out of crypto.h
Herbert Xu
2021-06-17
crypto: api - remove CRYPTOA_U32 and related functions
Liu Shixin
2021-01-22
crypto - shash: reduce minimum alignment of shash_desc structure
Ard Biesheuvel
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2020-07-16
crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
Eric Biggers
2020-07-16
crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS
Eric Biggers
2020-07-09
crypto: api - permit users to specify numa node of acomp hardware
Barry Song
2020-06-26
crypto: api - Prune inclusions in crypto.h
Herbert Xu
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
Eric Biggers
2020-01-09
crypto: remove unused tfm result flags
Eric Biggers
2019-12-27
crypto: api - remove unneeded semicolon
Chen Zhou
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
2019-12-11
crypto: cipher - remove crt_u.cipher (struct cipher_tfm)
Eric Biggers
2019-12-11
crypto: compress - remove crt_u.compress (struct compress_tfm)
Eric Biggers
[next]