Searched refs:authTokenAsVector (Results 1 – 1 of 1) sorted by relevance
920 Status KeyStoreService::addAuthToken(const ::std::vector<uint8_t>& authTokenAsVector, in addAuthToken() argument931 if (authTokenAsVector.size() != sizeof(hw_auth_token_t)) { in addAuthToken()937 memcpy(reinterpret_cast<void*>(&authToken), authTokenAsVector.data(), sizeof(hw_auth_token_t)); in addAuthToken()944 hidlVec2AuthToken(hidl_vec<uint8_t>(authTokenAsVector))); in addAuthToken()