Merge "Keystore 2.0: Fix convertStorageKeyToEphemenral" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-07-23 18:42:57 +00:00 committed by Android (Google) Code Review
commit 7e9dfba159

View file

@ -914,7 +914,7 @@ impl KeystoreSecurityLevel {
"In convert_storage_key_to_ephemeral: calling convertStorageKeyToEphemeral (2)",
500,
);
map_km_error(km_dev.convertStorageKeyToEphemeral(key_blob))
map_km_error(km_dev.convertStorageKeyToEphemeral(&upgraded_blob))
}
.context(concat!(
"In convert_storage_key_to_ephemeral: ",