index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamhash.c
Age
Commit message (
Expand
)
Author
2017-12-28
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
2017-11-06
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
Horia Geantă
2017-11-06
crypto: caam - remove unneeded edesc zeroization
Horia Geantă
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
2017-07-12
crypto: caam - fix signals handling
Horia Geantă
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
2017-02-15
crypto: caam - fix state buffer DMA (un)mapping
Horia Geantă
2017-02-15
crypto: caam - abstract ahash request double buffering
Horia Geantă
2017-02-15
crypto: caam - fix error path for ctx_dma mapping failure
Horia Geantă
2017-02-15
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
2017-02-15
crypto: caam - don't dma_map key for hash algorithms
Horia Geantă
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
2016-11-13
crypto: caam - merge identical ahash_final/finup shared desc
Horia Geantă
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
2016-11-13
crypto: caam - completely remove error propagation handling
Horia Geantă
2016-09-22
crypto: caam - Move common error handling code in two functions
Markus Elfring
2016-09-22
crypto: caam - Delete an unnecessary initialisation in seven functions
Markus Elfring
2016-09-22
crypto: caam - Return a value directly in caam_hash_cra_init()
Markus Elfring
2016-09-22
crypto: caam - Rename a jump label in five functions
Markus Elfring
2016-09-22
crypto: caam - Rename jump labels in ahash_setkey()
Markus Elfring
2016-09-22
crypto: caam - Use kmalloc_array() in ahash_setkey()
Markus Elfring
2016-08-09
crypto: caam - add ahash_edesc_add_src()
Russell King
2016-08-09
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
Russell King
2016-08-09
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
Russell King
2016-08-09
crypto: caam - check and use dma_map_sg() return code
Russell King
2016-08-09
crypto: caam - ensure that we clean up after an error
Russell King
2016-08-09
crypto: caam - replace sec4_sg pointer with array
Russell King
2016-08-09
crypto: caam - mark the hardware descriptor as cache line aligned
Russell King
2016-08-09
crypto: caam - incorporate job descriptor into struct ahash_edesc
Russell King
2016-08-09
crypto: caam - ensure descriptor buffers are cacheline aligned
Russell King
2016-08-09
crypto: caam - fix DMA API mapping leak
Russell King
2016-08-09
crypto: caam - fix non-hmac hashes
Russell King
2016-05-31
crypto: caam - handle core endianness != caam endianness
Horia Geantă
2015-12-04
crypto: caam - pass the correct buffer length
Fabio Estevam
2015-11-17
crypto: caam - check return value of sg_nents_for_len
LABBE Corentin
2015-10-20
crypto: caam - fix indentation of close braces
Russell King
2015-10-20
crypto: caam - only export the state we really need to export
Russell King
2015-10-20
crypto: caam - fix non-block aligned hash calculation
Russell King
2015-10-20
crypto: caam - avoid needlessly saving and restoring caam_hash_ctx
Russell King
2015-10-20
crypto: caam - print errno code when hash registration fails
Russell King
2015-10-01
crypto: caam - dma_map_sg can handle chained SG
LABBE Corentin
2015-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-08-24
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
2015-08-13
crypto: caam - fix memory corruption in ahash_final_ctx
Horia Geant?
2015-08-10
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
2015-08-10
crypto: caam - Correct DMA unmap size in ahash_update_ctx()
Victoria Milhoan
[next]