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

  /system/security/keystore/tests/
auth_token_table_test.cpp 101 table.AddAuthenticationToken(make_token(1, 2));
102 table.AddAuthenticationToken(make_token(3, 4));
130 table.AddAuthenticationToken(make_token(1));
131 table.AddAuthenticationToken(make_token(2));
132 table.AddAuthenticationToken(make_token(3));
149 table.AddAuthenticationToken(make_token(1));
150 table.AddAuthenticationToken(make_token(2));
151 table.AddAuthenticationToken(make_token(3));
161 table.AddAuthenticationToken(make_token(4));
174 table.AddAuthenticationToken(make_token(5))
    [all...]
  /system/security/keystore/
auth_token_table.cpp 52 void AuthTokenTable::AddAuthenticationToken(const hw_auth_token_t* auth_token) {
auth_token_table.h 61 void AddAuthenticationToken(const hw_auth_token_t* token);
key_store_service.cpp     [all...]

Completed in 474 milliseconds