/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage.c | 33 static error_t parse_arg(int key, char *arg, struct argp_state *state) in parse_arg() 101 int i, key, val; in prepopulate_hashmap() local
|
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc_misc.c | 128 const union ubifs_key *key, int *n) in ubifs_search_zbranch() 452 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 87 unsigned long key = user_key | (res_type << 24); in vmw_cmdbuf_res_lookup() local 242 unsigned long key = user_key | (res_type << 24); in vmw_cmdbuf_res_remove() local
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | restrict.c | 76 struct key *key; in restrict_link_by_signature() local 208 struct key *key = NULL; in key_or_keyring_common() local
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 23 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_write_fw_txp() local 67 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_tx_prepare_skb() local
|
/openbmc/linux/tools/objtool/ |
H A D | elf.c | 35 #define __elf_table_entry(name, key) \ argument 38 #define elf_hash_add(name, node, key) \ argument 63 #define elf_hash_del(name, node, key) \ argument 72 #define elf_hash_for_each_possible(name, obj, member, key) \ argument 108 unsigned long key; member 115 static int symbol_hole_by_offset(const void *key, const struct rb_node *node) in symbol_hole_by_offset()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 122 char **key; in xen_bus_backend_create() local 318 char *key = g_strdup_printf("%u", xen_domid); in xen_bus_realize() local 408 void xen_device_backend_printf(XenDevice *xendev, const char *key, in xen_device_backend_printf() 428 static int xen_device_backend_scanf(XenDevice *xendev, const char *key, in xen_device_backend_scanf() 617 void xen_device_frontend_printf(XenDevice *xendev, const char *key, in xen_device_frontend_printf() 636 int xen_device_frontend_scanf(XenDevice *xendev, const char *key, in xen_device_frontend_scanf()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 554 int key = -1; in kvm__hists_browse() local 620 struct event_key *key) in exit_event_get_key() 632 struct perf_sample *sample, struct event_key *key) in exit_event_begin() 670 struct event_key *key, in exit_event_decode_key() 782 struct event_key *key, in find_create_kvm_event() 817 struct event_key *key, in handle_begin_event() 871 struct event_key *key) in is_child_event() 892 struct event_key *key, in handle_child_event() 918 struct event_key *key, in handle_end_event() 1005 struct event_key key = { .key = INVALID_KEY, in handle_kvm_event() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_obj_id.c | 19 __u32 key = 0; in test_obj_id() local
|
H A D | test_sockmap_invalid_update.c | 16 __u32 key = 0; in bpf_sockmap() local
|
H A D | sample_map_ret0.c | 23 __u32 key = 0; in func() local
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aesp8-ppc.h | 6 u8 key[AES_MAX_KEYLENGTH]; member
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 79 struct ghash_key *key, const char *head) in ghash_do_update() 120 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 150 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 176 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local 306 static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in ghash_async_setkey()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.c | 380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() 397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem() 412 int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_elem_flags() 428 int bpf_map_lookup_and_delete_elem(int fd, const void *key, void *value) in bpf_map_lookup_and_delete_elem() 443 int bpf_map_lookup_and_delete_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_and_delete_elem_flags() 459 int bpf_map_delete_elem(int fd, const void *key) in bpf_map_delete_elem() 473 int bpf_map_delete_elem_flags(int fd, const void *key, __u64 flags) in bpf_map_delete_elem_flags() 488 int bpf_map_get_next_key(int fd, const void *key, void *next_key) in bpf_map_get_next_key()
|
/openbmc/linux/lib/ |
H A D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
|
/openbmc/linux/include/crypto/ |
H A D | sm2.h | 21 const void *key, unsigned int keylen, in sm2_compute_z_digest()
|
H A D | xts.h | 12 const u8 *key, unsigned int keylen) in xts_verify_key()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_overdriver.c | 1265 int pp_override_get_default_fuse_value(uint64_t key, in pp_override_get_default_fuse_value()
|
/openbmc/linux/kernel/trace/ |
H A D | tracing_map.h | 143 void *key; member 148 u32 key; member 158 void *key; member
|
/openbmc/linux/include/linux/ |
H A D | agpgart.h | 70 int key; /* tag of allocation */ member 80 int key; /* tag of allocation */ member 85 int key; /* tag of allocation */ member
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
H A D | hclge_comm_rss.c | 118 struct hclge_comm_hw *hw, const u8 *key, in hclge_comm_set_rss_hash_key() 336 void hclge_comm_get_rss_hash_info(struct hclge_comm_rss_cfg *rss_cfg, u8 *key, in hclge_comm_get_rss_hash_info() 372 const u8 *key) in hclge_comm_set_rss_algo_key()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | passwd_mgr.cpp | 145 bool doEncrypt, const EVP_CIPHER* cipher, uint8_t* key, size_t keyLen, in encryptDecryptData() 326 std::array<uint8_t, EVP_MAX_KEY_LENGTH> key; in readPasswdFileData() local 492 std::array<uint8_t, EVP_MAX_KEY_LENGTH> key; in updatePasswdSpecialFile() local
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 9 u8 key[TCP_FASTOPEN_KEY_LENGTH]; in tcp_fastopen_init_key_once() local 96 u64 *key) in tcp_fastopen_get_cipher() 120 const siphash_key_t *key, in __tcp_fastopen_cookie_gen_cipher()
|
/openbmc/linux/drivers/opp/ |
H A D | core.c | 484 unsigned long opp_key, unsigned long key) in _compare_exact() 495 unsigned long opp_key, unsigned long key) in _compare_ceil() 506 unsigned long opp_key, unsigned long key) in _compare_floor() 517 unsigned long *key, int index, bool available, in _opp_table_find_key() 520 unsigned long opp_key, unsigned long key), in _opp_table_find_key() 550 _find_key(struct device *dev, unsigned long *key, int index, bool available, in _find_key() 553 unsigned long opp_key, unsigned long key), in _find_key() 575 unsigned long key, int index, bool available, in _find_key_exact() 588 unsigned long *key, int index, bool available, in _opp_table_find_key_ceil() 596 static struct dev_pm_opp *_find_key_ceil(struct device *dev, unsigned long *key, in _find_key_ceil() [all …]
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | inode-tests.c | 23 struct btrfs_key key; in insert_extent() local 59 struct btrfs_key key; in insert_inode_item_key() local
|