Searched refs:check (Results 1 – 8 of 8) sorted by relevance
/security/apparmor/ |
D | match.c | 370 #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 …]
|
D | domain.c | 1385 goto check; in aa_change_profile() 1406 check: in aa_change_profile()
|
/security/integrity/ima/ |
D | ima_mok.c | 34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
|
/security/keys/ |
D | keyring.c | 978 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()
|
D | key.c | 524 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/ |
D | digsig.c | 140 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
|
/security/tomoyo/ |
D | Kconfig | 53 variant part of policy and verifying (e.g. running GPG check) and
|
/security/ |
D | security.c | 100 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()
|