diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-04-30 16:30:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-30 16:30:49 +0000 |
commit | 3b2b180a29600885ddd3ff342bb4dddf0cd471f4 (patch) | |
tree | a7b4e23a6e2403c99f6c14f52c1198e6f6cfdad7 /security/keymint/aidl/vts/functional/AttestKeyTest.cpp | |
parent | ddafbe597cfbe27965c74323659aed328a316d2d (diff) | |
parent | 7de9febd174214cfb9ac65ada12c2ceb988cd19d (diff) |
Merge "Add more symmetric KeyMint tests"
Diffstat (limited to 'security/keymint/aidl/vts/functional/AttestKeyTest.cpp')
-rw-r--r-- | security/keymint/aidl/vts/functional/AttestKeyTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/keymint/aidl/vts/functional/AttestKeyTest.cpp b/security/keymint/aidl/vts/functional/AttestKeyTest.cpp index 4e951d6f51..afb2193887 100644 --- a/security/keymint/aidl/vts/functional/AttestKeyTest.cpp +++ b/security/keymint/aidl/vts/functional/AttestKeyTest.cpp @@ -44,7 +44,7 @@ using AttestKeyTest = KeyMintAidlTestBase; TEST_P(AttestKeyTest, AllRsaSizes) { for (auto size : ValidKeySizes(Algorithm::RSA)) { /* - * Create attestaton key. + * Create attestation key. */ AttestationKey attest_key; vector<KeyCharacteristics> attest_key_characteristics; @@ -482,7 +482,7 @@ TEST_P(AttestKeyTest, AlternateAttestKeyChaining) { TEST_P(AttestKeyTest, AllEcCurves) { for (auto curve : ValidCurves()) { /* - * Create attestaton key. + * Create attestation key. */ AttestationKey attest_key; vector<KeyCharacteristics> attest_key_characteristics; @@ -566,7 +566,7 @@ TEST_P(AttestKeyTest, AllEcCurves) { } TEST_P(AttestKeyTest, AttestWithNonAttestKey) { - // Create non-attestaton key. + // Create non-attestation key. AttestationKey non_attest_key; vector<KeyCharacteristics> non_attest_key_characteristics; vector<Certificate> non_attest_key_cert_chain; |