Home
last modified time | relevance | path

Searched refs:low_level (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c6659 static SID low_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_AddMandatoryAce() local
6716 ret = pAddMandatoryAce(acl, ACL_REVISION, 0, 0x1234, &low_level); in test_AddMandatoryAce()
6721 ret = pAddMandatoryAce(acl, ACL_REVISION, 0, SYSTEM_MANDATORY_LABEL_NO_WRITE_UP, &low_level); in test_AddMandatoryAce()
6732 ok(EqualSid(&ace->SidStart, &low_level), "Expected low integrity level\n"); in test_AddMandatoryAce()
6768 ok(EqualSid(&ace->SidStart, &low_level), "Expected low integrity level\n"); in test_AddMandatoryAce()
6802 if (EqualSid(&ace->SidStart, &low_level)) in test_AddMandatoryAce()
7300 static SID low_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_token_security_descriptor() local
7646 … ret = pAddMandatoryAce(acl, ACL_REVISION, 0, SYSTEM_MANDATORY_LABEL_NO_WRITE_UP, &low_level); in test_token_security_descriptor()
7770 static SID low_level = {SID_REVISION, 1, {SECURITY_MANDATORY_LABEL_AUTHORITY}, in test_child_token_sd() local
7842 ok(!EqualSid(&ace_label->SidStart, &low_level), in test_child_token_sd()