index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
authenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
crypto: authenc - Fix sleep in atomic context in decrypt_tail
Herbert Xu
1
-1
/
+1
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
1
-11
/
+3
2020-01-09
crypto: authenc - use crypto_grab_ahash() and simplify error paths
Eric Biggers
1
-38
/
+14
2020-01-09
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
1
-6
/
+6
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
1
-6
/
+0
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-5
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
1
-1
/
+1
2019-01-10
crypto: authenc - fix parsing key with misaligned rta_len
Eric Biggers
1
-3
/
+11
2018-09-28
crypto: null - Remove VLA usage of skcipher
Kees Cook
1
-4
/
+4
2018-04-21
crypto: authenc - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+1
2017-12-22
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
Eric Biggers
1
-2
/
+2
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
1
-1
/
+1
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
1
-3
/
+3
2016-07-18
crypto: authenc - Use skcipher
Herbert Xu
1
-51
/
+56
2016-07-01
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
1
-2
/
+4
2016-06-29
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
1
-6
/
+1
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-3
/
+1
2015-08-04
crypto: authenc - Convert to new AEAD interface
Herbert Xu
1
-401
/
+183
2015-05-13
crypto: authenc - Use crypto_aead_set_reqsize helper
Herbert Xu
1
-7
/
+8
2015-05-13
crypto: authenc - Include internal/aead.h
Herbert Xu
1
-1
/
+1
2014-11-26
crypto: include crypto- module prefix in template
Kees Cook
1
-0
/
+1
2013-11-28
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
1
-3
/
+4
2013-10-16
crypto: authenc - Export key parsing helper function
Mathias Krause
1
-18
/
+30
2013-10-07
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
James Yonan
1
-3
/
+3
2013-02-04
crypto: use ERR_CAST
Julia Lawall
1
-2
/
+1
2012-09-11
crypto: authenc - Fix crash with zero-length assoc data
Herbert Xu
1
-2
/
+2
2010-12-02
crypto: Use scatterwalk_crypto_chain
Steffen Klassert
1
-18
/
+4
2010-05-26
crypto: Use ERR_CAST
Julia Lawall
1
-1
/
+1
2010-05-20
crypto: authenc - Fix cryptlen calculation
Shikhar Khattar
1
-2
/
+6
2010-04-26
crypto: authenc - Add EINPROGRESS check
Herbert Xu
1
-5
/
+11
2010-03-03
crypto: authenc - Move saved IV in front of the ablkcipher request
Steffen Klassert
1
-11
/
+14
2010-03-02
crypto: authenc - Use correct ahash complete functions
Steffen Klassert
1
-1
/
+1
2010-02-16
crypto: authenc - Fix checkpatch errors
Richard Hartmann
1
-5
/
+5
2009-08-05
crypto: authenc - Convert to ahash
Steffen Klassert
1
-69
/
+285
2009-07-14
crypto: authenc - Remove reference to crypto_hash
Herbert Xu
1
-5
/
+1
2009-01-15
crypto: authenc - Fix zero-length IV crash
Herbert Xu
1
-9
/
+15
2008-12-25
crypto: hash - Export shash through hash
Herbert Xu
1
-0
/
+3
2008-08-23
crypto: authenc - Avoid using clobbered request pointer
Herbert Xu
1
-4
/
+6
2008-05-01
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
1
-2
/
+3
2008-01-11
[CRYPTO] authenc: Add givencrypt operation
Herbert Xu
1
-22
/
+114
2008-01-11
[CRYPTO] authenc: Use crypto_grab_skcipher
Herbert Xu
1
-27
/
+38
2008-01-11
[CRYPTO] authenc: Merge common hashing code
Herbert Xu
1
-38
/
+28
2008-01-11
[CRYPTO] authenc: Use RTA_OK to check length
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] authenc: Fix typo in ivsize
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
Herbert Xu
1
-2
/
+1
2008-01-11
[CRYPTO] aead: Return EBADMSG for ICV mismatch
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] authenc: Fix hash verification
Herbert Xu
1
-4
/
+10
2008-01-11
[CRYPTO] authenc: Move enckeylen into key itself
Herbert Xu
1
-20
/
+29
2008-01-11
[CRYPTO] aead: Make authsize a run-time parameter
Herbert Xu
1
-27
/
+12
[next]