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

/system/security/keystore/tests/
H A Dauth_token_table_test.cpp106 table.AddAuthenticationToken(make_token(1, 2));
107 table.AddAuthenticationToken(make_token(3, 4));
135 table.AddAuthenticationToken(make_token(1));
136 table.AddAuthenticationToken(make_token(2));
137 table.AddAuthenticationToken(make_token(3));
154 table.AddAuthenticationToken(make_token(1));
155 table.AddAuthenticationToken(make_token(2));
156 table.AddAuthenticationToken(make_token(3));
166 table.AddAuthenticationToken(make_token(4));
179 table.AddAuthenticationToken(make_toke
[all...]
/system/security/keystore/
H A Dauth_token_table.h61 void AddAuthenticationToken(const hw_auth_token_t* token);
H A Dauth_token_table.cpp52 void AuthTokenTable::AddAuthenticationToken(const hw_auth_token_t* auth_token) { function in class:keymaster::AuthTokenTable
H A Dkeystore.cpp2730 mAuthTokenTable.AddAuthenticationToken(authToken);

Completed in 103 milliseconds