Home
last modified time | relevance | path

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

12345678910>>...21

/Linux-v4.19/security/integrity/ima/
Dima_mok.c31 struct key_restriction *restriction; in ima_mok_init() local
35 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in ima_mok_init()
36 if (!restriction) in ima_mok_init()
39 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
47 restriction, NULL); in ima_mok_init()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c101 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
105 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
106 return restriction->is_ht; in iwl_ht_enabled()
137 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
141 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
142 return restriction->tx_stream; in iwl_tx_ant_restriction()
148 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
152 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
153 return restriction->rx_stream; in iwl_rx_ant_restriction()
628 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
[all …]
Dtt.h111 struct iwl_tt_restriction *restriction; member
/Linux-v4.19/security/integrity/
Ddigsig.c85 struct key_restriction *restriction; in integrity_init_keyring() local
91 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring()
92 if (!restriction) in integrity_init_keyring()
95 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
103 restriction, NULL); in integrity_init_keyring()
/Linux-v4.19/certs/
Dsystem_keyring.c80 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local
82 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()
84 if (!restriction) in get_builtin_and_secondary_restriction()
87 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()
89 return restriction; in get_builtin_and_secondary_restriction()
/Linux-v4.19/crypto/asymmetric_keys/
Dasymmetric_type.c478 const char *restriction) in asymmetric_lookup_restriction() argument
485 if (strcmp("builtin_trusted", restriction) == 0) in asymmetric_lookup_restriction()
489 if (strcmp("builtin_and_secondary_trusted", restriction) == 0) in asymmetric_lookup_restriction()
493 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
/Linux-v4.19/security/yama/
DKconfig8 access controls. Currently available is ptrace scope restriction.
/Linux-v4.19/Documentation/RCU/
DUP.txt79 Quick Quiz #2: What locking restriction must RCU callbacks respect?
107 What locking restriction must RCU callbacks respect?
122 This restriction might seem gratuitous, since very few RCU
/Linux-v4.19/security/keys/
Dkeyctl.c1601 char *restriction = NULL; in keyctl_restrict_keyring() local
1617 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring()
1618 if (IS_ERR(restriction)) { in keyctl_restrict_keyring()
1619 ret = PTR_ERR(restriction); in keyctl_restrict_keyring()
1627 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring()
1628 kfree(restriction); in keyctl_restrict_keyring()
/Linux-v4.19/arch/arm/boot/dts/
Darm-realview-eb-bbrevd.dts6 * in the Software without restriction, including without limitation the rights
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-11mp-bbrevd-ctrevb.dts6 * in the Software without restriction, including without limitation the rights
/Linux-v4.19/LICENSES/preferred/
DMIT16 to deal in the Software without restriction, including without limitation
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpcgf100.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
Dhubgm107.fuc56 * to deal in the Software without restriction, including without limitation
Dgpcgf117.fuc36 * to deal in the Software without restriction, including without limitation
Dgpcgk208.fuc56 * to deal in the Software without restriction, including without limitation
Dhubgk110.fuc36 * 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

12345678910>>...21