diff options
Diffstat (limited to 'keymaster/4.0/vts/functional/KeymasterHidlTest.h')
-rw-r--r-- | keymaster/4.0/vts/functional/KeymasterHidlTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keymaster/4.0/vts/functional/KeymasterHidlTest.h b/keymaster/4.0/vts/functional/KeymasterHidlTest.h index 2ca7ea7a71..ad30aa7792 100644 --- a/keymaster/4.0/vts/functional/KeymasterHidlTest.h +++ b/keymaster/4.0/vts/functional/KeymasterHidlTest.h @@ -166,6 +166,8 @@ class KeymasterHidlTest : public ::testing::TestWithParam<std::string> { string MacMessage(const string& message, Digest digest, size_t mac_length); + void CheckAesIncrementalEncryptOperation(BlockMode block_mode, int message_size); + void CheckHmacTestVector(const string& key, const string& message, Digest digest, const string& expected_mac); |