summaryrefslogtreecommitdiffstats
path: root/authsecret
Commit message (Collapse)AuthorAgeFilesLines
* pack VTS cc_test binaries as general-testsKeun Soo YIM2018-12-071-0/+1
| | | | | | | Test: make general-tests Bug: 120093339 Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
* Convert auth secret hal test to use VtsHalHidlTargetTestEnvBaseZhuoyao Zhang2018-02-281-1/+27
| | | | | | | Test: make vts vts-tradefed run vts-hal -m VtsHalAuthSecretV1_0Target Change-Id: Ib66e101a78b4b6d66a426c36112b1cf0b95afda3
* AuthSecret: make method onewayZhuoyao Zhang2018-02-191-1/+1
| | | | | | | | | There is not result from the method and the called does not need to wait for it to complete. Test: AuthSecretHidlTest Bug: 71527305 Change-Id: Ib1ba3a2993ac31fb9706c90e87d8f731c2c5d025
* authsecret: remove factoryReset()Andrew Scull2018-01-244-69/+36
| | | | | | | | | | | | | Factory reset will be handled by each device from recovery or in the bootloader in response to `fastboot -w`. The requirements of the factory reset are made explicit. As a result, VTS tests are moving to a host side test that can factory reset between each test case. Also clarifies when the remaining method is called. Test: AuthSecretHidlTest Bug: 71527305 Change-Id: I9a29568e022eb83061d8db68e1e7971fc53bd823
* AuthSecret HALAndrew Scull2018-01-109-0/+333
A security HAL to allow vendor to cryptographically tie components to the primary user's credential. Test: AuthSecretHidlTest Bug: 71527305 Change-Id: I67ebf423dfccb00415d1d79b54e3ded31256cfff