summaryrefslogtreecommitdiff
path: root/keystore2/src/rkpd_client.rs
AgeCommit message (Expand)Author
2023-11-07[refactor] Split the message macro in a standalone library for reuseAlice Wang
2023-11-07[rkpd] Move security level to RPC name conversion out of rkpd_clientAlice Wang
2023-11-07[refactor] Split watchdog in a standalone library for reuseAlice Wang
2023-10-10Cope with Keymaster->KeyMint device upgradeDavid Drysdale
2023-09-26Include challenge in test_rkpd_attestation_key_upgradeSeth Moore
2023-02-15keystore2: Fix timeout handlingTri Vo
2023-02-15keystore2_test: Join all test threadsTri Vo
2023-02-06Handle errors codes from rkpd getKey operationsSeth Moore
2023-02-04Merge "keystore2_test: Enable stress test"Tri Vo
2023-02-03Leave RKPD in a "good" state after testsTri Vo
2023-02-03keystore2_test: Enable stress testTri Vo
2023-01-26keystore2: Add stress test for getting RKPD keyTri Vo
2023-01-26keystore2: Add test for RKPD key upgradeTri Vo
2023-01-24keystore2: Add timeout to RKPD get key callTri Vo
2023-01-23keystore2: Test case for storing upgraded RKPD keyTri Vo
2023-01-23Use separate RKPD key IDs in test casesTri Vo
2023-01-13Clean up rkpd client in keystore2Seth Moore
2023-01-11Fix hanging unit testSeth Moore
2023-01-10The RKPD store upgraded key interface is now asyncSeth Moore
2023-01-10Create helper type for oneshot::SenderSeth Moore
2022-12-22keystore2: Add utils to fetch keys from RKPDTri Vo