index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamhash.c
Age
Commit message (
Expand
)
Author
2017-07-21
crypto: caam - fix signals handling
Horia Geantă
2017-05-14
crypto: caam - fix error path for ctx_dma mapping failure
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
2015-08-10
crypto: caam - Change kmalloc to kzalloc to avoid residual data
Victoria Milhoan
2015-08-10
crypto: caam - Add cache coherency support
Victoria Milhoan
2015-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-06-16
crypto: caam - Fix incorrect size when DMA unmapping buffer
Victoria Milhoan
2015-06-16
crypto: caam - improve initalization for context state saves
Steve Cornelius
2015-03-09
crypto: caam - fix uninitialized edesc->sec4_sg_bytes field
Yanjiang Jin
2014-08-25
crypto: caam - fix addressing of struct member
Cristian Stoica
2014-08-25
crypto: caam - remove duplicated sg copy functions
Cristian Stoica
2014-07-23
crypto: caam - fix uninitialized state->buf_dma field
Horia Geanta
2014-07-23
crypto: caam - fix uninitialized edesc->dst_dma field
Horia Geanta
2014-07-23
crypto: caam - fix uninitialized S/G table size in ahash_digest
Horia Geanta
2014-07-23
crypto: caam - fix DMA direction mismatch in ahash_done_ctx_src
Horia Geanta
2014-07-23
crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dst
Horia Geanta
2014-07-23
crypto: caam - fix DMA unmapping error in hash_digest_key
Horia Geanta
2014-07-23
crypto: caam - fix "failed to check map error" DMA warnings
Horia Geanta
2014-07-10
crypto: caam - Check for CAAM block presence before registering with crypto l...
Ruchika Gupta
2014-06-25
crypto: caam - Correct the dma mapping for sg table
Ruchika Gupta
[next]