/Linux-v4.19/security/integrity/ima/ |
D | ima_mok.c | 31 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/ |
D | tt.c | 101 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 …]
|
D | tt.h | 111 struct iwl_tt_restriction *restriction; member
|
/Linux-v4.19/security/integrity/ |
D | digsig.c | 85 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/ |
D | system_keyring.c | 80 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/ |
D | asymmetric_type.c | 478 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/ |
D | Kconfig | 8 access controls. Currently available is ptrace scope restriction.
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 79 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/ |
D | keyctl.c | 1601 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/ |
D | arm-realview-eb-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
D | arm-realview-eb-11mp-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
D | arm-realview-eb-a9mp-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
D | arm-realview-eb-11mp-bbrevd-ctrevb.dts | 6 * in the Software without restriction, including without limitation the rights
|
/Linux-v4.19/LICENSES/preferred/ |
D | MIT | 16 to deal in the Software without restriction, including without limitation
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpcgf100.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | gpcgk104.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | gpcgk110.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | hubgm107.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
D | gpcgf117.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | gpcgk208.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
D | hubgk110.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | gpcgm107.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
D | hubgf100.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | hubgf117.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
D | hubgk104.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|