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