Home
last modified time | relevance | path

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

1...<<141142143144145146147148149150>>...210

/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/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/linux/drivers/base/
H A Dbus.c856 struct lock_class_key *key; in bus_register() local
896 key = &priv->lock_key; in bus_register()
897 lockdep_register_key(key); in bus_register()
898 __mutex_init(&priv->mutex, "subsys mutex", key); in bus_register()
/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/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/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c797 return sizeof(rss->key); in otx2_get_rxfh_key_size()
862 memcpy(rss->key, hkey, sizeof(rss->key)); in otx2_set_rxfh_context()
917 memcpy(hkey, rss->key, sizeof(rss->key)); in otx2_get_rxfh_context()
/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/qemu/tests/qemu-iotests/
H A Diotests.py945 for key in obj:
946 self.flatten_qmp_object(obj[key], output, basestr + key + '.')
954 for key in obj:
955 output_list += [key + '=' + obj[key]]
/openbmc/linux/drivers/net/
H A Dvrf.c221 u32 key; in vrf_map_lookup_elem() local
223 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_lookup_elem()
224 hash_for_each_possible(vmap->ht, me, hnode, key) { in vrf_map_lookup_elem()
235 u32 key; in vrf_map_add_elem() local
237 key = jhash_1word(table_id, HASH_INITVAL); in vrf_map_add_elem()
238 hash_add(vmap->ht, &me->hnode, key); in vrf_map_add_elem()
/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()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py254 r = collections.OrderedDict(sorted(r.items(), key=lambda x: x[0]))
633 for key in list(os.environ):
634 if key in good_vars:
637 removed_vars[key] = os.environ[key]
638 del os.environ[key]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c956 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; in run_options() local
1293 key = next_key = 0; in run_options()
1294 bpf_map_update_elem(map_fd[i], &key, &zero, BPF_ANY); in run_options()
1295 while (bpf_map_get_next_key(map_fd[i], &key, &next_key) == 0) { in run_options()
1296 bpf_map_update_elem(map_fd[i], &key, &zero, BPF_ANY); in run_options()
1297 key = next_key; in run_options()
/openbmc/linux/fs/hfs/
H A Dhfs.h286 struct hfs_cat_key key; member
/openbmc/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt38 alt WEP shared key auth

1...<<141142143144145146147148149150>>...210