mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "keygen test not generating the key for every iteration" into main
This commit is contained in:
@@ -294,6 +294,7 @@ class KeyMintBenchmarkTest {
|
||||
ErrorCode DeleteKey() {
|
||||
Status result = keymint_->deleteKey(key_blob_);
|
||||
key_blob_ = vector<uint8_t>();
|
||||
key_transform_ = "";
|
||||
return GetReturnErrorCode(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user