Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/Linux-v6.1/security/integrity/ima/
Dima_mok.c26 struct key_restriction *restriction; in ima_mok_init() local
30 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in ima_mok_init()
31 if (!restriction) in ima_mok_init()
34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
43 restriction, NULL); in ima_mok_init()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c83 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
87 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
88 return restriction->is_ht; in iwl_ht_enabled()
119 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
124 return restriction->tx_stream; in iwl_tx_ant_restriction()
130 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
134 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
135 return restriction->rx_stream; in iwl_rx_ant_restriction()
609 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
[all …]
Dtt.h92 struct iwl_tt_restriction *restriction; member
/Linux-v6.1/security/integrity/
Ddigsig.c100 struct key_restriction *restriction) in __integrity_init_keyring() argument
107 KEY_ALLOC_NOT_IN_QUOTA, restriction, NULL); in __integrity_init_keyring()
127 struct key_restriction *restriction; in integrity_init_keyring() local
135 restriction = NULL; in integrity_init_keyring()
142 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring()
143 if (!restriction) in integrity_init_keyring()
146 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
157 return __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring()
/Linux-v6.1/certs/
Dsystem_keyring.c84 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local
86 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
88 if (!restriction) in get_builtin_and_secondary_restriction()
92 restriction->check = restrict_link_by_builtin_secondary_and_machine; in get_builtin_and_secondary_restriction()
94 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()
96 return restriction; in get_builtin_and_secondary_restriction()
Dblacklist.c322 struct key_restriction *restriction; in blacklist_init() local
327 restriction = kzalloc(sizeof(*restriction), GFP_KERNEL); in blacklist_init()
328 if (!restriction) in blacklist_init()
330 restriction->check = restrict_link_for_blacklist; in blacklist_init()
343 restriction, NULL); in blacklist_init()
/Linux-v6.1/crypto/asymmetric_keys/
Dasymmetric_type.c508 const char *restriction) in asymmetric_lookup_restriction() argument
515 if (strcmp("builtin_trusted", restriction) == 0) in asymmetric_lookup_restriction()
519 if (strcmp("builtin_and_secondary_trusted", restriction) == 0) in asymmetric_lookup_restriction()
523 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
/Linux-v6.1/security/yama/
DKconfig9 access controls. Currently available is ptrace scope restriction.
/Linux-v6.1/LICENSES/exceptions/
DGCC-exception-2.015 distribute those programs without any restriction coming from the use of
/Linux-v6.1/Documentation/RCU/
DUP.rst84 What locking restriction must RCU callbacks respect?
114 What locking restriction must RCU callbacks respect?
130 This restriction might seem gratuitous, since very few RCU
/Linux-v6.1/arch/arm/boot/dts/
Darm-realview-eb-11mp-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
Darm-realview-eb-a9mp-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
Darm-realview-eb-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
/Linux-v6.1/security/keys/
Dkeyctl.c1729 char *restriction = NULL; in keyctl_restrict_keyring() local
1745 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring()
1746 if (IS_ERR(restriction)) { in keyctl_restrict_keyring()
1747 ret = PTR_ERR(restriction); in keyctl_restrict_keyring()
1755 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring()
1756 kfree(restriction); in keyctl_restrict_keyring()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpcgf100.fuc36 * to deal in the Software without restriction, including without limitation
Dgpcgf117.fuc36 * to deal in the Software without restriction, including without limitation
Dgpcgk104.fuc36 * to deal in the Software without restriction, including without limitation
Dgpcgk110.fuc36 * to deal in the Software without restriction, including without limitation
Dgpcgk208.fuc56 * to deal in the Software without restriction, including without limitation
Dgpcgm107.fuc56 * to deal in the Software without restriction, including without limitation
Dhubgf100.fuc36 * to deal in the Software without restriction, including without limitation
Dhubgf117.fuc36 * to deal in the Software without restriction, including without limitation
Dhubgk104.fuc36 * to deal in the Software without restriction, including without limitation
Dhubgk110.fuc36 * to deal in the Software without restriction, including without limitation
Dhubgk208.fuc56 * to deal in the Software without restriction, including without limitation

12345678910>>...18