HomeSort by relevance Sort by last modified time
    Searched refs:FindAuthorization (Results 1 - 4 of 4) sorted by null

  /system/security/keystore/tests/
auth_token_table_test.cpp 102 table.FindAuthorization(make_set(1), KeyPurpose::SIGN, 0, &found));
107 table.FindAuthorization(make_set(2), KeyPurpose::SIGN, 0, &found));
112 table.FindAuthorization(make_set(3), KeyPurpose::SIGN, 0, &found));
117 table.FindAuthorization(make_set(4), KeyPurpose::SIGN, 0, &found));
122 table.FindAuthorization(make_set(5), KeyPurpose::SIGN, 0, &found));
137 table.FindAuthorization(make_set(1), KeyPurpose::SIGN, 0, &found));
139 table.FindAuthorization(make_set(2), KeyPurpose::SIGN, 0, &found));
141 table.FindAuthorization(make_set(3), KeyPurpose::SIGN, 0, &found));
159 table.FindAuthorization(make_set(1), KeyPurpose::SIGN, 0, &found));
161 table.FindAuthorization(make_set(2), KeyPurpose::SIGN, 0, &found))
    [all...]
  /system/security/keystore/
auth_token_table.h 75 Error FindAuthorization(const AuthorizationSet& key_info, KeyPurpose purpose,
auth_token_table.cpp 113 AuthTokenTable::Error AuthTokenTable::FindAuthorization(const AuthorizationSet& key_info,
key_store_service.cpp     [all...]

Completed in 102 milliseconds