summaryrefslogtreecommitdiffstats
path: root/android_keymaster_test_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'android_keymaster_test_utils.cpp')
-rw-r--r--android_keymaster_test_utils.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/android_keymaster_test_utils.cpp b/android_keymaster_test_utils.cpp
index bfe68ff..f62dd66 100644
--- a/android_keymaster_test_utils.cpp
+++ b/android_keymaster_test_utils.cpp
@@ -328,15 +328,6 @@ keymaster_error_t Keymaster2Test::AbortOperation() {
return device()->abort(device(), op_handle_);
}
-keymaster_error_t Keymaster2Test::AttestKey(keymaster_algorithm_t algorithm,
- keymaster_cert_chain_t* cert_chain) {
- AuthorizationSet attest_params(
- AuthorizationSetBuilder().Authorization(TAG_ALGORITHM, algorithm));
- attest_params.push_back(UserAuthParams());
- attest_params.push_back(ClientParams());
- return device()->attest_key(device(), &blob_, &attest_params, cert_chain);
-}
-
string Keymaster2Test::ProcessMessage(keymaster_purpose_t purpose, const string& message) {
EXPECT_EQ(KM_ERROR_OK, BeginOperation(purpose, client_params(), NULL /* output_params */));