Kees Cook
|
6396bb2215
treewide: kzalloc() -> kcalloc()
|
7 years ago |
Antoine Tenart
|
f6beaea304
crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support
|
7 years ago |
Antoine Tenart
|
bdfd190956
crypto: inside-secure - improve error reporting
|
7 years ago |
Antoine Tenart
|
6182480637
crypto: inside-secure - remove VLAs
|
7 years ago |
Antoine Tenart
|
3ad618d8e1
crypto: inside-secure - hmac(sha224) support
|
7 years ago |
Antoine Tenart
|
73f36ea703
crypto: inside-secure - hmac(sha256) support
|
7 years ago |
Antoine Tenart
|
4505bb02ec
crypto: inside-secure - the context ipad/opad should use the state sz
|
7 years ago |
Antoine Tenart
|
b89a815975
crypto: inside-secure - do not access buffers mapped to the device
|
7 years ago |
Antoine Tenart
|
57433b5820
crypto: inside-secure - improve the send error path
|
7 years ago |
Antoine Tenart
|
b869648c06
crypto: inside-secure - move the digest to the request context
|
7 years ago |
weiyongjun \(A\)
|
efa94457e5
crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()
|
7 years ago |
Antoine Tenart
|
4dc5475ae0
crypto: inside-secure - wait for the request to complete if in the backlog
|
7 years ago |
Antoine Tenart
|
cff9a17545
crypto: inside-secure - move cache result dma mapping to request
|
7 years ago |
Ofer Heifetz
|
b859202722
crypto: inside-secure - move hash result dma mapping to request
|
7 years ago |
Antoine Tenart
|
57240a78be
crypto: inside-secure - unmap the result in the hash send error path
|
7 years ago |
Antoine Tenart
|
b7007dbccd
crypto: inside-secure - fix the invalidation step during cra_exit
|
7 years ago |
Antoine Tenart
|
666a9c70b0
crypto: inside-secure - fix the cache_len computation
|
7 years ago |
Antoine Tenart
|
c1a8fa6e24
crypto: inside-secure - fix the extra cache computation
|
7 years ago |
Antoine Ténart
|
809778e02c
crypto: inside-secure - fix hash when length is a multiple of a block
|
7 years ago |
Antoine Ténart
|
c957f8b3e2
crypto: inside-secure - avoid unmapping DMA memory that was not mapped
|
7 years ago |
Antoine Ténart
|
871df319bd
crypto: inside-secure - EIP97 support
|
7 years ago |
Antoine Ténart
|
8472e77810
crypto: inside-secure - move request dequeueing into a workqueue
|
7 years ago |
Ofer Heifetz
|
5290ad6e9a
crypto: inside-secure - remove unused parameter in invalidate_cache
|
7 years ago |
Ofer Heifetz
|
12bf4142d8
crypto: inside-secure - EBUSY is not an error on async request
|
7 years ago |
Ofer Heifetz
|
c4daf4cc9c
crypto: inside-secure - refrain from unneeded invalidations
|
7 years ago |
Antoine Ténart
|
cc75f5ce82
crypto: inside-secure - comment the caching function
|
7 years ago |
Antoine Ténart
|
60310eae7d
crypto: inside-secure - remove useless memset
|
7 years ago |
Antoine Ténart
|
dfbcc08faa
crypto: inside-secure - fix typo in a comment
|
7 years ago |
Antoine Ténart
|
62c2eddd2d
crypto: inside-secure - remove extra empty line
|
7 years ago |
Antoine Ténart
|
2973633e9f
crypto: inside-secure - do not use areq->result for partial results
|
7 years ago |