Home
last modified time | relevance | path

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

/security/apparmor/
Dmatch.c370 #define match_char(state, def, base, next, check, C) \ argument
374 if ((check)[pos] != (state)) { \
406 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local
417 match_char(state, def, base, next, check, in aa_dfa_match_len()
422 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match_len()
446 u16 *check = CHECK_TABLE(dfa); in aa_dfa_match() local
458 match_char(state, def, base, next, check, in aa_dfa_match()
463 match_char(state, def, base, next, check, (u8) *str++); in aa_dfa_match()
485 u16 *check = CHECK_TABLE(dfa); in aa_dfa_next() local
491 match_char(state, def, base, next, check, equiv[(u8) c]); in aa_dfa_next()
[all …]
Ddomain.c1385 goto check; in aa_change_profile()
1406 check: in aa_change_profile()
/security/integrity/ima/
Dima_mok.c34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
/security/keys/
Dkeyring.c978 key_restrict_link_func_t check) in keyring_restriction_alloc() argument
986 keyres->check = check; in keyring_restriction_alloc()
1409 if (!keyring->restrict_link || !keyring->restrict_link->check) in __key_link_check_restriction()
1411 return keyring->restrict_link->check(keyring, key->type, &key->payload, in __key_link_check_restriction()
1783 keyres->check = restrict_link_reject; in keyring_restriction_gc()
Dkey.c524 if (keyring->restrict_link && keyring->restrict_link->check) { in key_instantiate_and_link()
527 ret = keyres->check(keyring, key->type, &prep.payload, in key_instantiate_and_link()
883 if (restrict_link && restrict_link->check) { in key_create_or_update()
884 ret = restrict_link->check(keyring, index_key.type, in key_create_or_update()
/security/integrity/
Ddigsig.c140 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
/security/tomoyo/
DKconfig53 variant part of policy and verifying (e.g. running GPG check) and
/security/
Dsecurity.c100 struct lsm_info **check; in exists_ordered_lsm() local
102 for (check = ordered_lsms; *check; check++) in exists_ordered_lsm()
103 if (*check == lsm) in exists_ordered_lsm()