Home
last modified time | relevance | path

Searched refs:key (Results 3626 – 3650 of 5270) sorted by relevance

1...<<141142143144145146147148149150>>...211

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h385 u8 key[32]; member
395 struct sec_key_uni key[2]; member
/openbmc/linux/security/selinux/
H A Dhooks.c6014 ad.u.ipc_id = msq->key; in selinux_msg_queue_alloc_security()
6029 ad.u.ipc_id = msq->key; in selinux_msg_queue_associate()
6089 ad.u.ipc_id = msq->key; in selinux_msg_queue_msgsnd()
6120 ad.u.ipc_id = msq->key; in selinux_msg_queue_msgrcv()
6141 ad.u.ipc_id = shp->key; in selinux_shm_alloc_security()
6156 ad.u.ipc_id = shp->key; in selinux_shm_associate()
6219 ad.u.ipc_id = sma->key; in selinux_sem_alloc_security()
6604 struct key *key; in selinux_key_permission() local
6640 ksec = key->security; in selinux_key_permission()
6645 static int selinux_key_getsecurity(struct key *key, char **_buffer) in selinux_key_getsecurity() argument
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1219 self.key = key
1240 super(SwitchGraphDataRegion, self).__init__(key)
1369 key = str(thread_id) + ":" + str(comm_id)
1370 hregion = self.collection.LookupHRegion(key)
1373 self.collection.AddHRegion(key, hregion)
1393 def LookupHRegion(self, key): argument
1394 if key in self.hregions:
1395 return self.hregions[key]
1398 def AddHRegion(self, key, hregion): argument
1399 self.hregions[key] = hregion
[all …]
/openbmc/linux/net/bluetooth/
H A Dhci_event.c3159 struct link_key *key; in hci_conn_complete_evt() local
3163 if (key) { in hci_conn_complete_evt()
4577 struct link_key *key; in hci_link_key_request_evt() local
4587 if (!key) { in hci_link_key_request_evt()
4605 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt()
4612 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt()
4634 struct link_key *key; in hci_link_key_notify_evt() local
4667 if (!key) in hci_link_key_notify_evt()
4674 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
4685 list_del_rcu(&key->list); in hci_link_key_notify_evt()
[all …]
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-ryos111 which profile and key to read.
152 Description: When written, this file lets one set per-key lighting for different
163 Description: When written, this file lets one set the actual per-key lighting.
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c819 inum = key_inum(c, &zbr->key); in dbg_orphan_check()
822 if (key_type(c, &zbr->key) != UBIFS_INO_KEY) in dbg_orphan_check()
824 (unsigned long)inum, key_type(c, &zbr->key)); in dbg_orphan_check()
/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c869 if (!strcmp(argv[i].key, "disable")) { in plugin_init()
873 if (!strcmp(argv[i].key, "performance-mode")) { in plugin_init()
877 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
/openbmc/linux/Documentation/kbuild/
H A Dkconfig.rst224 In this menu, pressing the key in the (#) prefix will jump
261 You can also just use the corresponding numeric key to execute the
280 In the SymSearch, pressing the key in the (#) prefix will
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-samsung-klte.dts29 key-volume-down {
37 key-home {
46 key-volume-up {
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal.h295 int opal_secvar_get(const char *key, uint64_t key_len, u8 *data,
297 int opal_secvar_get_next(const char *key, uint64_t *key_len,
299 int opal_secvar_enqueue_update(const char *key, uint64_t key_len, u8 *data,
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c553 if (!params.key || !params.key_size) { in kmb_ocs_ecdh_set_secret()
558 rc = kmb_ecc_is_key_valid(tctx->curve, (const u64 *)params.key, in kmb_ocs_ecdh_set_secret()
563 ecc_swap_digits((const u64 *)params.key, tctx->private_key, in kmb_ocs_ecdh_set_secret()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h502 void _write_cam(struct adapter *padapter, u8 entry, u16 ctrl, u8 *mac, u8 *key);
506 void write_cam(struct adapter *padapter, u8 id, u16 ctrl, u8 *mac, u8 *key);
510 void write_cam_cache(struct adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key);
/openbmc/linux/drivers/staging/vt6656/
H A Drxtx.c310 memcpy(fifo->tx_key + 3, tx_key->key, tx_key->keylen); in vnt_fill_txkey()
315 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
362 memcpy(fifo->tx_key, tx_key->key, WLAN_KEY_LEN_CCMP); in vnt_fill_txkey()
/openbmc/linux/drivers/input/keyboard/
H A Dadp5588-keys.c529 int key = adp5588_read(kpad->client, KEY_EVENTA + i); in adp5588_report_events() local
530 int key_val = key & KEY_EV_MASK; in adp5588_report_events()
531 int key_press = key & KEY_EV_PRESSED; in adp5588_report_events()
/openbmc/phosphor-debug-collector/
H A D.clang-tidy347 - { key: readability-identifier-naming.ClassCase, value: CamelCase }
348 - { key: readability-identifier-naming.FunctionCase, value: camelBack }
349 - { key: readability-identifier-naming.NamespaceCase, value: lower_case }
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4528 addr = key->keyidx << CAM_CMD_KEY_SHIFT; in rtl8xxxu_cam_write()
4529 ctrl = (key->cipher & 0x0f) << 2 | key->keyidx | CAM_WRITE_VALID; in rtl8xxxu_cam_write()
4542 val32 = key->key[i] | (key->key[i + 1] << 8) | in rtl8xxxu_cam_write()
4543 key->key[i + 2] << 16 | key->key[i + 3] << 24; in rtl8xxxu_cam_write()
6787 struct ieee80211_key_conf *key) in rtl8xxxu_set_key() argument
6798 __func__, cmd, key->cipher, key->keyidx); in rtl8xxxu_set_key()
6803 if (key->keyidx > 3) in rtl8xxxu_set_key()
6806 switch (key->cipher) { in rtl8xxxu_set_key()
6840 key->hw_key_idx = key->keyidx; in rtl8xxxu_set_key()
6842 rtl8xxxu_cam_write(priv, key, mac_addr); in rtl8xxxu_set_key()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_common.c427 struct iavf_aqc_get_set_rss_key_data *key, in iavf_aq_get_set_rss_key() argument
453 status = iavf_asq_send_command(hw, &desc, key, key_size, NULL); in iavf_aq_get_set_rss_key()
467 struct iavf_aqc_get_set_rss_key_data *key) in iavf_aq_set_rss_key() argument
469 return iavf_aq_get_set_rss_key(hw, vsi_id, key, true); in iavf_aq_set_rss_key()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp149 const std::string_view key, AttributesType& attrType) in fillPayloadData() argument
151 payloadData += key; in fillPayloadData()
240 for (const auto& [key, attributes] : *pendingAttributes) in getPendingList()
245 if (!fillPayloadData(payloadData, std::get<1>(attributes), key, in getPendingList()
/openbmc/linux/drivers/base/
H A Dbus.c858 struct lock_class_key *key; in bus_register() local
898 key = &priv->lock_key; in bus_register()
899 lockdep_register_key(key); in bus_register()
900 __mutex_init(&priv->mutex, "subsys mutex", key); in bus_register()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c1199 unsigned long pp, key; in kvmppc_hpte_hv_fault() local
1241 key = (vcpu->arch.shregs.msr & MSR_PR) ? SLB_VSID_KP : SLB_VSID_KS; in kvmppc_hpte_hv_fault()
1246 if (!hpte_read_permission(pp, slb_v & key)) in kvmppc_hpte_hv_fault()
1250 if (!hpte_write_permission(pp, slb_v & key)) in kvmppc_hpte_hv_fault()
1253 if (!hpte_read_permission(pp, slb_v & key)) in kvmppc_hpte_hv_fault()
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S41 # counst u32 *key, const u32 *counter)
90 VL K1,0,,KEY # load key
99 VREPF XB0,K1,0 # smash the key
425 # counst u32 *key, const u32 *counter)
488 VLM K1,K2,0,KEY,0 # load key
/openbmc/linux/fs/ecryptfs/
H A Dcrypto.c286 ecryptfs_dump_hex(crypt_stat->key, in crypt_scatterlist()
303 rc = crypto_skcipher_setkey(crypt_stat->tfm, crypt_stat->key, in crypt_scatterlist()
620 rc = ecryptfs_calculate_md5(dst, crypt_stat, crypt_stat->key, in ecryptfs_compute_root_iv()
638 get_random_bytes(crypt_stat->key, crypt_stat->key_size); in ecryptfs_generate_new_key()
643 ecryptfs_dump_hex(crypt_stat->key, in ecryptfs_generate_new_key()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c802 return sizeof(rss->key); in otx2_get_rxfh_key_size()
867 memcpy(rss->key, hkey, sizeof(rss->key)); in otx2_set_rxfh_context()
922 memcpy(hkey, rss->key, sizeof(rss->key)); in otx2_get_rxfh_context()
/openbmc/linux/Documentation/arch/s390/
H A Dcds.rst221 __u8 key,
227 __u8 key,
240 key the storage key to use for the I/O (useful for operating on a
241 storage with a storage key != default key)
/openbmc/linux/drivers/md/
H A Ddm-table.c738 if (ti->limit_swap_bios && !static_key_enabled(&swap_bios_enabled.key)) in dm_table_add_target()
1224 const struct blk_crypto_key *key = data; in dm_keyslot_evict_callback() local
1226 blk_crypto_evict_key(dev->bdev, key); in dm_keyslot_evict_callback()
1235 const struct blk_crypto_key *key, unsigned int slot) in dm_keyslot_evict() argument
1252 (void *)key); in dm_keyslot_evict()
2029 if (!static_key_enabled(&zoned_enabled.key)) in dm_table_set_restrictions()

1...<<141142143144145146147148149150>>...211