Fix size check for auth_token

auth_token is a const **hw_auth_token_t, so comparing against
sizeof(*auth_token) was incorrect.

Bug: 156418145
Change-Id: I54cc23d7e36902fa63445754e72910774a4e02f1
1 file changed