Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
175c7080f2747b96e4b5352e4c38ddf9a0eacfdb
/
drivers
/
crypto
/
caam
/
caamhash.c
f456cd2
crypto: caam - pass the correct buffer length
by Fabio Estevam
· 9 years ago
f9970c2
crypto: caam - check return value of sg_nents_for_len
by LABBE Corentin
· 9 years ago
659f313
crypto: caam - fix indentation of close braces
by Russell King
· 9 years ago
5ec9083
crypto: caam - only export the state we really need to export
by Russell King
· 9 years ago
c7556ff
crypto: caam - fix non-block aligned hash calculation
by Russell King
· 9 years ago
434b421
crypto: caam - avoid needlessly saving and restoring caam_hash_ctx
by Russell King
· 9 years ago
6ea30f0
crypto: caam - print errno code when hash registration fails
by Russell King
· 9 years ago
13fb8fd
crypto: caam - dma_map_sg can handle chained SG
by LABBE Corentin
· 9 years ago
d4c9039
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
9c4f973
crypto: caam - Use the preferred style for memory allocations
by Fabio Estevam
· 9 years ago
b310c17
crypto: caam - fix memory corruption in ahash_final_ctx
by Horia Geant?
· 9 years ago
bf83490
crypto: caam - Detect hardware features during algorithm registration
by Victoria Milhoan
· 9 years ago
7d5196a
crypto: caam - Correct DMA unmap size in ahash_update_ctx()
by Victoria Milhoan
· 9 years ago
dde20ae
crypto: caam - Change kmalloc to kzalloc to avoid residual data
by Victoria Milhoan
· 9 years ago
e747242
crypto: caam - Add cache coherency support
by Victoria Milhoan
· 9 years ago
44d21c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
8af7b0f
crypto: caam - Fix incorrect size when DMA unmapping buffer
by Victoria Milhoan
· 10 years ago
6fd4b15
crypto: caam - improve initalization for context state saves
by Steve Cornelius
· 10 years ago
060e234
crypto: caam - fix uninitialized edesc->sec4_sg_bytes field
by Yanjiang Jin
· 10 years ago
4451d49
crypto: caam - fix addressing of struct member
by Cristian Stoica
· 10 years ago
307fd543
crypto: caam - remove duplicated sg copy functions
by Cristian Stoica
· 10 years ago
de0e35e
crypto: caam - fix uninitialized state->buf_dma field
by Horia Geanta
· 10 years ago
76b9908
crypto: caam - fix uninitialized edesc->dst_dma field
by Horia Geanta
· 10 years ago
45e9af7
crypto: caam - fix uninitialized S/G table size in ahash_digest
by Horia Geanta
· 10 years ago
bc9e05f
crypto: caam - fix DMA direction mismatch in ahash_done_ctx_src
by Horia Geanta
· 10 years ago
ef62b23
crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dst
by Horia Geanta
· 10 years ago
e11aa9f
crypto: caam - fix DMA unmapping error in hash_digest_key
by Horia Geanta
· 10 years ago
ce57208
crypto: caam - fix "failed to check map error" DMA warnings
by Horia Geanta
· 10 years ago
35af640
crypto: caam - Check for CAAM block presence before registering with crypto layer
by Ruchika Gupta
· 11 years ago
1da2be3
crypto: caam - Correct the dma mapping for sg table
by Ruchika Gupta
· 11 years ago
fa9659c
crypto: caam - Contain caam_jr_strstatus() ugliness
by Marek Vasut
· 11 years ago
3d67be2
crypto: caam - fix mem leak in ahash_setkey
by Horia Geanta
· 11 years ago
cfc6f11
crypto: caam - Modify the interface layers to use JR API's
by Ruchika Gupta
· 11 years ago
313ea29
crypto: caam - Add Platform driver for Job Ring
by Ruchika Gupta
· 11 years ago
b2744df
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
by Alex Porosanu
· 11 years ago
eeca9fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 11 years ago
514df28
crypto: caam - replace xstr macro with __stringify
by Alex Porosanu
· 11 years ago
aa2faec
crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.h
by Vakul Garg
· 12 years ago
9c23b7d
crypto: caam - Fixed the memory out of bound overwrite issue
by Vakul Garg
· 12 years ago
66b3e88
crypto: caam - change key gen functions to return signed int
by Kim Phillips
· 12 years ago
2af8f4a
crypto: caam - coccicheck fixes
by Kim Phillips
· 12 years ago
61bb86b
crypto: caam - set descriptor sharing type to SERIAL
by Kim Phillips
· 12 years ago
95bcaa3
crypto: caam - add backward compatible string sec4.0
by Shengzhou Liu
· 12 years ago
643b39b
crypto: caam - chaining support
by Yuan Kang
· 13 years ago
b0e09ba
crypto: caam - unkeyed ahash support
by Yuan Kang
· 13 years ago
045e367
crypto: caam - ahash hmac support
by Yuan Kang
· 13 years ago