HomeSort by relevance Sort by last modified time
    Searched refs: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.h 64 void AddAuthenticationToken(const HardwareAuthToken* token);
auth_token_table.cpp 78 void AuthTokenTable::AddAuthenticationToken(const HardwareAuthToken* auth_token) {
key_store_service.cpp     [all...]

Completed in 205 milliseconds