summaryrefslogtreecommitdiffstats
path: root/android_keymaster_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'android_keymaster_test.cpp')
-rw-r--r--android_keymaster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_keymaster_test.cpp b/android_keymaster_test.cpp
index 3e9d125..9a76b1b 100644
--- a/android_keymaster_test.cpp
+++ b/android_keymaster_test.cpp
@@ -1373,7 +1373,7 @@ TEST_P(VerificationOperationsTest, RsaAllDigestAndPadCombinations) {
key_bits = digest_bits + 8 * (11 + 19);
break;
case KM_PAD_RSA_PSS:
- key_bits = digest_bits + 8 * 10;
+ key_bits = digest_bits + 22 * 8;
break;
default:
FAIL() << "Missing padding";