index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
/
kpp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
2024-04-02
1
-55
/
+3
*
crypto: kpp - Count error stats differently
Herbert Xu
2023-03-14
1
-18
/
+55
*
crypto: kpp - Move reqsize into tfm
Herbert Xu
2022-12-02
1
-4
/
+5
*
crypto: add crypto_has_kpp()
Hannes Reinecke
2022-08-03
1
-0
/
+2
*
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
2021-03-12
1
-0
/
+2
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
2018-12-07
1
-39
/
+9
*
crypto: user - convert all stats from u32 to u64
Corentin Labbe
2018-12-07
1
-6
/
+6
*
crypto: user - Implement a generic crypto statistics
Corentin Labbe
2018-09-28
1
-3
/
+48
*
crypto: kpp - add get/set_flags helpers
Tudor-Dan Ambarus
2017-07-18
1
-0
/
+10
*
crypto: kpp - assume key is already set in maxsize
Tudor-Dan Ambarus
2017-06-10
1
-5
/
+6
*
crypto: kpp, (ec)dh - fix typos
Tudor-Dan Ambarus
2017-06-10
1
-2
/
+2
*
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
Eric Biggers
2017-03-09
1
-3
/
+3
*
crypto: doc - add KPP documentation
Stephan Mueller
2016-12-14
1
-3
/
+12
*
crypto: ecdh - Add ECDH software support
Salvatore Benedetto
2016-06-23
1
-0
/
+1
*
crypto: dh - Add DH software implementation
Salvatore Benedetto
2016-06-23
1
-0
/
+1
*
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
Salvatore Benedetto
2016-06-23
1
-0
/
+328