index
:
kernel/git/daniel.lezcano/linux.git
dtpm/next
master
timers/drivers/next
daniel.lezcano's fork of linux.git
Daniel Lezcano
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2021-01-22
crypto - shash: reduce minimum alignment of shash_desc structure
Ard Biesheuvel
1
-4
/
+4
2021-01-21
crypto: public_key: Remove redundant header file from public_key.h
Tianjia Zhang
1
-1
/
+0
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
1
-1
/
+0
2021-01-03
crypto: blake2b - sync with blake2s implementation
Eric Biggers
2
-0
/
+182
2021-01-03
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
1
-2
/
+1
2021-01-03
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
2021-01-03
crypto: blake2s - add comment for blake2s_state fields
Eric Biggers
1
-0
/
+1
2021-01-03
crypto: blake2s - optimize blake2s initialization
Eric Biggers
2
-30
/
+28
2021-01-03
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-5
/
+60
2021-01-03
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
1
-0
/
+41
2021-01-03
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
3
-39
/
+219
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2020-11-20
crypto: lib/curve25519 - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
6
-41
/
+55
2020-11-06
crypto: aead - add crypto_aead_driver_name()
Eric Biggers
1
-0
/
+5
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
4
-4
/
+8
2020-10-08
X.509: Fix modular build of public_key_sm2
Herbert Xu
1
-12
/
+0
2020-09-25
X.509: support OSCCA SM2-with-SM3 certificate verification
Tianjia Zhang
1
-0
/
+15
2020-09-25
crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
Tianjia Zhang
1
-0
/
+25
2020-09-25
crypto: sm3 - export crypto_sm3_final function
Tianjia Zhang
1
-0
/
+2
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
1
-0
/
+1
2020-09-11
crypto: cbc - Remove cbc.h
Herbert Xu
1
-141
/
+0
2020-08-28
crypto: ahash - Remove AHASH_REQUEST_ON_STACK
Herbert Xu
1
-5
/
+0
2020-08-28
crypto: ahash - Add ahash_alg_instance
Herbert Xu
1
-0
/
+6
2020-08-28
crypto: ahash - Add init_tfm/exit_tfm
Herbert Xu
1
-0
/
+13
2020-08-21
crypto: hash - Remove unused async iterators
Ira Weiny
1
-13
/
+0
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
1
-1
/
+1
2020-08-19
crypto: algapi - Move crypto_yield into internal.h
Herbert Xu
1
-6
/
+0
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
7
-7
/
+7
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-07-23
crypto: skcipher - drop duplicated word in kernel-doc
Randy Dunlap
1
-1
/
+1
2020-07-23
crypto: hash - drop duplicated word in a comment
Randy Dunlap
1
-1
/
+1
2020-07-16
crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
Eric Biggers
1
-1
/
+2
2020-07-16
crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS
Eric Biggers
1
-1
/
+2
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
1
-7
/
+16
2020-07-16
crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
Eric Biggers
1
-1
/
+1
2020-07-16
crypto: lib/sha256 - add sha256() function
Eric Biggers
1
-0
/
+1
2020-07-16
crypto: x86/chacha-sse3 - use unaligned loads for state array
Ard Biesheuvel
1
-4
/
+0
2020-07-16
crypto: lib/chacha20poly1305 - Add missing function declaration
Herbert Xu
1
-0
/
+2
2020-07-09
crypto: api - permit users to specify numa node of acomp hardware
Barry Song
1
-0
/
+18
2020-06-19
docs: crypto: convert asymmetric-keys.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-18
crypto: algif_aead - Only wake up when ctx->more is zero
Herbert Xu
1
-1
/
+3
2020-06-18
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
1
-2
/
+2
2020-05-08
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
1
-0
/
+10
2020-05-08
crypto: hash - introduce crypto_shash_tfm_digest()
Eric Biggers
1
-0
/
+19
2020-05-08
crypto: lib/sha256 - return void
Eric Biggers
2
-14
/
+10
2020-05-08
crypto: acomp - search acomp with scomp backend in crypto_has_acomp
Barry Song
1
-1
/
+1
2020-05-08
crypto: engine - support for batch requests
Iuliana Prodan
1
-0
/
+5
2020-05-08
crypto: engine - support for parallel requests based on retry mechanism
Iuliana Prodan
1
-2
/
+8
2020-05-08
crypto: algapi - create function to add request in front of queue
Iuliana Prodan
1
-0
/
+2
2020-04-24
crypto: drbg - always seeded with SP800-90B compliant noise source
Stephan Müller
1
-5
/
+1
2020-04-09
crypto: curve25519 - do not pollute dispatcher based on assembler
Jason A. Donenfeld
1
-4
/
+2
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-22
/
+28
2020-03-12
crypto: aead - improve documentation for scatterlist layout
Eric Biggers
1
-21
/
+27
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-05
crypto: x86/curve25519 - support assemblers with no adx support
Jason A. Donenfeld
1
-2
/
+4
2020-01-16
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
3
-40
/
+35
2020-01-09
crypto: algapi - remove crypto_template::{alloc,free}()
Eric Biggers
1
-2
/
+0
2020-01-09
crypto: shash - convert shash_free_instance() to new style
Eric Biggers
1
-1
/
+1
2020-01-09
crypto: geniv - convert to new way of freeing instances
Eric Biggers
1
-1
/
+0
2020-01-09
crypto: hash - add support for new way of freeing instances
Eric Biggers
1
-0
/
+2
2020-01-09
crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()
Eric Biggers
1
-3
/
+0
2020-01-09
crypto: ahash - unexport crypto_ahash_type
Eric Biggers
1
-2
/
+0
2020-01-09
crypto: algapi - remove obsoleted instance creation helpers
Eric Biggers
2
-53
/
+0
2020-01-09
crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn
Eric Biggers
1
-2
/
+2
2020-01-09
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
Eric Biggers
1
-2
/
+2
2020-01-09
crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()
Eric Biggers
1
-0
/
+25
2020-01-09
crypto: ahash - introduce crypto_grab_ahash()
Eric Biggers
1
-0
/
+10
2020-01-09
crypto: shash - introduce crypto_grab_shash()
Eric Biggers
1
-0
/
+10
2020-01-09
crypto: algapi - pass instance to crypto_grab_spawn()
Eric Biggers
1
-8
/
+2
2020-01-09
crypto: akcipher - pass instance to crypto_grab_akcipher()
Eric Biggers
1
-9
/
+3
2020-01-09
crypto: aead - pass instance to crypto_grab_aead()
Eric Biggers
1
-8
/
+3
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
1
-8
/
+3
2020-01-09
crypto: ahash - make struct ahash_instance be the full size
Eric Biggers
1
-3
/
+9
2020-01-09
crypto: shash - make struct shash_instance be the full size
Eric Biggers
1
-4
/
+9
2020-01-09
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
Eric Biggers
2
-21
/
+5
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
4
-15
/
+6
2020-01-09
crypto: skcipher - remove skcipher_walk_aead()
Eric Biggers
1
-2
/
+0
2019-12-27
crypto: skcipher - Add skcipher_ialg_simple helper
Herbert Xu
1
-3
/
+11
2019-12-27
crypto: api - Retain alg refcount in crypto_grab_spawn
Herbert Xu
1
-2
/
+15
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
4
-10
/
+6
2019-12-11
crypto: hmac - Use init_tfm/exit_tfm interface
Herbert Xu
1
-0
/
+6
2019-12-11
crypto: shash - Add init_tfm/exit_tfm and verify descsize
Herbert Xu
1
-0
/
+13
2019-12-11
crypto: api - Do not zap spawn->alg
Herbert Xu
1
-0
/
+1
2019-12-11
crypto: chacha - fix warning message in header file
Valdis Klētnieks
1
-1
/
+1
2019-12-11
crypto: skcipher - add crypto_skcipher_min_keysize()
Eric Biggers
1
-0
/
+6
2019-12-11
crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>
Eric Biggers
2
-10
/
+10
2019-12-11
crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms
Eric Biggers
1
-0
/
+6
2019-12-11
crypto: skcipher - remove crypto_skcipher::decrypt
Eric Biggers
1
-2
/
+0
2019-12-11
crypto: skcipher - remove crypto_skcipher::encrypt
Eric Biggers
1
-1
/
+0
2019-12-11
crypto: skcipher - remove crypto_skcipher::setkey
Eric Biggers
1
-7
/
+2
2019-12-11
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
1
-3
/
+2
2019-12-11
crypto: skcipher - remove crypto_skcipher::ivsize
Eric Biggers
1
-2
/
+1
2019-12-11
crypto: x86 - Regularize glue function prototypes
Kees Cook
3
-6
/
+4
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
7
-119
/
+2
2019-11-17
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
1
-0
/
+11
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
1
-0
/
+37
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
1
-0
/
+71
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
1
-0
/
+5
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
2
-0
/
+125
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
1
-9
/
+0
2019-11-17
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
1
-1
/
+37
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
2
-11
/
+11
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2
-23
/
+67
2019-11-17
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
1
-10
/
+0
2019-11-17
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
1
-0
/
+6
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2
-17
/
+113
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
3
-94
/
+0
2019-11-01
crypto: skcipher - unify the crypto_has_skcipher*() functions
Eric Biggers
1
-18
/
+1
2019-10-05
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
2
-30
/
+30
2019-09-27
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2019-09-09
crypto: skcipher - add the ability to abort a skcipher walk
Ard Biesheuvel
1
-0
/
+5
2019-09-05
crypto: sha256 - Remove sha256/224_init code duplication
Hans de Goede
2
-24
/
+30
2019-09-05
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2
-34
/
+21
2019-08-22
crypto: sha256 - Add sha224 support to sha256 library code
Hans de Goede
1
-0
/
+5
2019-08-22
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
1
-2
/
+3
2019-08-22
crypto: sha256 - Move lib/sha256.c to lib/crypto
Hans de Goede
1
-0
/
+28
2019-08-22
crypto: des - remove now unused __des3_ede_setkey()
Ard Biesheuvel
1
-3
/
+0
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2
-33
/
+79
2019-08-22
crypto: des - remove unused function
Ard Biesheuvel
1
-41
/
+0
2019-08-22
crypto: des/3des_ede - add new helpers to verify keys
Ard Biesheuvel
1
-0
/
+141
2019-08-09
crypto: aes - helper function to validate key length for AES algorithms
Iuliana Prodan
1
-0
/
+17
2019-08-09
crypto: gcm - helper functions for assoclen/authsize check
Iuliana Prodan
1
-0
/
+55
2019-08-05
PKCS#7: Introduce pkcs7_get_digest()
Thiago Jung Bauermann
1
-0
/
+4
2019-08-02
crypto: api - Remove redundant #ifdef in crypto_yield()
Thomas Gleixner
1
-2
/
+0
2019-08-02
crypto: user - fix potential warnings in cryptouser.h
Masahiro Yamada
1
-1
/
+4
2019-08-02
crypto: add header include guards
Masahiro Yamada
4
-0
/
+20
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
1
-1
/
+1
2019-07-26
crypto: user - make NETLINK_CRYPTO work inside netns
Ondrej Mosnacek
1
-2
/
+0
2019-07-26
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
3
-212
/
+0
2019-07-26
crypto: lib/aes - export sbox and inverse sbox
Ard Biesheuvel
1
-0
/
+3
2019-07-26
crypto: aes-generic - unexport last-round AES tables
Ard Biesheuvel
1
-2
/
+0
2019-07-26
crypto: ctr - add helper for performing a CTR encryption walk
Ard Biesheuvel
1
-0
/
+50
2019-07-26
crypto: aes-generic - drop key expansion routine in favor of library version
Ard Biesheuvel
1
-2
/
+0
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel
1
-0
/
+34
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
9
-144
/
+77
2019-06-20
crypto: arc4 - refactor arc4 core code into separate library
Ard Biesheuvel
1
-0
/
+10
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-1
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
3
-12
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-06-13
crypto: chacha - constify ctx and iv arguments
Eric Biggers
1
-1
/
+1
2019-06-13
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
2
-60
/
+60
2019-06-13
crypto: skcipher - un-inline encrypt and decrypt functions
Eric Biggers
1
-30
/
+2
2019-06-13
crypto: aead - un-inline encrypt and decrypt functions
Eric Biggers
1
-32
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
1
-13
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
28
-168
/
+28
2019-05-30
crypto: algapi - remove crypto_tfm_in_queue()
Eric Biggers
2
-13
/
+0
2019-05-30
crypto: cryptd - move kcrypto_wq into cryptd
Eric Biggers
1
-8
/
+0
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2
-10
/
+2
2019-05-23
crypto: drbg - add FIPS 140-2 CTRNG for noise source
Stephan Mueller
1
-0
/
+2
2019-05-17
crypto: hash - fix incorrect HASH_MAX_DESCSIZE
Eric Biggers
1
-1
/
+7
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+8
2019-04-18
crypto: cryptd - remove ability to instantiate ablkciphers
Eric Biggers
1
-17
/
+1
2019-04-18
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
2
-8
/
+14
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
1
-13
/
+23
2019-04-18
crypto: des_generic - Forbid 2-key in 3DES and add helpers
Herbert Xu
1
-0
/
+43
2019-04-08
crypto: streebog - fix unaligned memory accesses
Eric Biggers
1
-1
/
+4
2019-04-08
crypto: aes - Use ___cacheline_aligned for aes data
Andi Kleen
1
-4
/
+4
2019-03-22
crypto: simd,testmgr - introduce crypto_simd_usable()
Eric Biggers
1
-0
/
+24
2019-03-22
crypto: x86/morus1280 - convert to use AEAD SIMD helpers
Eric Biggers
1
-57
/
+22
2019-03-22
crypto: x86/morus640 - convert to use AEAD SIMD helpers
Eric Biggers
1
-57
/
+22
2019-03-22
crypto: simd - support wrapping AEAD algorithms
Eric Biggers
1
-0
/
+20
2019-02-15
crypto: export arc4 defines
Iuliana Prodan
1
-0
/
+13
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-2
/
+2
2019-01-25
crypto: api - add a helper to (un)register a array of templates
Xiongfeng Wang
1
-0
/
+2
2019-01-25
crypto: morus - Cleanup license mess
Thomas Gleixner
3
-18
/
+3
2019-01-18
crypto: af_alg - make some functions static
Eric Biggers
1
-7
/
+0
2019-01-18
crypto: user - forward declare crypto_nlsk
Eric Biggers
1
-0
/
+2
2019-01-18
crypto: streebog - use correct endianness type
Eric Biggers
1
-1
/
+1
2019-01-11
crypto: algapi - remove crypto_alloc_instance()
Eric Biggers
2
-7
/
+5
2019-01-11
crypto: skcipher - add helper for simple block cipher modes
Eric Biggers
1
-0
/
+15
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
3
-18
/
+0
2018-12-23
crypto: user - remove unused dump functions
Corentin Labbe
1
-12
/
+0
2018-12-07
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
7
-238
/
+55
2018-12-07
crypto: user - convert all stats from u32 to u64
Corentin Labbe
7
-33
/
+33
2018-12-07
crypto: user - made crypto_user_stat optional
Corentin Labbe
1
-0
/
+17
2018-11-20
crypto: nhpoly1305 - add NHPoly1305 support
Eric Biggers
1
-0
/
+74
2018-11-20
crypto: poly1305 - add Poly1305 core API
Eric Biggers
1
-0
/
+16
2018-11-20
crypto: poly1305 - use structures for key and accumulator
Eric Biggers
1
-2
/
+10
2018-11-20
crypto: chacha - add XChaCha12 support
Eric Biggers
1
-0
/
+7
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
2
-42
/
+47
2018-11-20
crypto: chacha20-generic - add XChaCha20 support
Eric Biggers
1
-1
/
+13
2018-11-20
crypto: chacha20-generic - add HChaCha20 library function
Eric Biggers
1
-0
/
+2
2018-11-16
crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE
Cristian Stoica
1
-0
/
+1
2018-11-16
crypto: streebog - register Streebog in hash info for IMA
Vitaly Chikunov
1
-0
/
+1
2018-11-16
crypto: streebog - add Streebog hash function
Vitaly Chikunov
1
-0
/
+34
2018-10-26
KEYS: asym_tpm: extract key size & public key [ver #2]
Denis Kenzior
1
-0
/
+3
2018-10-26
KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]
Denis Kenzior
1
-0
/
+16
2018-10-26
KEYS: Allow the public_key struct to hold a private key [ver #2]
David Howells
1
-0
/
+1
2018-10-26
KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]
David Howells
1
-2
/
+11
2018-10-05
crypto/morus(640,1280) - make crypto_...-algs static
valdis.kletnieks@vt.edu
2
-2
/
+2
2018-09-28
crypto: user - Implement a generic crypto statistics
Corentin Labbe
8
-26
/
+303
2018-09-28
crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()
Kees Cook
1
-5
/
+0
2018-09-28
crypto: null - Remove VLA usage of skcipher
Kees Cook
2
-2
/
+2
2018-09-28
crypto: skcipher - Introduce crypto_sync_skcipher
Kees Cook
1
-0
/
+75
2018-09-21
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
1
-2
/
+1
2018-09-04
crypto: api - Introduce notifier for new crypto algorithms
Martin K. Petersen
1
-0
/
+10
2018-09-04
crypto: x86 - remove SHA multibuffer routines and mcryptd
Ard Biesheuvel
1
-114
/
+0
2018-09-04
crypto: api - Introduce generic max blocksize and alignmask
Kees Cook
1
-1
/
+3
[next]