index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-08
crypto: user - Fix crypto_alg_match race
Herbert Xu
1
-10
/
+29
2015-04-07
crypto: serpent_sse2 - Fix a typo in Kconfig
Masanari Iida
1
-1
/
+1
2015-04-03
crypto: api - Change crypto_unregister_instance argument type
Herbert Xu
2
-7
/
+3
2015-04-03
crypto: api - Fix races in crypto_unregister_instance
Herbert Xu
1
-16
/
+7
2015-03-31
crypto: mcryptd - process CRYPTO_ALG_INTERNAL
Stephan Mueller
1
-2
/
+23
2015-03-31
crypto: proc - identify internal ciphers
Stephan Mueller
1
-0
/
+3
2015-03-31
crypto: cryptd - process CRYPTO_ALG_INTERNAL
Stephan Mueller
2
-9
/
+43
2015-03-31
crypto: testmgr - use CRYPTO_ALG_INTERNAL
Stephan Mueller
1
-7
/
+7
2015-03-31
crypto: api - prevent helper ciphers from being used
Stephan Mueller
1
-0
/
+10
2015-03-16
crypto: algif_rng - zeroize buffer with random data
Stephan Mueller
1
-1
/
+1
2015-03-13
crypto: testmgr - fix RNG return code enforcement
Stephan Mueller
1
-5
/
+5
2015-03-12
crypto: arm - move ARM specific Kconfig definitions to a dedicated file
Ard Biesheuvel
1
-75
/
+0
2015-03-12
crypto: tcrypt - fix uninit sg entries in test_acipher_speed
Horia Geant?
1
-2
/
+2
2015-03-10
crypto: octeon - enable OCTEON SHA1/256/512 module selection
Aaro Koskinen
1
-0
/
+27
2015-03-09
crypto: rng - RNGs must return 0 in success case
Stephan Mueller
2
-2
/
+11
2015-03-04
crypto: drbg - remove superflowous memsets
Stephan Mueller
1
-18
/
+0
2015-03-04
crypto: drbg - use single block cipher API
Stephan Mueller
1
-23
/
+16
2015-03-04
crypto: powerpc/md5 - kernel config
Markus Stockhausen
1
-0
/
+8
2015-03-04
crypto: algif - enable AEAD interface compilation
Stephan Mueller
2
-0
/
+10
2015-03-04
crypto: algif - add AEAD support
Stephan Mueller
1
-0
/
+666
2015-03-02
crypto: powerpc/sha1 - kernel config
Markus Stockhausen
1
-0
/
+7
2015-03-01
crypto: powerpc/aes - kernel config
Markus Stockhausen
1
-0
/
+13
2015-02-27
crypto: ppc/sha256 - kernel config
Markus Stockhausen
1
-0
/
+9
2015-02-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
15
-80
/
+316
2015-02-10
crypto: fix af_alg_make_sg() conversion to iov_iter
Linus Torvalds
2
-4
/
+3
2015-02-04
crypto: tcrypt - do not allocate iv on stack for aead speed tests
Cristian Stoica
1
-3
/
+8
2015-02-04
crypto: testmgr - limit IV copy length in aead tests
Cristian Stoica
1
-3
/
+4
2015-02-04
crypto: tcrypt - fix buflen reminder calculation
Cristian Stoica
1
-8
/
+8
2015-02-04
crypto: switch af_alg_make_sg() to iov_iter
Al Viro
3
-98
/
+61
2015-01-26
crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed
Jarod Wilson
1
-0
/
+1
2015-01-26
crypto: replace scatterwalk_sg_next with sg_next
Cristian Stoica
3
-6
/
+5
2015-01-20
crypto: seqiv - Ensure that IV size is at least 8 bytes
Herbert Xu
1
-0
/
+12
2015-01-20
crypto: cts - Weed out non-CBC algorithms
Herbert Xu
1
-0
/
+3
2015-01-20
crypto: cts - Remove bogus use of seqiv
Herbert Xu
1
-2
/
+0
2015-01-14
crypto: algif_rng - fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2015-01-13
crypto: testmgr - don't use interruptible wait in tests
Rabin Vincent
2
-34
/
+26
2015-01-13
crypto: add missing crypto module aliases
Mathias Krause
20
-3
/
+25
2015-01-05
Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"
Herbert Xu
1
-12
/
+11
2014-12-29
crypto: algif_rng - enable RNG interface compilation
Stephan Mueller
2
-0
/
+10
2014-12-29
crypto: algif_rng - add random number generator support
Stephan Mueller
1
-0
/
+192
2014-12-26
crypto: af_alg - zeroize key data
Stephan Mueller
1
-1
/
+1
2014-12-24
crypto: octeon - enable OCTEON MD5 module selection
Aaro Koskinen
1
-0
/
+9
2014-12-22
crypto: algif - Mark sgl end at the end of data
Tadeusz Struk
1
-0
/
+8
2014-12-22
crypto: af_alg - add setsockopt for auth tag size
Stephan Mueller
1
-0
/
+7
2014-12-22
crypto: drbg - panic on continuous self test error
Stephan Mueller
1
-9
/
+2
2014-12-22
crypto: api - fixed style erro in algapi.c
Joshua I. James
1
-0
/
+1
2014-12-22
crypto: ahash - fixed style error in ahash.c
Joshua I. James
1
-0
/
+1
2014-12-22
crypto: af_alg - fixed style error in af_alg.c
Joshua I. James
1
-1
/
+1
2014-12-22
crypto: aead - fixed style error in aead.c
Joshua I. James
1
-1
/
+2
2014-12-22
crypto: ablkcipher - fixed style errors in ablkcipher.c
Joshua I. James
1
-2
/
+6
[next]