Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d30495048892980e5d453328d1cc9343b3f7e917
/
drivers
/
crypto
dd38d29
Merge git://github.com/herbertx/crypto
by Linus Torvalds
· 13 years ago
2742528
crypto: mv_cesa - fix hashing of chunks > 1920 bytes
by Phil Sutter
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
4bb33cc
crypto: add module.h to those files that are explicitly using it
by Paul Gortmaker
· 13 years ago
3e721ae
crypto: talitos - handle descriptor not found in error path
by Kim Phillips
· 13 years ago
75b7662
crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BIT
by Richard Weinberger
· 13 years ago
fad8fa4
crypto: picoxcell - add dependency on HAVE_CLK
by Jamie Iles
· 13 years ago
e27303b
crypto: n2 - Fix a get/put_cpu() imbalance
by Thomas Meyer
· 13 years ago
b64dc04
crypto: picoxcell - fix possible invalid pointer dereference
by Jamie Iles
· 13 years ago
30343ef
crypto: picoxcell - support for device tree matching
by Jamie Iles
· 13 years ago
4efae8c
crypto: picoxcell - add connection ID to the clock name
by Jamie Iles
· 13 years ago
c3f4200
crypto: picoxcell - convert to platform ID table
by Jamie Iles
· 13 years ago
c39cc37
crypto: padlock-aes - Make module loading even quieter when hardware is missing
by Jonathan Nieder
· 13 years ago
eb7caf3
n2_crypto: Attach on Niagara-T3.
by David S. Miller
· 13 years ago
0003230
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
eda65cc
caam: don't pass bogus S_IFCHR to debugfs_create_...()
by Al Viro
· 13 years ago
acdca31
crypto: caam - ablkcipher support
by Yuan Kang
· 13 years ago
1acebad
crypto: caam - faster aead implementation
by Yuan Kang
· 13 years ago
885e9e2
crypto: caam - structure renaming
by Yuan Kang
· 13 years ago
0e47930
crypto: caam - shorter names
by Yuan Kang
· 13 years ago
1c2b4ab
crypto: talitos - don't bad_key in ablkcipher setkey
by Kim Phillips
· 13 years ago
febec54
crypto: talitos - remove unused giv from ablkcipher methods
by Kim Phillips
· 13 years ago
602dba5
crypto: talitos - don't set done notification in hot path
by Kim Phillips
· 13 years ago
5228f0f
crypto: talitos - ensure request ordering within a single tfm
by Kim Phillips
· 13 years ago
c569746
crypto: crypto4xx - Perform read/modify/write on device control register
by Josh Boyer
· 13 years ago
23457bc
crypto: caam - fix build warning when DEBUG_FS not configured
by Kim Phillips
· 13 years ago
cd3f1d5
crypto: omap-sham - do not schedule tasklet if there is no active requests
by Dmitry Kasatkin
· 13 years ago
0efd4d8
crypto: omap-sham - clear device flags when finishing request
by Dmitry Kasatkin
· 13 years ago
ed635cb8
crypto: omap-sham - irq handler must not clear error code
by Dmitry Kasatkin
· 13 years ago
6c63db8
crypto: omap-sham - irq and dma handling changes
by Dmitry Kasatkin
· 13 years ago
6cb3ffe
crypto: omap-sham - remove dedicated queue handling tasklet
by Dmitry Kasatkin
· 13 years ago
171cb9a
crypto: omap-sham - remove unnecessary local variable
by Dmitry Kasatkin
· 13 years ago
ed3ea9a8
crypto: omap-sham - move some flags to device context
by Dmitry Kasatkin
· 13 years ago
a929cbe
crypto: omap-sham - replace flags operation with atomic bit operations
by Dmitry Kasatkin
· 13 years ago
ea1fd22
crypto: omap-sham - replace flags bit mask with bit number
by Dmitry Kasatkin
· 13 years ago
c330472
crypto: omap-sham - remove unused code
by Dmitry Kasatkin
· 13 years ago
0e87b15
crypto: omap-sham - remove extra reference
by Dmitry Kasatkin
· 13 years ago
a18b989
crypto: caam - fix operator precedence in shared descriptor allocation
by Kim Phillips
· 13 years ago
cf2d007
[S390] ap: skip device registration on type probe failure
by Holger Dengler
· 13 years ago
0524975
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
4427b1b
crypto: caam - add support for sha512 variants of existing AEAD algorithms
by Kim Phillips
· 13 years ago
6666448
crypto: caam - remove unused authkeylen from caam_ctx
by Kim Phillips
· 13 years ago
ddbb808
crypto: caam - fix decryption shared vs. non-shared key setting
by Kim Phillips
· 13 years ago
2930d49
crypto: caam - platform_bus_type migration
by Kim Phillips
· 13 years ago
6ef8450
crypto: mv_cesa - make count_sgs() null-pointer proof
by Phil Sutter
· 14 years ago
7759995
crypto: mv_cesa - copy remaining bytes to SRAM only when needed
by Phil Sutter
· 14 years ago
8652348
crypto: mv_cesa - move digest state initialisation to a better place
by Phil Sutter
· 14 years ago
cc8d350
crypto: mv_cesa - fill inner/outer IV fields only in HMAC case
by Phil Sutter
· 14 years ago
6677a77
crypto: mv_cesa - refactor copy_src_to_buf()
by Phil Sutter
· 14 years ago
7a1c6bc
crypto: mv_cesa - no need to save digest state after the last chunk
by Phil Sutter
· 14 years ago
2a025f5
crypto: mv_cesa - print a warning when registration of AES algos fail
by Phil Sutter
· 14 years ago
811e6ed
crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup
by Phil Sutter
· 14 years ago
99db3ea
crypto: mv_cesa - the descriptor pointer register needs to be set just once
by Phil Sutter
· 14 years ago
042e9e7
crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of
by Phil Sutter
· 14 years ago
de2954d
crypto: caam - fix printk recursion for long error texts
by Kim Phillips
· 14 years ago
701af31
crypto: caam - remove unused keylen from session context
by Kim Phillips
· 14 years ago
0200f3e
crypto: s390 - add System z hardware support for CTR mode
by Gerald Schaefer
· 14 years ago
d393d9b
crypto: s390 - cleanup s390 Kconfig options
by Jan Glauber
· 14 years ago
df1309c
crypto: s390 - add System z hardware support for GHASH
by Gerald Schaefer
· 14 years ago
99d9722
crypto: s390 - add System z hardware support for XTS mode
by Gerald Schaefer
· 14 years ago
ec8e8df
crypto: caam - remove duplicate dev_err
by Kim Phillips
· 14 years ago
d37d36e
crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptor
by Kim Phillips
· 14 years ago
f3af986
crypto: caam - fix queue interface detection
by Kim Phillips
· 14 years ago
9620fd9
crypto: caam - handle interrupt lines shared across rings
by Kim Phillips
· 14 years ago
bf36275
crypto: omap-sham - hmac calculation bug fix for sha1 base hash
by Dmitry Kasatkin
· 14 years ago
528d26f
crypto: omap-sham - enable driver for EMU chips
by Dmitry Kasatkin
· 14 years ago
07aab76
crypto: omap-sham - remove debug print
by Dmitry Kasatkin
· 14 years ago
455e338
crypto: omap-sham - fix concurrent sha1 calculations
by Markku Kylanpaa
· 14 years ago
a49e490
crypto: s5p-sss - add S5PV210 advanced crypto engine support
by Vladimir Zapolskiy
· 14 years ago
b3b7f05
crypto: caam - introduce missing kfree
by Julia Lawall
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
40bfc14
crypto: picoxcell - fix possible status FIFO overflow
by Jamie Iles
· 14 years ago
0475add
crypto: padlock - Add SHA-1/256 module for VIA Nano
by Brilly Wu
· 14 years ago
6d00376
crypto: caam - ARRAY_SIZE() vs sizeof()
by Dan Carpenter
· 14 years ago
cdc712d
crypto: caam - dereferencing ERR_PTR on allocation failure
by Dan Carpenter
· 14 years ago
54e198d
crypto: caam - standardize device tree naming convention to utilize '-vX.Y'
by Kim Phillips
· 14 years ago
8e8ec59
crypto: caam - Add support for the Freescale SEC4/CAAM
by Kim Phillips
· 14 years ago
4c5811b
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
1c48a5c
dt: Eliminate of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
4ebb24f
dt/sparc: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
0000612
dt/powerpc: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
ce92136
crypto: picoxcell - add support for the picoxcell crypto engines
by Jamie Iles
· 14 years ago
36be070
crypto: omap-sham - don't treat NULL clk as an error
by Jamie Iles
· 14 years ago
3e50191
crypto: omap-aes - don't treat NULL clk as an error
by Jamie Iles
· 14 years ago
27d189c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 14 years ago
2149308
crypto: padlock - Move padlock.h into include/crypto
by Herbert Xu
· 14 years ago
dffa184
crypto: n2 - use __devexit not __exit in n2_unregister_algs
by Dennis Gilmore
· 14 years ago
41f2977
crypto: mv_cesa - dont return PTR_ERR() of wrong pointer
by Roel Kluin
· 14 years ago
6c39d11
crypto: omap-sham - backlog handling fix
by Dmitry Kasatkin
· 14 years ago
efce41b
crypto: omap-aes - checkpatch --file warning fixes
by Dmitry Kasatkin
· 14 years ago
83ea7e0
crypto: omap-aes - initialize aes module once per request
by Dmitry Kasatkin
· 14 years ago
67a730c
crypto: omap-aes - unnecessary code removed
by Dmitry Kasatkin
· 14 years ago
21fe976
crypto: omap-aes - error handling implementation improved
by Dmitry Kasatkin
· 14 years ago
eeb2b20
crypto: omap-aes - redundant locking is removed
by Dmitry Kasatkin
· 14 years ago
3bd2e221
crypto: omap-aes - DMA initialization fixes for OMAP off mode
by Dmitry Kasatkin
· 14 years ago
887c883
crypto: omap-sham - zero-copy scatterlist handling
by Dmitry Kasatkin
· 14 years ago
a55b290
crypto: omap-sham - FLAGS_FIRST is redundant and removed
by Dmitry Kasatkin
· 14 years ago
3c8d758
crypto: omap-sham - hash-in-progress is stored in hw format
by Dmitry Kasatkin
· 14 years ago
798eed5
crypto: omap-sham - crypto_ahash_final() now not need to be called.
by Dmitry Kasatkin
· 14 years ago
a5d8723
crypto: omap-sham - removed redundunt locking
by Dmitry Kasatkin
· 14 years ago
Next »