index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
authenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: use ERR_CAST
Julia Lawall
2013-02-04
1
-2
/
+1
*
crypto: authenc - Fix crash with zero-length assoc data
Herbert Xu
2012-09-11
1
-2
/
+2
*
crypto: Use scatterwalk_crypto_chain
Steffen Klassert
2010-12-02
1
-18
/
+4
*
crypto: Use ERR_CAST
Julia Lawall
2010-05-26
1
-1
/
+1
*
crypto: authenc - Fix cryptlen calculation
Shikhar Khattar
2010-05-20
1
-2
/
+6
*
crypto: authenc - Add EINPROGRESS check
Herbert Xu
2010-04-26
1
-5
/
+11
*
crypto: authenc - Move saved IV in front of the ablkcipher request
Steffen Klassert
2010-03-03
1
-11
/
+14
*
crypto: authenc - Use correct ahash complete functions
Steffen Klassert
2010-03-02
1
-1
/
+1
*
crypto: authenc - Fix checkpatch errors
Richard Hartmann
2010-02-16
1
-5
/
+5
*
crypto: authenc - Convert to ahash
Steffen Klassert
2009-08-05
1
-69
/
+285
*
crypto: authenc - Remove reference to crypto_hash
Herbert Xu
2009-07-14
1
-5
/
+1
*
crypto: authenc - Fix zero-length IV crash
Herbert Xu
2009-01-15
1
-9
/
+15
*
crypto: hash - Export shash through hash
Herbert Xu
2008-12-25
1
-0
/
+3
*
crypto: authenc - Avoid using clobbered request pointer
Herbert Xu
2008-08-23
1
-4
/
+6
*
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
2008-05-01
1
-2
/
+3
*
[CRYPTO] authenc: Add givencrypt operation
Herbert Xu
2008-01-11
1
-22
/
+114
*
[CRYPTO] authenc: Use crypto_grab_skcipher
Herbert Xu
2008-01-11
1
-27
/
+38
*
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
2008-01-11
1
-38
/
+28
*
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
2008-01-11
1
-2
/
+1
*
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Fix hash verification
Herbert Xu
2008-01-11
1
-4
/
+10
*
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
2008-01-11
1
-20
/
+29
*
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
2008-01-11
1
-27
/
+12
*
[CRYPTO] authenc: Use or instead of max on alignment masks
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
2008-01-11
1
-1
/
+1
*
[CRYPTO] authenc: Move initialisations up to shut up gcc
Herbert Xu
2007-11-23
1
-8
/
+4
*
[CRYPTO] authenc: Kill spaces in algorithm names
Herbert Xu
2007-10-10
1
-2
/
+2
*
[CRYPTO] aead: Add authenc
Herbert Xu
2007-10-10
1
-0
/
+400