Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
052345aec01cbd22285771eee6e08486c07d3bcc
/
drivers
/
crypto
« Previous
f881d82
[HIFN]: Fix invalid config ifdefs for RNG support
by Patrick McHardy
· 17 years ago
3f5615e
[S390] crypto: move s390 Kconfig options.
by Jan Glauber
· 17 years ago
946fef4
[CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m
by Herbert Xu
· 17 years ago
eba0e31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 17 years ago
88fb61e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 17 years ago
b966b54
[CRYPTO] hifn_795x: Fixup container_of() usage
by Alexey Dobriyan
· 17 years ago
866cd90
[CRYPTO] padlock: Only reset the key once for each CBC and ECB operation
by Herbert Xu
· 17 years ago
653ebd9
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module
by Herbert Xu
· 17 years ago
f17922b
[CRYPTO] geode: Add __dev{init,exit} annotations
by Adrian Bunk
· 17 years ago
fdc520a
[CRYPTO] geode: Use correct encrypt/decrypt function in fallback
by Sebastian Siewior
· 17 years ago
d2456c6
[CRYPTO] geode: do not copy the IV too often
by Sebastian Siewior
· 17 years ago
fcd0675
[HIFN]: Add support for using the random number generator
by Patrick McHardy
· 17 years ago
37a8023
[HIFN]: Improve PLL initialization
by Patrick McHardy
· 17 years ago
332f8840
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
by Herbert Xu
· 17 years ago
102d49d
[CRYPTO] hifn: Add missing includes
by Andrew Morton
· 17 years ago
2707b93
[CRYPTO] hifn: Make Kconfig option depend on PCI
by Jan Glauber
· 17 years ago
a1e6ef2
[CRYPTO] hifn: Schedule callback invocation to tasklet.
by Evgeniy Polyakov
· 17 years ago
cd7c3bf
[CRYPTO] geode: Add fallback for unsupported modes
by Sebastian Siewior
· 17 years ago
b7a30da
[CRYPTO] geode: move defines into a headerfile
by Sebastian Siewior
· 17 years ago
1f4e477
[CRYPTO] geode: relax in busy loop and care about return value
by Sebastian Siewior
· 17 years ago
2d506d4
[CRYPTO] geode: use consistent IV copy
by Sebastian Siewior
· 17 years ago
89e1265
[CRYPTO] aes: Move common defines into a header file
by Sebastian Siewior
· 17 years ago
f1901f1
[CRYPTO] geode: remove alias
by Sebastian Siewior
· 17 years ago
c3041f9
[CRYPTO] hifn_795x: Detect weak keys
by Evgeniy Polyakov
· 17 years ago
f7d0561
[CRYPTO] hifn_795x: HIFN 795x driver
by Evgeniy Polyakov
· 17 years ago
490fe3f
[CRYPTO] padlock: Fix alignment fault in aes_crypt_copy
by Herbert Xu
· 17 years ago
29a09a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 17 years ago
d4a7dd8
[CRYPTO] padlock: Fix spurious ECB page fault
by Herbert Xu
· 17 years ago
b00296f
uml: add !UML dependencies
by Al Viro
· 17 years ago
2e21630
[CRYPTO] geode: Fix not inplace encryption
by Sebastian Siewior
· 17 years ago
68e3f5d
[CRYPTO] users: Fix up scatterlist conversion errors
by Herbert Xu
· 17 years ago
5265eeb
[CRYPTO] sha: Add header file for SHA definitions
by Jan Glauber
· 17 years ago
ad5d278
[CRYPTO] sha: Load the SHA[1|256] module by an alias
by Sebastian Siewior
· 17 years ago
f8246af
[CRYPTO] aes: Rename aes to aes-generic
by Sebastian Siewior
· 17 years ago
44db25c
[CRYPTO] drivers/Kconfig: Remove "default m"s
by Adrian Bunk
· 17 years ago
06bfb7e
Add some help texts to recently-introduced kconfig items
by Jan Engelhardt
· 17 years ago
b511431
Use menuconfig objects: crypto hw
by Jan Engelhardt
· 17 years ago
761e784
[CRYPTO] geode: Fix in-place operations and set key
by Jordan Crouse
· 17 years ago
d158325
[CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate again
by Herbert Xu
· 17 years ago
61d48c2
[S390] Kconfig: use common Kconfig files for s390.
by Martin Schwidefsky
· 17 years ago
3dde6ad
Fix trivial typos in Kconfig* files
by David Sterba
· 17 years ago
f6259de
[CRYPTO] padlock: Remove pointless padlock module
by Simon Arlott
· 18 years ago
5efee17
[PATCH] geode-aes: use unsigned long for spin_lock_irqsave
by Alexey Dobriyan
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9783e1d
Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
by David S. Miller
· 18 years ago
09cb914
[CRYPTO] geode: Convert pci_module_init() to pci_register_driver()
by Richard Knutsson
· 18 years ago
1b27829
[S390] Support for s390 Pseudo Random Number Generator
by Jan Glauber
· 18 years ago
9080d0a
[PATCH] geode crypto is PCI device
by Randy Dunlap
· 18 years ago
ab78270
[CRYPTO] geode: Make needlessly global geode_aes_crypt() static
by Adrian Bunk
· 18 years ago
9fe757b
[PATCH] crypto: Add support for the Geode LX AES hardware
by Jordan Crouse
· 18 years ago
6010439
[CRYPTO] padlock: Convert padlock-sha to use crypto_hash
by Herbert Xu
· 18 years ago
e4d5b79
[CRYPTO] users: Use crypto_comp and crypto_has_*
by Herbert Xu
· 18 years ago
efcf802
[CRYPTO] drivers: Remove obsolete block cipher operations
by Herbert Xu
· 18 years ago
28ce728
[CRYPTO] padlock: Added block cipher versions of CBC/ECB
by Herbert Xu
· 18 years ago
560c06a
[CRYPTO] api: Get rid of flags argument to setkey
by Herbert Xu
· 18 years ago
58ec415
[CRYPTO] padlock-sha: TFMs don't need to be static
by Michal Ludvig
· 18 years ago
5644bda
[CRYPTO] padlock: Helper module padlock.ko
by Michal Ludvig
· 18 years ago
cb17530
[CRYPTO] padlock-sha: Make 2 functions static
by Adrian Bunk
· 18 years ago
6c83327
[CRYPTO] padlock: Driver for SHA1 / SHA256 algorithms
by Michal Ludvig
· 18 years ago
ccc17c3
[CRYPTO] padlock: Update private header file
by Michal Ludvig
· 18 years ago
db5e9a4
[CRYPTO] padlock: Add compatibility alias after rename
by Herbert Xu
· 18 years ago
1191f0a
[CRYPTO] padlock: Get rid of padlock-generic.c
by Michal Ludvig
· 18 years ago
cce9e06
[CRYPTO] api: Split out low-level API
by Herbert Xu
· 18 years ago
cc08632
[CRYPTO] padlock: Fix alignment after aes_ctx rearrange
by Michal Ludvig
· 18 years ago
82062c7
[CRYPTO] padlock: Rearrange context structure to reduce code size
by Herbert Xu
· 18 years ago
6c2bb98
[CRYPTO] all: Pass tfm instead of ctx to algorithms
by Herbert Xu
· 18 years ago
f10b789
[CRYPTO] api: Align tfm context as wide as possible
by Herbert Xu
· 19 years ago
102d60a
[PATCH] padlock: Fix typo that broke 256-bit keys
by Herbert Xu
· 19 years ago
c8a19c9
[CRYPTO] Allow AES C/ASM implementations to coexist
by Herbert Xu
· 19 years ago
06ace7a
[CRYPTO] Use standard byte order macros wherever possible
by Herbert Xu
· 19 years ago
2df15ff
[PADLOCK] Fix sparse warning about 1-bit signed bit-field
by Herbert Xu
· 19 years ago
0d078f6
[PATCH] CONFIG_IA32
by Brian Gerst
· 19 years ago
476df25
[CRYPTO] Update IV correctly for Padlock CBC encryption
by Herbert Xu
· 19 years ago
fbdae9f
[CRYPTO] Ensure cit_iv is aligned correctly
by Herbert Xu
· 19 years ago
28e8c3a
[PADLOCK] Implement multi-block operations
by Herbert Xu
· 19 years ago
6789b2d
[PADLOCK] Move fast path work into aes_set_key and upper layer
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago