Searched refs:tokenSet (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/build/test/unittest/accesstokenid/ |
D | accesstokenid_test.cpp | 189 unsigned long long tokenSet = GenRand64(); in CheckChildThreadSetIndepent() local 199 SetTokenid(&tokenSet); in CheckChildThreadSetIndepent() 205 …if (ftokenidGet == 0 && tinfo->tokenid == tokenSet && tinfo->ftokenid == ftokenSet && tinfo->ftoke… in CheckChildThreadSetIndepent() 254 unsigned long long tokenSet = GenRand64(); variable 256 SetTokenid(&tokenSet); 259 ASSERT_EQ(tokenSet, token); 291 unsigned long long tokenSet = GenRand64(); variable 303 SetTokenid(&tokenSet); 315 ASSERT_EQ(tinfo.tokenid, tokenSet); 333 unsigned long long tokenSet = GenRand64(); variable [all …]
|
/kernel/linux/build/test/fuzztest/accesstokenid/src/ |
D | accesstokenidcommon.cpp | 102 unsigned long long tokenSet = *dataToken; in SetRandTokenAndCheck() local 104 SetTokenid(&tokenSet); in SetRandTokenAndCheck() 107 if (token != tokenSet) { in SetRandTokenAndCheck() 109 pid, tid, token, tokenSet); in SetRandTokenAndCheck() 112 pid, tid, token, tokenSet); in SetRandTokenAndCheck() 118 if (token != tokenSet) { in SetRandTokenAndCheck() 120 pid, tid, token, tokenSet); in SetRandTokenAndCheck() 123 pid, tid, token, tokenSet); in SetRandTokenAndCheck()
|