diff options
author | David Drysdale <drysdale@google.com> | 2021-11-30 07:28:03 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-11-30 07:28:03 +0000 |
commit | d1c5ed5bec6bb97466f2775a8722ceecb85d9d62 (patch) | |
tree | fa8d5eb80595712c19fad321f3f3aaf3eb4a99b0 /security/keymint/aidl/vts/functional/KeyMintTest.cpp | |
parent | 76db9d7ba680f3f8a66f6734490edda937d4d541 (diff) | |
parent | 02951d11675b842f716fe1097e42feab3321b665 (diff) |
Merge "Fix flaky corrupted padding tests" am: a33f46bc2a am: 61cf943208 am: 02951d1167
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1903312
Change-Id: Ie50a00970832fc03691a66907534ccc0fc71208f
Diffstat (limited to 'security/keymint/aidl/vts/functional/KeyMintTest.cpp')
-rw-r--r-- | security/keymint/aidl/vts/functional/KeyMintTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keymint/aidl/vts/functional/KeyMintTest.cpp b/security/keymint/aidl/vts/functional/KeyMintTest.cpp index 92aa2ac64b..53a5490cce 100644 --- a/security/keymint/aidl/vts/functional/KeyMintTest.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintTest.cpp @@ -70,7 +70,7 @@ namespace aidl::android::hardware::security::keymint::test { namespace { // The maximum number of times we'll attempt to verify that corruption -// of an ecrypted blob results in an error. Retries are necessary as there +// of an encrypted blob results in an error. Retries are necessary as there // is a small (roughly 1/256) chance that corrupting ciphertext still results // in valid PKCS7 padding. constexpr size_t kMaxPaddingCorruptionRetries = 8; |