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.cpp95 table.AddAuthenticationToken(make_token(1, 2)); in TEST()
96 table.AddAuthenticationToken(make_token(3, 4)); in TEST()
134 table.AddAuthenticationToken(make_token(1)); in TEST()
135 table.AddAuthenticationToken(make_token(2)); in TEST()
136 table.AddAuthenticationToken(make_token(3)); in TEST()
160 table.AddAuthenticationToken(make_token(1)); in TEST()
161 table.AddAuthenticationToken(make_token(2)); in TEST()
162 table.AddAuthenticationToken(make_token(3)); in TEST()
179 table.AddAuthenticationToken(make_token(4)); in TEST()
199 table.AddAuthenticationToken(make_token(5)); in TEST()
[all …]
/system/security/keystore/
Dauth_token_table.h64 void AddAuthenticationToken(HardwareAuthToken&& auth_token);
Dauth_token_table.cpp80 void AuthTokenTable::AddAuthenticationToken(HardwareAuthToken&& auth_token) { in AddAuthenticationToken() function in keystore::AuthTokenTable
Dkey_store_service.cpp987 mKeyStore->getAuthTokenTable().AddAuthenticationToken( in addAuthToken()