Searched refs:auth_token_length (Results 1 – 1 of 1) sorted by relevance
71 static void notifyKeystore(uint8_t *auth_token, size_t auth_token_length) { in notifyKeystore() argument72 if (auth_token != NULL && auth_token_length > 0) { in notifyKeystore()78 status_t ret = service->addAuthToken(auth_token, auth_token_length); in notifyKeystore()