index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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]