index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: caam - set DK (Decrypt Key) bit only for AES accelerator
Horia Geanta
2014-07-23
1
-0
/
+7
*
crypto: caam - fix "failed to check map error" DMA warnings
Horia Geanta
2014-07-23
1
-3
/
+31
*
crypto: caam - fix typo in dma_mapping_error
Horia Geanta
2014-07-23
1
-1
/
+1
*
crypto: caam - Check for CAAM block presence before registering with crypto l...
Ruchika Gupta
2014-07-10
1
-0
/
+29
*
crypto: caam - Correct the dma mapping for sg table
Ruchika Gupta
2014-06-25
1
-4
/
+4
*
crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt
Vakul Garg
2014-05-13
1
-0
/
+3
*
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
2014-05-08
1
-20
/
+8
*
crypto: caam - add missing key_dma unmap
Horia Geanta
2014-03-21
1
-0
/
+5
*
crypto: caam - add support for aead null encryption
Horia Geanta
2014-03-21
1
-3
/
+324
*
crypto: caam - remove error propagation handling
Horia Geanta
2014-03-21
1
-47
/
+7
*
crypto: caam - simplify and harden key parsing
Horia Geanta
2013-12-20
1
-23
/
+13
*
crypto: caam - fix aead sglen for case 'dst != src'
Horia Geanta
2013-11-28
1
-22
/
+29
*
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
2013-10-30
1
-72
/
+20
*
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
2013-10-30
1
-1
/
+3
*
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
Alex Porosanu
2013-09-13
1
-0
/
+7
*
crypto: caam - replace xstr macro with __stringify
Alex Porosanu
2013-08-21
1
-39
/
+39
*
crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
Vakul Garg
2013-07-10
1
-2
/
+0
*
crypto: caam - fix inconsistent assoc dma mapping direction
Horia Geanta
2013-05-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-05-02
1
-0
/
+6
|
\
|
*
crypto: caam - Fix missing init of '.type' in AEAD algos.
Vakul Garg
2013-03-22
1
-0
/
+6
*
|
Revert "crypto: caam - add IPsec ESN support"
Horia Geanta
2013-03-21
1
-25
/
+2
|
/
*
crypto: caam - add IPsec ESN support
Horia Geanta
2012-09-07
1
-2
/
+25
*
crypto: caam - coccicheck fixes
Kim Phillips
2012-09-07
1
-8
/
+8
*
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
2012-08-01
1
-4
/
+4
*
crypto: caam - chaining support
Yuan Kang
2012-06-27
1
-44
/
+70
*
crypto: caam - link_tbl rename
Yuan Kang
2012-06-27
1
-113
/
+113
*
crypto: caam - refactor key_gen, sg
Yuan Kang
2012-06-27
1
-189
/
+8
*
crypto: caam - remove jr register/deregister
Yuan Kang
2012-06-27
1
-28
/
+2
*
crypto: caam - support external seq in/out lengths
Yuan Kang
2012-06-27
1
-2
/
+3
*
crypto: caam - remove line continuations from ablkcipher_append_src_dst
Kim Phillips
2012-06-27
1
-5
/
+5
*
crypto: caam - add backward compatible string sec4.0
Shengzhou Liu
2012-03-29
1
-4
/
+10
*
crypto: caam - be less noisy on startup
Kim Phillips
2012-01-13
1
-4
/
+4
*
crypto: caam - add sha224 and sha384 variants to existing AEAD algorithms
Hemant Agrawal
2012-01-13
1
-0
/
+115
*
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
2012-01-13
1
-1
/
+2
*
crypto: caam - fix polarity of "propagate error" logic
Kim Phillips
2011-12-20
1
-5
/
+5
*
crypto: caam - add support for MD5 algorithm variants
Kim Phillips
2011-11-21
1
-0
/
+57
*
crypto: caam - ablkcipher support
Yuan Kang
2011-07-15
1
-0
/
+510
*
crypto: caam - faster aead implementation
Yuan Kang
2011-07-15
1
-329
/
+775
*
crypto: caam - structure renaming
Yuan Kang
2011-07-15
1
-21
/
+43
*
crypto: caam - shorter names
Yuan Kang
2011-07-15
1
-137
/
+137
*
crypto: caam - fix operator precedence in shared descriptor allocation
Kim Phillips
2011-06-30
1
-3
/
+3
*
crypto: caam - add support for sha512 variants of existing AEAD algorithms
Kim Phillips
2011-05-19
1
-13
/
+106
*
crypto: caam - remove unused authkeylen from caam_ctx
Kim Phillips
2011-05-19
1
-2
/
+0
*
crypto: caam - fix decryption shared vs. non-shared key setting
Kim Phillips
2011-05-19
1
-4
/
+22
*
crypto: caam - fix printk recursion for long error texts
Kim Phillips
2011-05-04
1
-3
/
+3
*
crypto: caam - remove unused keylen from session context
Kim Phillips
2011-05-04
1
-2
/
+0
*
crypto: caam - remove duplicate dev_err
Kim Phillips
2011-05-03
1
-1
/
+0
*
crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptor
Kim Phillips
2011-05-03
1
-4
/
+2
*
crypto: caam - introduce missing kfree
Julia Lawall
2011-04-08
1
-0
/
+1
*
crypto: caam - dereferencing ERR_PTR on allocation failure
Dan Carpenter
2011-03-27
1
-1
/
+1
[next]