index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
crypto.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
1
-435
/
+0
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
1
-393
/
+2
2019-11-01
crypto: skcipher - remove crypto_has_ablkcipher()
Eric Biggers
1
-31
/
+0
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+11
2019-07-03
crypto: doc - Add parameter documentation
Hook, Gary
1
-0
/
+11
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-05-30
crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST
Eric Biggers
1
-1
/
+0
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-1
/
+1
2019-01-11
crypto: cipher - remove struct cipher_desc
Eric Biggers
1
-8
/
+0
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-30
/
+4
2018-12-23
crypto: api - document missing stats member
Corentin Labbe
1
-0
/
+7
2018-12-07
crypto: user - Add crypto_stats_init
Corentin Labbe
1
-0
/
+3
2018-12-07
crypto: user - rename err_cnt parameter
Corentin Labbe
1
-14
/
+14
2018-12-07
crypto: user - Split stats in multiple structures
Corentin Labbe
1
-62
/
+118
[next]