Searched refs:scopeId (Results 1 – 2 of 2) sorted by relevance
193 const std::vector<uint8_t> scopeId = toVector(scope); in getKeyRequestCommon() local196 std::vector<uint8_t> sessionId(scopeId.begin(), scopeId.end()); in getKeyRequestCommon()211 std::vector<uint8_t> keySetId(scopeId.begin(), scopeId.end()); in getKeyRequestCommon()351 const std::vector<uint8_t> scopeId = toVector(scope); in provideKeyResponse() local357 bool isRelease = (memcmp(scopeId.data(), kKeySetIdPrefix.data(), kKeySetIdPrefix.size()) == 0); in provideKeyResponse()359 keySetId.assign(scopeId.begin(), scopeId.end()); in provideKeyResponse()366 sessionId.assign(scopeId.begin(), scopeId.end()); in provideKeyResponse()
356 private static Inet6Address getAllNodesForScopeId(int scopeId) { in getAllNodesForScopeId() argument358 return Inet6Address.getByAddress("ff02::1", ALL_NODES, scopeId); in getAllNodesForScopeId()