Searched refs:addAuthToken (Results 1 – 6 of 6) sorted by relevance
117 int32_t addAuthToken(const uint8_t* token, size_t length);
1269 virtual int32_t addAuthToken(const uint8_t* token, size_t length) in addAuthToken() function in android::BpKeystoreService1824 int32_t result = addAuthToken(token_bytes, size); in onTransact()
1115 int32_t KeyStoreService::addAuthToken(const uint8_t* token, size_t length) { in addAuthToken() function in android::KeyStoreService
114 status_t ret = service->addAuthToken(auth_token, auth_token_length); in notifyKeystore()
242 virtual int32_t addAuthToken(const uint8_t* token, size_t length) = 0;
249 status_t ret = service->addAuthToken(*auth_token, *auth_token_length); in verifyChallenge()