Home
last modified time | relevance | path

Searched refs:key (Results 4726 – 4750 of 5270) sorted by relevance

1...<<181182183184185186187188189190>>...211

/openbmc/qemu/net/
H A Dnet.c1033 static gboolean add_nic_result(gpointer key, gpointer value, gpointer user_data) in add_nic_result() argument
1037 const char *model = key; in add_nic_result()
/openbmc/linux/drivers/power/supply/
H A Dbq27xxx_battery.c1001 #define BQ27XXX_DATA(ref, key, opt) { \ argument
1003 .unseal_key = key, \
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5388 unsigned int key, nr_read_elems; in do_test_pprint() local
5451 for (key = 0; key < test->max_entries; key++) { in do_test_pprint()
5452 set_pprint_mapv(mapv_kind, mapv, key, num_cpus, rounded_value_size); in do_test_pprint()
5453 bpf_map_update_elem(map_fd, &key, mapv, 0); in do_test_pprint()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3404 stag_info.stag_key = reg_wr(ib_wr)->key & 0xff; in irdma_post_send()
3405 stag_info.stag_idx = reg_wr(ib_wr)->key >> 8; in irdma_post_send()
4382 u32 key = new_ah->sc_ah.ah_info.dest_ip_addr[0] ^ in irdma_ah_exists() local
4387 hash_for_each_possible(iwdev->ah_hash_tbl, ah, list, key) { in irdma_ah_exists()
4467 u32 key = parent_ah->sc_ah.ah_info.dest_ip_addr[0] ^ in irdma_create_user_ah() local
4473 hash_add(iwdev->ah_hash_tbl, &parent_ah->list, key); in irdma_create_user_ah()
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c4218 smb2_get_enc_key(struct TCP_Server_Info *server, __u64 ses_id, int enc, u8 *key) in smb2_get_enc_key() argument
4233 memcpy(key, ses_enc_key, SMB3_ENC_DEC_KEY_SIZE); in smb2_get_enc_key()
4262 u8 key[SMB3_ENC_DEC_KEY_SIZE]; in crypt_message() local
4269 rc = smb2_get_enc_key(server, le64_to_cpu(tr_hdr->SessionId), enc, key); in crypt_message()
4278 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE); in crypt_message()
4280 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in crypt_message()
/openbmc/linux/net/mac80211/
H A Dutil.c1814 const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, in ieee80211_send_auth() argument
1863 err = ieee80211_wep_encrypt(local, skb, key, key_len, key_idx); in ieee80211_send_auth()
2988 struct ieee80211_key *key; in ieee80211_reconfig_disconnect() local
3010 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_reconfig_disconnect()
3011 key->flags |= KEY_FLAG_TAINTED; in ieee80211_reconfig_disconnect()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Duser-guide.rst653 --private-key build/tmp/deploy/images/corstone1000-<fvp/mps3>/corstone1000_capsule_key.key \
759 Press ESC in 4 seconds to skip startup.nsh or any other key to continue.
815 Hit any key to stop autoboot:
1442 The above commands will delete the Platform key (PK) and allow the normal system boot flow without …
/openbmc/linux/net/ipv4/
H A Droute.c2244 fl4.flowi4_tun_key.tun_id = tun_info->key.tun_id; in ip_route_input_slow()
2907 fl4.daddr = info->key.u.ipv4.dst; in ip_route_output_tunnel()
2908 fl4.saddr = info->key.u.ipv4.src; in ip_route_output_tunnel()
2909 tos = info->key.tos; in ip_route_output_tunnel()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c2325 gpointer key, gsi; in kvm_irqchip_add_irqfd_notifier() local
2326 gboolean found = g_hash_table_lookup_extended(s->gsimap, irq, &key, &gsi); in kvm_irqchip_add_irqfd_notifier()
2337 gpointer key, gsi; in kvm_irqchip_remove_irqfd_notifier() local
2338 gboolean found = g_hash_table_lookup_extended(s->gsimap, irq, &key, &gsi); in kvm_irqchip_remove_irqfd_notifier()
/openbmc/openbmc/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst50 A development host or :term:`Build Host` is key to
231 For the Yocto Project, a key individual called the "maintainer" is
457 Some key tags for the ``poky`` repository are ``jethro-14.0.3``,
/openbmc/linux/tools/perf/Documentation/
H A Dperf-record.txt384 or upgraded, because the only key available in this case is the
462 Record events of type PERF_RECORD_NAMESPACES. This enables 'cgroup_id' sort key.
465 Record events of type PERF_RECORD_CGROUP. This enables 'cgroup' sort key.
/openbmc/linux/Documentation/dev-tools/
H A Dkgdb.rst476 Press and release the key with the label: :kbd:`SysRq`
484 - Example using a PS/2 101-key keyboard
488 Press and release the key with the label: :kbd:`SysRq`
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c2818 (int)((char *)param->u.crypt.key - (char *)param) + in ieee80211_wpa_set_encryption()
2896 (*crypt)->ops->set_key(param->u.crypt.key, in ieee80211_wpa_set_encryption()
2914 param->u.crypt.key, in ieee80211_wpa_set_encryption()
/openbmc/linux/drivers/input/mouse/
H A Dalps.c231 dev = (dev2 && test_bit(BTN_LEFT, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
234 dev = (dev2 && test_bit(BTN_RIGHT, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
237 dev = (dev2 && test_bit(BTN_MIDDLE, dev2->key)) ? dev2 : dev1; in alps_report_buttons()
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst66 The ``layer.conf`` files are used to construct key variables such as
666 configuration if top level key ``bitbake_merge`` is set to the value
682 - If a logger is defined by the user with the key ``bitbake_merge`` set
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c1977 HexValue key = gen_tmp(c, locp, 64, UNSIGNED); in gen_rvalue_fscr() local
1983 &key, ", ", &frame_key, ", ", &frame_key, ");\n"); in gen_rvalue_fscr()
1984 OUT(c, locp, "tcg_gen_xor_i64(", &res, ", ", value, ", ", &key, ");\n"); in gen_rvalue_fscr()
/openbmc/linux/Documentation/admin-guide/
H A Dsysfs-rules.rst51 - the unique key to the device at that point in time
/openbmc/u-boot/cmd/
H A Dmmc.c237 U_BOOT_CMD_MKENT(key, 2, 0, do_mmcrpmb_key, "", ""),
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dmx6_mx7_secure_boot.txt373 the SRK once the first image is authenticated, so the same SRK key used in
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-ventana.dts631 gpio-key,wakeup;
/openbmc/u-boot/arch/mips/
H A DKconfig304 address and size will be prepared as zero-terminated key/value list.
/openbmc/linux/Documentation/networking/
H A Dmctp.rst319 reference to the dev (set through ``key->dev``, counted through
/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/
H A Dlocal.conf.sample187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/
H A Dlocal.conf.sample187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
/openbmc/qemu/docs/system/arm/
H A Dorangepi.rst242 At the U-Boot stage, interrupt the automatic boot process by pressing a key

1...<<181182183184185186187188189190>>...211