Searched refs:tokenSet (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/build/test/unittest/accesstokenid/ |
| D | accesstokenid_test.cpp | 186 unsigned long long tokenSet = GenRand64(); in CheckChildThreadSetIndepent() local 196 SetTokenid(&tokenSet); in CheckChildThreadSetIndepent() 202 …if (ftokenidGet == 0 && tinfo->tokenid == tokenSet && tinfo->ftokenid == ftokenSet && tinfo->ftoke… in CheckChildThreadSetIndepent() 251 unsigned long long tokenSet = GenRand64(); variable 253 SetTokenid(&tokenSet); 256 ASSERT_EQ(tokenSet, token); 288 unsigned long long tokenSet = GenRand64(); variable 300 SetTokenid(&tokenSet); 312 ASSERT_EQ(tinfo.tokenid, tokenSet); 330 unsigned long long tokenSet = GenRand64(); variable [all …]
|
| /kernel/linux/build/test/fuzztest/accesstokenid/src/ |
| D | accesstokenidcommon.cpp | 99 unsigned long long tokenSet = *dataToken; in SetRandTokenAndCheck() local 101 SetTokenid(&tokenSet); in SetRandTokenAndCheck() 104 if (token != tokenSet) { in SetRandTokenAndCheck() 106 pid, tid, token, tokenSet); in SetRandTokenAndCheck() 109 pid, tid, token, tokenSet); in SetRandTokenAndCheck() 115 if (token != tokenSet) { in SetRandTokenAndCheck() 117 pid, tid, token, tokenSet); in SetRandTokenAndCheck() 120 pid, tid, token, tokenSet); in SetRandTokenAndCheck()
|