Home
last modified time | relevance | path

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

/system/security/keystore/tests/
Dauth_token_table_test.cpp101 table.AddAuthenticationToken(make_token(1, 2)); in TEST()
102 table.AddAuthenticationToken(make_token(3, 4)); in TEST()
130 table.AddAuthenticationToken(make_token(1)); in TEST()
131 table.AddAuthenticationToken(make_token(2)); in TEST()
132 table.AddAuthenticationToken(make_token(3)); in TEST()
149 table.AddAuthenticationToken(make_token(1)); in TEST()
150 table.AddAuthenticationToken(make_token(2)); in TEST()
151 table.AddAuthenticationToken(make_token(3)); in TEST()
161 table.AddAuthenticationToken(make_token(4)); in TEST()
174 table.AddAuthenticationToken(make_token(5)); in TEST()
[all …]
/system/security/keystore/
Dauth_token_table.h64 void AddAuthenticationToken(const HardwareAuthToken* token);
Dauth_token_table.cpp80 void AuthTokenTable::AddAuthenticationToken(const HardwareAuthToken* auth_token) { in AddAuthenticationToken() function in keystore::AuthTokenTable
Dkey_store_service.cpp1411 mAuthTokenTable.AddAuthenticationToken(hidlAuthToken.release()); in addAuthToken()