| /linux/security/integrity/ |
| A D | digsig.c | 100 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 137 restriction = NULL; in integrity_init_keyring() 144 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in integrity_init_keyring() 145 if (!restriction) in integrity_init_keyring() 149 restriction->check = restrict_link_by_ca; in integrity_init_keyring() 151 restriction->check = restrict_link_to_ima; in integrity_init_keyring() 162 ret = __integrity_init_keyring(id, perm, restriction); in integrity_init_keyring() 164 kfree(restriction); in integrity_init_keyring()
|
| /linux/security/integrity/ima/ |
| A D | ima_mok.c | 26 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/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | tt.c | 87 restriction = tt->restriction + tt->state; in iwl_ht_enabled() 88 return restriction->is_ht; in iwl_ht_enabled() 123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction() 124 return restriction->tx_stream; in iwl_tx_ant_restriction() 134 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction() 135 return restriction->rx_stream; in iwl_rx_ant_restriction() 619 kfree(tt->restriction); in iwl_tt_initialize() 620 tt->restriction = NULL; in iwl_tt_initialize() 638 memcpy(tt->restriction, in iwl_tt_initialize() 663 kfree(tt->restriction); in iwl_tt_exit() [all …]
|
| A D | tt.h | 93 struct iwl_tt_restriction *restriction; member
|
| /linux/certs/ |
| A D | blacklist.c | 325 struct key_restriction *restriction; in blacklist_init() local 330 restriction = kzalloc(sizeof(*restriction), GFP_KERNEL); in blacklist_init() 331 if (!restriction) in blacklist_init() 333 restriction->check = restrict_link_for_blacklist; in blacklist_init() 346 restriction, NULL); in blacklist_init()
|
| A D | system_keyring.c | 141 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local 143 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction() 145 if (!restriction) in get_builtin_and_secondary_restriction() 149 restriction->check = restrict_link_by_builtin_secondary_and_machine; in get_builtin_and_secondary_restriction() 151 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction() 153 return restriction; in get_builtin_and_secondary_restriction()
|
| /linux/crypto/asymmetric_keys/ |
| A D | asymmetric_type.c | 508 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/security/yama/ |
| A D | Kconfig | 9 access controls. Currently available is ptrace scope restriction.
|
| /linux/LICENSES/exceptions/ |
| A D | GCC-exception-2.0 | 15 distribute those programs without any restriction coming from the use of
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | fsl,plldig.yaml | 34 the requested frequency. To work around this restriction the user may specify
|
| /linux/Documentation/RCU/ |
| A D | UP.rst | 85 What locking restriction must RCU callbacks respect? 123 What locking restriction must RCU callbacks respect? 139 This restriction might seem gratuitous, since very few RCU
|
| /linux/arch/arm/boot/dts/arm/ |
| A D | arm-realview-eb-11mp-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
| A D | arm-realview-eb-a9mp-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
| A D | arm-realview-eb-bbrevd.dts | 6 * in the Software without restriction, including without limitation the rights
|
| /linux/security/keys/ |
| A D | keyctl.c | 1734 char *restriction = NULL; in keyctl_restrict_keyring() local 1750 restriction = strndup_user(_restriction, PAGE_SIZE); in keyctl_restrict_keyring() 1751 if (IS_ERR(restriction)) { in keyctl_restrict_keyring() 1752 ret = PTR_ERR(restriction); in keyctl_restrict_keyring() 1760 ret = keyring_restrict(key_ref, _type ? type : NULL, restriction); in keyctl_restrict_keyring() 1761 kfree(restriction); in keyctl_restrict_keyring()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | gpcgf100.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | gpcgf117.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | gpcgk104.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | gpcgk110.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | gpcgk208.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | hubgf100.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | hubgf117.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | hubgk104.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | gpcgm107.fuc5 | 6 * to deal in the Software without restriction, including without limitation
|
| A D | hubgk110.fuc3 | 6 * to deal in the Software without restriction, including without limitation
|