Searched refs:auth_type (Results 1 – 3 of 3) sorted by relevance
73 auto auth_type = htonl(static_cast<uint32_t>(token.authenticatorType)); in authToken2HidlVec() local74 pos = copy_bytes_to_iterator(auth_type, pos); in authToken2HidlVec()
61 uint32 auth_type; /* WLC_E_AUTH */75 uint32 auth_type; /* WLC_E_AUTH */
68 uint32_t auth_type = ntohl(auth_token->authenticator_type); in toAuthToken() local71 EXPECT_EQ(HW_AUTH_PASSWORD, auth_type); in toAuthToken()