Searched defs:keyword (Results 1 - 3 of 3) sorted by relevance

/security/tomoyo/
H A Dutil.c125 * @keyword: Keyword to find from @string/
127 * Returns ture if @keyword was found in @string, false otherwise.
131 bool tomoyo_permstr(const char *string, const char *keyword) argument
133 const char *cp = strstr(string, keyword);
382 * tomoyo_str_starts - Check whether the given string starts with the given keyword.
385 * @find: Pointer to the keyword.
H A Dcommon.c134 /* String table for PREFERENCE keyword. */
538 * tomoyo_find_yesno - Find values for specified keyword.
541 * @find: Name of keyword.
563 * @find: Name of keyword.
1111 const char *keyword; member in struct:__anon32
1124 tomoyo_callback[i].keyword))
1334 * tomoyo_set_group - Print "acl_group " header keyword and category name.
/security/keys/encrypted-keys/
H A Dencrypted.c185 char *p, *keyword; local
187 keyword = strsep(&datablob, " \t");
188 if (!keyword) {
192 key_cmd = match_token(keyword, key_tokens, args);
235 pr_info("encrypted_key: keyword \'%s\' not allowed "
236 "when called from .update method\n", keyword);
243 pr_info("encrypted_key: keyword \'%s\' not allowed "
244 "when called from .update method\n", keyword);
256 pr_info("encrypted_key: keyword \'%s\' not allowed "
258 keyword);
[all...]

Completed in 133 milliseconds