Searched refs:restriction (Results 1 - 16 of 16) sorted by relevance

/linux-master/security/integrity/ima/
H A Dima_mok.c26 struct key_restriction *restriction; local
30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL);
31 if (!restriction)
32 panic("Can't allocate IMA blacklist restriction.");
34 restriction->check = restrict_link_by_builtin_trusted;
43 restriction, NULL);
/linux-master/security/integrity/
H A Ddigsig.c100 struct key_restriction *restriction)
107 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL);
127 struct key_restriction *restriction; local
137 restriction = NULL;
144 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL);
145 if (!restriction)
149 restriction->check = restrict_link_by_ca;
151 restriction->check = restrict_link_to_ima;
162 ret = __integrity_init_keyring(id, perm, restriction);
164 kfree(restriction);
98 __integrity_init_keyring(const unsigned int id, key_perm_t perm, struct key_restriction *restriction) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c56 /* Advance Thermal Throttling default restriction table */
83 struct iwl_tt_restriction *restriction; local
87 restriction = tt->restriction + tt->state;
88 return restriction->is_ht;
119 struct iwl_tt_restriction *restriction; local
123 restriction = tt->restriction + tt->state;
124 return restriction->tx_stream;
130 struct iwl_tt_restriction *restriction; local
[all...]
H A Dtt.h35 * struct iwl_tt_restriction - Thermal Throttling restriction table
76 * @restriction: ptr to restriction tbl, used by advance
93 struct iwl_tt_restriction *restriction; member in struct:iwl_tt_mgmt
H A Ddebugfs.c462 struct iwl_tt_restriction *restriction; local
474 restriction = tt->restriction + tt->state;
477 restriction->tx_stream);
480 restriction->rx_stream);
483 restriction->is_ht);
/linux-master/certs/
H A Dblacklist.c325 struct key_restriction *restriction; local
330 restriction = kzalloc(sizeof(*restriction), GFP_KERNEL);
331 if (!restriction)
332 panic("Can't allocate blacklist keyring restriction\n");
333 restriction->check = restrict_link_for_blacklist;
346 restriction, NULL);
H A Dsystem_keyring.c141 struct key_restriction *restriction; local
143 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL);
145 if (!restriction)
146 panic("Can't allocate secondary trusted keyring restriction\n");
149 restriction->check = restrict_link_by_builtin_secondary_and_machine;
151 restriction->check = restrict_link_by_builtin_and_secondary_trusted;
153 return restriction;
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c507 const char *restriction)
514 if (strcmp("builtin_trusted", restriction) == 0)
518 if (strcmp("builtin_and_secondary_trusted", restriction) == 0)
522 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL);
506 asymmetric_lookup_restriction( const char *restriction) argument
/linux-master/security/keys/
H A Dkeyctl.c1718 * Apply a restriction to a given keyring.
1733 char *restriction = NULL; local
1749 restriction = strndup_user(_restriction, PAGE_SIZE);
1750 if (IS_ERR(restriction)) {
1751 ret = PTR_ERR(restriction);
1759 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction);
1760 kfree(restriction);
H A Dkeyring.c545 * @restriction_key: Keys providing additional data for evaluating restriction.
988 * Semaphore to serialise restriction setup to prevent reference count
989 * cycles through restriction key pointers.
994 * Check for restriction cycles that would prevent keyring garbage collection.
1012 * keyring_restrict - Look up and apply a restriction to a keyring
1014 * @type: The key type that will provide the restriction checker.
1015 * @restriction: The restriction options to apply to the keyring
1017 * Look up a keyring and apply a restriction to it. The restriction i
1021 keyring_restrict(key_ref_t keyring_ref, const char *type, const char *restriction) argument
[all...]
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S14 # those programs without any restriction coming from the use of this
/linux-master/include/linux/
H A Dkey.h278 * restriction.
443 const char *restriction);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm6 * to deal in the Software without restriction, including without limitation
H A Dcwsr_trap_handler_gfx9.asm6 * to deal in the Software without restriction, including without limitation
H A Dcwsr_trap_handler_gfx10.asm6 * to deal in the Software without restriction, including without limitation
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S7024 # b) Even with the restriction above, #
7082 # b) Even with the restriction above, #

Completed in 229 milliseconds