/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | txrx.c | 906 memcpy(txhdr->key, info->control.hw_key->key, txhdr->key_len); in p54_tx_80211() 911 &(info->control.hw_key->key[NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY]), in p54_tx_80211()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 641 __be32 key; member 1168 int mlx5e_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, u8 *hfunc); 1169 int mlx5e_set_rxfh(struct net_device *dev, const u32 *indir, const u8 *key,
|
/openbmc/linux/Documentation/bpf/ |
H A D | ringbuf.rst | 40 advanced logic to lookup ring buffer by arbitrary key. 47 generic "container" object, which doesn't necessarily have key/value interface 66 with hashed task's tgid being a look up key to preserve order, but reduce
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | siena.c | 369 const u32 *rx_indir_table, const u8 *key) in siena_rx_push_rss_config() argument 374 if (key) in siena_rx_push_rss_config() 375 memcpy(efx->rss_context.rx_hash_key, key, sizeof(temp)); in siena_rx_push_rss_config()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | journal.c | 651 struct bkey *k = &c->journal.key; in journal_reclaim() 754 struct bkey *k = &c->journal.key; in journal_write_unlocked() 779 bkey_copy(&w->data->btree_root, &c->root->key); in journal_write_unlocked()
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186-p3509-0000+p3636-0001.dts | 1036 key-power { 1047 key-volume-down { 1056 key-volume-up {
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_certificate.robot | 208 # key_pair_algorithm CSR key pair algorithm ("EC" or "RSA"). 209 # key_bit_length CSR key bit length ("2048"). 210 # key_curv_id CSR key curv id ("prime256v1" or "secp521r1" or "secp384r1").
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 1130 const u32 *key, const struct nft_set_ext **ext) in nft_pipapo_avx2_lookup() argument 1137 const u8 *rp = (const u8 *)key; in nft_pipapo_avx2_lookup() 1145 bool fallback_res = nft_pipapo_lookup(net, set, key, ext); in nft_pipapo_avx2_lookup()
|
/openbmc/linux/fs/btrfs/ |
H A D | delayed-ref.c | 673 memcpy(&existing->extent_op->key, in update_existing_head_ref() 674 &update->extent_op->key, in update_existing_head_ref() 675 sizeof(update->extent_op->key)); in update_existing_head_ref()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 72 efi_uintn_t *key, 627 struct efi_input_key key; member 662 struct efi_input_key *key); 929 u32 key; member
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 1314 const ssize_t pw_sz, u32 index, const char *key) in tpm2_pcr_setauthpolicy() argument 1357 offset + pw_sz + 2, key, TPM2_DIGEST_LEN, in tpm2_pcr_setauthpolicy() 1369 const ssize_t pw_sz, u32 index, const char *key, in tpm2_pcr_setauthvalue() argument 1406 offset + pw_sz + 2, key, key_sz); in tpm2_pcr_setauthvalue()
|
/openbmc/linux/kernel/ |
H A D | sysctl.c | 1591 struct static_key *key = (struct static_key *)table->data; in proc_do_static_key() local 1606 val = static_key_enabled(key); in proc_do_static_key() 1610 static_key_enable(key); in proc_do_static_key() 1612 static_key_disable(key); in proc_do_static_key()
|
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_cm.c | 536 if (memcmp(req->key, MPA_KEY_REQ, MPA_KEY_SIZE)) in erdma_proc_mpareq() 539 memcpy(req->key, MPA_KEY_REP, MPA_KEY_SIZE); in erdma_proc_mpareq() 583 if (memcmp(rep->key, MPA_KEY_REP, MPA_KEY_SIZE)) { in erdma_proc_mpareply() 724 memcpy(cep->mpa.hdr.key, MPA_KEY_REQ, MPA_KEY_SIZE); in erdma_newconn_connected()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
H A D | fix-memory-leaks.patch | 596 while (g_hash_table_iter_next(&iter, &key, &value)) 607 - while (g_hash_table_iter_next(&iter, &key, &value)) 631 while (g_hash_table_iter_next(&iter, &key, &value)) 643 - while (g_hash_table_iter_next(&iter, &key, &value))
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_tc_flower.c | 94 st->l3_proto = be16_to_cpu(mt.key->n_proto); in sparx5_tc_flower_handler_basic_usage() 121 st->l4_proto = mt.key->ip_proto; in sparx5_tc_flower_handler_basic_usage() 169 u8 is_frag_key = !!(mt.key->flags & FLOW_DIS_IS_FRAGMENT); in sparx5_tc_flower_handler_control_usage() 173 u8 first_frag_key = !!(mt.key->flags & FLOW_DIS_FIRST_FRAG); in sparx5_tc_flower_handler_control_usage()
|
/openbmc/entity-manager/src/ |
H A D | fru_device.cpp | 785 std::string key = in addFruObjectToDbus() local 792 key, property.second + '\0', in addFruObjectToDbus() 815 else if (!iface->register_property(key, property.second + '\0')) in addFruObjectToDbus() 817 std::cerr << "illegal key: " << key << "\n"; in addFruObjectToDbus()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 120 const char *fw_cfg_arch_key_name(uint16_t key) in DECLARE_CLASS_CHECKERS() 123 uint16_t key; in DECLARE_CLASS_CHECKERS() member 132 if (fw_cfg_arch_wellknown_keys[i].key == key) { in DECLARE_CLASS_CHECKERS()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch | 298 - /* Parse the public key certificate */ 318 + * If a separate public key is provided, verify the signature with it, 319 + * else use the key from the pkcs7 signature structure, because it is 323 + /* Parse the public key certificate */
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_policy.c | 1162 static void ima_log_string_op(struct audit_buffer *ab, char *key, char *value, in ima_log_string_op() argument 1175 audit_log_format(ab, "%s>", key); in ima_log_string_op() 1183 audit_log_format(ab, "%s<", key); in ima_log_string_op() 1186 audit_log_format(ab, "%s=", key); in ima_log_string_op() 1190 static void ima_log_string(struct audit_buffer *ab, char *key, char *value) in ima_log_string() argument 1192 ima_log_string_op(ab, key, value, Opt_err); in ima_log_string()
|
/openbmc/qemu/hw/scsi/ |
H A D | trace-events | 16 …req_build_sense(int target, int lun, int tag, int key, int asc, int ascq) "target %d lun %d tag %d… 17 scsi_device_set_ua(int target, int lun, int key, int asc, int ascq) "target %d lun %d key 0x%02x as… 132 …t, uint64_t len, uint8_t sense_key) "completion: ctx: 0x%"PRIx64", len: 0x%"PRIx64", sense key: %u" 318 scsi_disk_check_condition(uint32_t tag, uint8_t key, uint8_t asc, uint8_t ascq) "Command complete t…
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 397 uint32_t key; member 663 ri = get_arm_cp_reginfo(arm_cpu->cp_regs, hvf_sreg_match[i].key); in hvf_get_registers() 1020 uint32_t key = hvf_sreg_match[i].key; in hvf_arch_init_vcpu() local 1022 ri = get_arm_cp_reginfo(arm_cpu->cp_regs, key); in hvf_arch_init_vcpu() 1026 arm_cpu->cpreg_indexes[sregs_cnt++] = cpreg_to_kvm_id(key); in hvf_arch_init_vcpu()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | tips.txt | 34 Show current config key-value pairs: perf config --list
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3xmb_cmp.dtsi | 231 gpio-key,wakeup;
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 293 | 70 _make_test_img $S0 $EXTRA_IMG_ARGS -o ${PR}key-secret=sec0,${PR}iter-time=10 32M
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm450-motorola-ali.dts | 23 key-volume-up {
|