Home
last modified time | relevance | path

Searched defs:key (Results 401 – 425 of 2495) sorted by relevance

1...<<11121314151617181920>>...100

/openbmc/linux/kernel/sched/
H A Dwait_bit.c23 struct wait_bit_key *key = arg; in wake_bit_function() local
123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local
163 struct wait_bit_key *key = arg; in var_wake_function() local
/openbmc/linux/block/
H A Dblk-crypto.c91 void bio_crypt_set_ctx(struct bio *bio, const struct blk_crypto_key *key, in bio_crypt_set_ctx()
395 const struct blk_crypto_key *key) in blk_crypto_start_using_key()
418 const struct blk_crypto_key *key) in blk_crypto_evict_key()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve.c76 struct mlxsw_sp_nve_mc_list_key key; member
203 const struct mlxsw_sp_nve_mc_list_key *key) in mlxsw_sp_nve_mc_list_find()
213 const struct mlxsw_sp_nve_mc_list_key *key) in mlxsw_sp_nve_mc_list_create()
251 const struct mlxsw_sp_nve_mc_list_key *key) in mlxsw_sp_nve_mc_list_get()
638 struct mlxsw_sp_nve_mc_list_key key = { 0 }; in mlxsw_sp_nve_flood_ip_add() local
669 struct mlxsw_sp_nve_mc_list_key key = { 0 }; in mlxsw_sp_nve_flood_ip_del() local
706 struct mlxsw_sp_nve_mc_list_key key = { 0 }; in mlxsw_sp_nve_flood_ip_flush() local
808 struct mlxsw_sp_nve_ipv6_ht_key key; member
835 struct mlxsw_sp_nve_ipv6_ht_key key = {}; in mlxsw_sp_nve_ipv6_ht_node_lookup() local
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c286 void *key, void *value) in nfp_bpf_map_lookup_entry()
300 void *key, void *value, u64 flags) in nfp_bpf_map_update_entry()
309 void *key, void *next_key) in nfp_bpf_map_get_next_key()
317 nfp_bpf_map_delete_elem(struct bpf_offloaded_map *offmap, void *key) in nfp_bpf_map_delete_elem()
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp271 _variant_t key; in COMRegister() local
393 static BOOL CreateRegistryKey(LPCTSTR key, LPCTSTR value, LPCTSTR data) in CreateRegistryKey()
435 char key[256]; in DllRegisterServer() local
518 TCHAR key[256]; in DllUnregisterServer() local
/openbmc/linux/sound/pci/hda/
H A Dhda_sysfs.c25 const char *key; member
281 static struct hda_hint *get_hint(struct hda_codec *codec, const char *key) in get_hint()
310 char *key, *val; in parse_hints() local
418 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint()
434 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint()
470 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
/openbmc/linux/fs/smb/server/
H A Dauth.c577 int ksmbd_sign_smb2_pdu(struct ksmbd_conn *conn, char *key, struct kvec *iov, in ksmbd_sign_smb2_pdu()
628 int ksmbd_sign_smb3_pdu(struct ksmbd_conn *conn, char *key, struct kvec *iov, in ksmbd_sign_smb3_pdu()
677 struct kvec label, struct kvec context, __u8 *key, in generate_key()
769 char *key; in generate_smb3signingkey() local
1001 int enc, u8 *key) in ksmbd_get_encryption_key()
1113 u8 key[SMB3_ENC_DEC_KEY_SIZE]; in ksmbd_crypt_message() local
/openbmc/linux/crypto/
H A Dcrc32_generic.c24 u32 *key = crypto_tfm_ctx(tfm); in crc32_cra_init() local
36 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey()
/openbmc/linux/include/crypto/internal/
H A Dblake2b.h68 u8 key[BLAKE2B_KEY_SIZE]; member
73 const u8 *key, unsigned int keylen) in crypto_blake2b_setkey()
/openbmc/linux/fs/afs/
H A Dvl_probe.c145 struct key *key, in afs_do_probe_vlserver()
184 int afs_send_vl_probes(struct afs_net *net, struct key *key, in afs_send_vl_probes()
/openbmc/linux/drivers/crypto/vmx/
H A Dghash.c37 be128 key; member
55 static int p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, in p8_ghash_setkey()
/openbmc/linux/samples/bpf/
H A Dfds_example.c77 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map()
144 uint32_t key = 0, value = 0, flags = 0; in main() local
/openbmc/linux/lib/crypto/
H A Dpoly1305-donna64.c13 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey()
33 const struct poly1305_core_key *key, const void *src, in poly1305_core_blocks()
/openbmc/linux/net/netfilter/
H A Dnft_set_hash.c36 const u32 *key; member
81 const u32 *key, const struct nft_set_ext **ext) in nft_rhash_lookup()
116 static bool nft_rhash_update(struct nft_set *set, const u32 *key, in nft_rhash_update()
238 const u32 *key) in nft_rhash_delete()
485 const u32 *key, const struct nft_set_ext **ext) in nft_hash_lookup()
525 const u32 *key, const struct nft_set_ext **ext) in nft_hash_lookup_fast()
549 const struct nft_data *key = nft_set_ext_key(ext); in nft_jhash() local
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dpkey.h220 __u8 __user *key; /* in: the key blob */ member
252 __u8 __user *key; /* in: pointer to key blob buffer */ member
286 __u8 __user *key; /* in: pointer to key blob buffer */ member
319 __u8 __user *key; /* in: pointer to key blob */ member
343 __u8 __user *key; /* in: pointer to key blob */ member
378 __u8 __user *key; /* in: pointer to key blob */ member
442 __u8 __user *key; /* in: pointer to key blob */ member
/openbmc/qemu/util/
H A Diova-tree.c89 static gboolean iova_tree_find_address_iterator(gpointer key, gpointer value, in iova_tree_find_address_iterator()
151 static gboolean iova_tree_traverse(gpointer key, gpointer value, in iova_tree_traverse()
223 static gboolean iova_tree_alloc_traverse(gpointer key, gpointer value, in iova_tree_alloc_traverse()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.h35 u32 key[4]; member
52 u32 key[4]; member
81 u32 key[5]; member
/openbmc/linux/fs/hfsplus/
H A Dcatalog.c44 hfsplus_btree_key *key, u32 parent, const struct qstr *str) in hfsplus_cat_build_key()
61 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid()
68 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c145 static void adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove()
189 const char *key) in adf_cfg_key_value_find()
251 const char *key, const void *val, in adf_cfg_add_key_value_param()
/openbmc/linux/fs/btrfs/
H A Dextent-tree.c77 struct btrfs_key key; in btrfs_lookup_data_extent() local
111 struct btrfs_key key; in btrfs_lookup_extent_info() local
437 struct btrfs_key key; in lookup_extent_data_ref() local
513 struct btrfs_key key; in insert_extent_data_ref() local
590 struct btrfs_key key; in remove_extent_data_ref() local
634 struct btrfs_key key; in extent_data_ref_count() local
678 struct btrfs_key key; in lookup_tree_block_ref() local
702 struct btrfs_key key; in insert_tree_block_ref() local
780 struct btrfs_key key; in lookup_inline_extent_backref() local
1488 struct btrfs_key key; in __btrfs_inc_extent_ref() local
[all …]
/openbmc/linux/samples/vfs/
H A Dtest-fsmount.c83 const char *key, const void *val, int aux) in fsconfig()
97 #define E_fsconfig(fd, cmd, key, val, aux) \ argument
/openbmc/phosphor-networkd/src/
H A Dutil.cpp170 std::string_view section, std::string_view key, in systemdParseLast()
216 std::string_view key) in getDHCPProp()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_bench.c63 static __always_inline void log_result(__u32 key) in log_result()
71 bloom_callback(struct bpf_map *map, __u32 *key, void *val, in bloom_callback()
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-mci.c101 static struct mci_base *match_base(void *key) in match_base()
126 void *key = cfg->type ? (void *)port : (void *)link; in ddb_mci_attach() local
/openbmc/linux/drivers/input/keyboard/
H A Dcypress-sf.c36 int val, key; in cypress_sf_irq_handler() local
75 int key, error; in cypress_sf_probe() local

1...<<11121314151617181920>>...100