index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
authenc.c
Age
Commit message (
Expand
)
Author
2020-01-09
crypto: authenc - use crypto_grab_ahash() and simplify error paths
Eric Biggers
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-01-10
crypto: authenc - fix parsing key with misaligned rta_len
Eric Biggers
2018-09-28
crypto: null - Remove VLA usage of skcipher
Kees Cook
2018-04-21
crypto: authenc - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2017-12-22
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
Eric Biggers
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
2016-07-18
crypto: authenc - Use skcipher
Herbert Xu
2016-07-01
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
2016-06-29
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
2015-08-04
crypto: authenc - Convert to new AEAD interface
Herbert Xu
2015-05-13
crypto: authenc - Use crypto_aead_set_reqsize helper
Herbert Xu
2015-05-13
crypto: authenc - Include internal/aead.h
Herbert Xu
2014-11-26
crypto: include crypto- module prefix in template
Kees Cook
2013-11-28
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
2013-10-16
crypto: authenc - Export key parsing helper function
Mathias Krause
2013-10-07
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
James Yonan
2013-02-04
crypto: use ERR_CAST
Julia Lawall
2012-09-11
crypto: authenc - Fix crash with zero-length assoc data
Herbert Xu
2010-12-02
crypto: Use scatterwalk_crypto_chain
Steffen Klassert
2010-05-26
crypto: Use ERR_CAST
Julia Lawall
2010-05-20
crypto: authenc - Fix cryptlen calculation
Shikhar Khattar
2010-04-26
crypto: authenc - Add EINPROGRESS check
Herbert Xu
2010-03-03
crypto: authenc - Move saved IV in front of the ablkcipher request
Steffen Klassert
2010-03-02
crypto: authenc - Use correct ahash complete functions
Steffen Klassert
2010-02-16
crypto: authenc - Fix checkpatch errors
Richard Hartmann
2009-08-05
crypto: authenc - Convert to ahash
Steffen Klassert
2009-07-14
crypto: authenc - Remove reference to crypto_hash
Herbert Xu
2009-01-15
crypto: authenc - Fix zero-length IV crash
Herbert Xu
2008-12-25
crypto: hash - Export shash through hash
Herbert Xu
2008-08-23
crypto: authenc - Avoid using clobbered request pointer
Herbert Xu
2008-05-01
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
2008-01-11
[CRYPTO] authenc: Add givencrypt operation
Herbert Xu
2008-01-11
[CRYPTO] authenc: Use crypto_grab_skcipher
Herbert Xu
2008-01-11
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
2008-01-11
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
2008-01-11
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
2008-01-11
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
2008-01-11
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
2008-01-11
[CRYPTO] authenc: Fix hash verification
Herbert Xu
2008-01-11
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
2008-01-11
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
2008-01-11
[CRYPTO] authenc: Use or instead of max on alignment masks
Herbert Xu
2008-01-11
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
[next]