git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6edf7a8
)
ima: provide double buffering for hash calculation
author
Dmitry Kasatkin
<d.kasatkin@samsung.com>
Tue, 6 May 2014 11:54:27 +0000
(14:54 +0300)
committer
Mimi Zohar
<zohar@linux.vnet.ibm.com>
Thu, 17 Jul 2014 13:35:11 +0000
(09:35 -0400)
The asynchronous hash API allows initiating a hash calculation and
then performing other tasks, while waiting for the hash calculation
to complete.
This patch introduces usage of double buffering for simultaneous
hashing and reading of the next chunk of data from storage.
Changes in v3:
- better comments
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
security/integrity/ima/ima_crypto.c
patch
|
blob
|
history
diff --cc
security/integrity/ima/ima_crypto.c
Simple merge