index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-2
/
+1
2015-08-10
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
1
-6
/
+62
2015-08-10
crypto: caam - Change kmalloc to kzalloc to avoid residual data
Victoria Milhoan
1
-6
/
+6
2015-08-04
crypto: caam - Convert authenc to new AEAD interface
Herbert Xu
1
-1245
/
+1316
2015-07-31
crypto: caam - fix rfc4106 encap shared descriptor
Horia Geant?
1
-9
/
+15
2015-07-14
crypto: caam - Use new IV convention
Herbert Xu
1
-26
/
+49
2015-06-19
crypto: caam - Set last bit on src SG list
Herbert Xu
1
-1
/
+1
2015-06-19
crypto: caam - Reintroduce DESC_MAX_USED_BYTES
Herbert Xu
1
-1
/
+2
2015-06-17
crypto: caam - Convert GCM to new AEAD interface
Herbert Xu
1
-634
/
+686
2015-06-09
crypto: caam - Clamp AEAD SG list by input length
Herbert Xu
1
-12
/
+8
2015-05-22
crypto: caam - Use old_aead_alg
Herbert Xu
1
-1
/
+1
2015-05-13
crypto: caam - Remove unnecessary reference to crt_aead
Herbert Xu
1
-48
/
+48
2015-04-23
crypto: caam - Remove bogus references to crypto API internals
Herbert Xu
1
-4
/
+0
2015-01-26
crypto: caam - remove dead code
Cristian Stoica
1
-7
/
+7
2014-11-12
crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)
Catalin Vasile
1
-4
/
+6
2014-11-06
crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))
Catalin Vasile
1
-4
/
+281
2014-11-06
crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2
Catalin Vasile
1
-26
/
+236
2014-11-06
crypto: caam - add support for rfc3686(ctr(aes))
Catalin Vasile
1
-5
/
+78
2014-11-06
crypto: caam - add support for ctr(aes)
Catalin Vasile
1
-5
/
+35
2014-11-06
crypto: caam - add support for rfc4543(gcm(aes))
Tudor Ambarus
1
-1
/
+457
2014-11-06
crypto: caam - fix output sequence contiguity check
Tudor Ambarus
1
-1
/
+2
2014-10-24
crypto: caam - add support for rfc4106(gcm(aes))
Tudor Ambarus
1
-15
/
+414
2014-10-24
crypto: caam - add support for gcm(aes)
Tudor Ambarus
1
-11
/
+331
2014-07-23
crypto: caam - set DK (Decrypt Key) bit only for AES accelerator
Horia Geanta
1
-0
/
+7
2014-07-23
crypto: caam - fix "failed to check map error" DMA warnings
Horia Geanta
1
-3
/
+31
2014-07-23
crypto: caam - fix typo in dma_mapping_error
Horia Geanta
1
-1
/
+1
2014-07-10
crypto: caam - Check for CAAM block presence before registering with crypto l...
Ruchika Gupta
1
-0
/
+29
2014-06-25
crypto: caam - Correct the dma mapping for sg table
Ruchika Gupta
1
-4
/
+4
2014-05-13
crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt
Vakul Garg
1
-0
/
+3
2014-05-08
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
1
-20
/
+8
2014-03-21
crypto: caam - add missing key_dma unmap
Horia Geanta
1
-0
/
+5
2014-03-21
crypto: caam - add support for aead null encryption
Horia Geanta
1
-3
/
+324
2014-03-21
crypto: caam - remove error propagation handling
Horia Geanta
1
-47
/
+7
2013-12-20
crypto: caam - simplify and harden key parsing
Horia Geanta
1
-23
/
+13
2013-11-28
crypto: caam - fix aead sglen for case 'dst != src'
Horia Geanta
1
-22
/
+29
2013-10-30
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
1
-72
/
+20
2013-10-30
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
1
-1
/
+3
2013-09-13
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
Alex Porosanu
1
-0
/
+7
2013-08-21
crypto: caam - replace xstr macro with __stringify
Alex Porosanu
1
-39
/
+39
2013-07-10
crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
Vakul Garg
1
-2
/
+0
2013-05-14
crypto: caam - fix inconsistent assoc dma mapping direction
Horia Geanta
1
-2
/
+2
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+6
2013-03-22
crypto: caam - Fix missing init of '.type' in AEAD algos.
Vakul Garg
1
-0
/
+6
2013-03-21
Revert "crypto: caam - add IPsec ESN support"
Horia Geanta
1
-25
/
+2
2012-09-07
crypto: caam - add IPsec ESN support
Horia Geanta
1
-2
/
+25
2012-09-07
crypto: caam - coccicheck fixes
Kim Phillips
1
-8
/
+8
2012-08-01
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
1
-4
/
+4
2012-06-27
crypto: caam - chaining support
Yuan Kang
1
-44
/
+70
2012-06-27
crypto: caam - link_tbl rename
Yuan Kang
1
-113
/
+113
2012-06-27
crypto: caam - refactor key_gen, sg
Yuan Kang
1
-189
/
+8
[next]