summaryrefslogtreecommitdiff
path: root/security/sharedsecret/aidl/vts/functional/SharedSecretAidlTest.cpp
AgeCommit message (Collapse)Author
2021-06-28KeyMint VTS: allow for stricter SharedSecret implsDavid Drysdale
Bug: 192223752 Test: VtsAidlSharedSecretTargetTest Merged-Ind: Iccf2d0fe2a2d10ad12269dfecf78ea1d831c3ad4 Change-Id: Iccf2d0fe2a2d10ad12269dfecf78ea1d831c3ad4 Ignore-AOSP-First: already merged in aosp/master
2021-06-16VTS tests: check size of byte stringsDavid Drysdale
Bug: 181883620 Test: VtsAidlSecureClockTargetTest, VtsAidlSharedSecretTargetTest Merged-In: I9ea8687e0c9e89140bcddfefcc2a6177c99b2e4d Change-Id: I9ea8687e0c9e89140bcddfefcc2a6177c99b2e4d Ignore-AOSP-First: already present in aosp/master
2021-03-24This fixes the potential vts test failures for devices with no registered ↵Chirag Pathak
shared secret services. It aso fixes the static dependency issue. Test: atest VtsAidlSharedSecretTargetTest, atest VtsAidlSecureClockTargetTest Bug: b/182913582 Change-Id: Id526b729a7930bb081c794d9fae564eab9e300d5
2021-02-10The implementation of vts and default implementation to support ISecureClock ↵Chirag Pathak
and ISharedSecret AIDLs. Test: atest VtsAidlSecureClockTargetTest, atest VtsAidlSharedSecretTargetTest Bug: b/175136979, b/175141176 Change-Id: I4a0d25981d0172c0e2c8defc61b325eca6d6a029