Searched refs:tokens (Results 1 - 3 of 3) sorted by relevance

/security/keys/
H A DKconfig9 This option provides support for retaining authentication tokens and
/security/smack/
H A Dsmackfs.c401 * @tokens: numer of substrings expected in data
406 int import, int tokens)
416 for (i = 0; i < tokens; ++i) {
470 int tokens; local
516 tokens = (format == SMK_CHANGE_FMT ? 4 : 3);
526 rc = smk_parse_long_rule(data + cnt, &rule, 1, tokens);
405 smk_parse_long_rule(char *data, struct smack_parsed_rule *rule, int import, int tokens) argument
/security/selinux/
H A Dhooks.c358 static const match_table_t tokens = { variable
939 token = match_token(p, tokens, args);

Completed in 607 milliseconds