diff options
author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 2011-05-06 04:34:17 -0400 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2011-07-18 12:29:48 -0400 |
commit | 24e0198efe0df50034ec1c14b2d7b5bb0f66d54a (patch) | |
tree | 64f7d23cd7b07dabe826c2a6ed37f7c1842816b2 /security/integrity/integrity.h | |
parent | 6d38ca01c0c2d6c2e46ec1984db9ada6bad6ca26 (diff) |
evm: replace hmac_status with evm_status
We will use digital signatures in addtion to hmac.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Diffstat (limited to 'security/integrity/integrity.h')
-rw-r--r-- | security/integrity/integrity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h index 7efbf560b7d5..880bbee2f534 100644 --- a/security/integrity/integrity.h +++ b/security/integrity/integrity.h | |||
@@ -37,7 +37,7 @@ struct integrity_iint_cache { | |||
37 | unsigned char flags; | 37 | unsigned char flags; |
38 | u8 digest[SHA1_DIGEST_SIZE]; | 38 | u8 digest[SHA1_DIGEST_SIZE]; |
39 | struct mutex mutex; /* protects: version, flags, digest */ | 39 | struct mutex mutex; /* protects: version, flags, digest */ |
40 | enum integrity_status hmac_status; | 40 | enum integrity_status evm_status; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | /* rbtree tree calls to lookup, insert, delete | 43 | /* rbtree tree calls to lookup, insert, delete |