Home
last modified time | relevance | path

Searched refs:key (Results 4526 – 4550 of 5261) sorted by relevance

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c5338 u8 key[13]; member
5363 int idx, char *key, int len, int batch_mode) in ipw2100_set_key() argument
5385 memcpy(wep_key->key, key, len); in ipw2100_set_key()
5386 memset(wep_key->key + len, 0, keylen - len); in ipw2100_set_key()
5396 WEP_STR_64(wep_key->key)); in ipw2100_set_key()
5401 WEP_STR_128(wep_key->key)); in ipw2100_set_key()
7420 union iwreq_data *wrqu, char *key) in ipw2100_wx_set_encode() argument
7427 return libipw_wx_set_encode(priv->ieee, info, wrqu, key); in ipw2100_wx_set_encode()
7432 union iwreq_data *wrqu, char *key) in ipw2100_wx_get_encode() argument
7439 return libipw_wx_get_encode(priv->ieee, info, wrqu, key); in ipw2100_wx_get_encode()
/openbmc/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh1074 run_cmd nettest -s -I ${VRF} -M ${MD5_PW} -m ${NS_NET} --no-bind-key-ifindex &
1081 run_cmd nettest -s -I ${VRF} -M ${MD5_PW} -m ${NS_NET} --force-bind-key-ifindex &
1095 run_cmd nettest -s -M ${MD5_PW} -m ${NS_NET} --force-bind-key-ifindex &
1101 run_cmd nettest -s -M ${MD5_PW} -m ${NS_NET} --force-bind-key-ifindex &
1107 run_cmd nettest -s -M ${MD5_PW} -m ${NS_NET} --no-bind-key-ifindex &
1113 run_cmd nettest -s -M ${MD5_PW} -m ${NS_NET} --no-bind-key-ifindex &
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c2466 const void *mac_addr, int key_len, const void *key, in wmi_add_cipher_key() argument
2476 if (key_len > sizeof(cmd.key)) in wmi_add_cipher_key()
2480 if ((key_len == 0 || !key) && in wmi_add_cipher_key()
2484 if (key) in wmi_add_cipher_key()
2485 memcpy(cmd.key, key, key_len); in wmi_add_cipher_key()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1165 struct ieee80211_key_conf *key) in ath11k_dp_peer_rx_pn_replay_config() argument
1179 if (!(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) in ath11k_dp_peer_rx_pn_replay_config()
1189 switch (key->cipher) { in ath11k_dp_peer_rx_pn_replay_config()
3171 static int ath11k_dp_rx_h_michael_mic(struct crypto_shash *tfm, u8 *key, in ath11k_dp_rx_h_michael_mic() argument
3185 ret = crypto_shash_setkey(tfm, key, 8); in ath11k_dp_rx_h_michael_mic()
3223 u8 *key, *data; in ath11k_dp_rx_h_verify_tkip_mic() local
3244 key = &key_conf->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY]; in ath11k_dp_rx_h_verify_tkip_mic()
3246 ret = ath11k_dp_rx_h_michael_mic(peer->tfm_mmic, key, hdr, data, data_len, mic); in ath11k_dp_rx_h_verify_tkip_mic()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c2853 if (mop->key > 0xf) in mem_op_validate_common()
2856 mop->key = 0; in mem_op_validate_common()
2888 r = check_gpa_range(kvm, mop->gaddr, mop->size, acc_mode, mop->key); in kvm_s390_vm_mem_op_abs()
2893 mop->size, GACC_FETCH, mop->key); in kvm_s390_vm_mem_op_abs()
2904 mop->size, GACC_STORE, mop->key); in kvm_s390_vm_mem_op_abs()
2949 new.quad, mop->key, &success); in kvm_s390_vm_mem_op_cmpxchg()
5400 acc_mode, mop->key); in kvm_s390_vcpu_mem_op()
5405 mop->size, mop->key); in kvm_s390_vcpu_mem_op()
5418 mop->size, mop->key); in kvm_s390_vcpu_mem_op()
/openbmc/qemu/
H A Dblock.c4188 "'%s'", drv->format_name, entry->key); in bdrv_open_inherit()
4192 drv->format_name, entry->key); in bdrv_open_inherit()
4287 if (!qdict_haskey(new_opts, e->key) && in bdrv_reset_options_allowed()
4288 !is_str_in_list(e->key, common_options) && in bdrv_reset_options_allowed()
4289 !is_str_in_list(e->key, bs->drv->mutable_opts)) { in bdrv_reset_options_allowed()
4291 "to its default value", e->key); in bdrv_reset_options_allowed()
4984 QObject *old = qdict_get(reopen_state->bs->options, entry->key); in bdrv_reopen_prepare()
4991 if (!strcmp(child->name, entry->key)) { in bdrv_reopen_prepare()
5021 error_setg(errp, "Cannot change the option '%s'", entry->key); in bdrv_reopen_prepare()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ap.rst57 domain can be configured with a secure private key used for clear key
65 usage domain; for example, to set the secure private key for the control
156 The APQNs can provide secure key functionality - i.e., a private key is stored
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt4 This tool allows user to produce SB BootStream encrypted with a zero key.
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-zcu106-revA.dts54 gpio-key,wakeup;
/openbmc/u-boot/tools/
H A Dimage-host.c737 int fit_check_sign(const void *fit, const void *key) in fit_check_sign() argument
/openbmc/linux/net/ceph/
H A Ddebugfs.c314 dump_name_escaped(s, hoid->key, hoid->key_len); in dump_hoid()
/openbmc/docs/designs/
H A Dmultihost-ipmi-design.md85 key is not present in the file ipmbbridged uses default "devIndex" as 0.
/openbmc/openbmc/poky/scripts/
H A Dpatchtest.README99 typical Yocto Project image build workflow, but there are still some key
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c280 if (lldi->vr->key.size) in chtls_uld_add()
/openbmc/linux/net/wireless/
H A Dibss.c297 ck->params[i].key = ck->data[i]; in cfg80211_ibss_wext_join()
/openbmc/linux/drivers/firewire/
H A Dcore-card.c125 config_rom[i] = cpu_to_be32(desc->key | (j - i)); in generate_config_rom()
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-sam9x60_curiosity.dts332 pinctrl_key_gpio_default: pinctrl-key-gpio {
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-popmetal.dts33 key-power {
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts403 key-power {
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h553 struct ieee80211_key_conf *key,
/openbmc/linux/net/core/
H A Dsysctl_net_core.c635 .data = &net_high_order_alloc_disable_key.key,
/openbmc/entity-manager/
H A DREADME.md68 based on the "Probe" key in the json file. The intention is that this folder
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h49 struct lock_class_key *key,
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqrb4210-rb2.dts39 key-volume-up {
/openbmc/linux/net/ipv6/ila/
H A Dila_xlat.c71 return (ila->xp.ip.locator_match.v64 != *(__be64 *)arg->key); in ila_cmpfn()

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