Home
last modified time | relevance | path

Searched refs:make_set (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/security/keystore/tests/
H A Dauth_token_table_test.cpp76 static AuthorizationSet make_set(uint64_t rsid, uint32_t timeout = 10000) { in make_set() function
104 (std::tie(rc, found) = table.FindAuthorization(make_set(1), KeyPurpose::SIGN, 0), rc)); in TEST()
110 (std::tie(rc, found) = table.FindAuthorization(make_set(2), KeyPurpose::SIGN, 0), rc)); in TEST()
116 (std::tie(rc, found) = table.FindAuthorization(make_set(3), KeyPurpose::SIGN, 0), rc)); in TEST()
338 auto key_info = make_set(1, 5 /* five second timeout */); in TEST()
435 make_set(1), KeyPurpose::SIGN, 0 /* challenge */), in TEST()
449 make_set(1), KeyPurpose::SIGN, 0 /* challenge */), in TEST()
462 make_set(1), KeyPurpose::SIGN, 0 /* challenge */), in TEST()
485 make_set(2), KeyPurpose::SIGN, 0 /* challenge */), in TEST()
501 make_set(1), KeyPurpose::SIGN, 0 /* challenge */), in TEST()
[all …]