Home
last modified time | relevance | path

Searched defs:key (Results 126 – 150 of 2492) sorted by relevance

12345678910>>...100

/openbmc/skeleton/pystatemgr/
H A Ddiscover_system_state.py59 def getInterface(bus, objs, key): argument
66 def getProperty(bus, objs, key, prop): argument
74 def setProperty(bus, objs, key, prop, prop_value): argument
/openbmc/linux/kernel/bpf/
H A Dreuseport_array.c50 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) in reuseport_array_lookup_elem()
62 static long reuseport_array_delete_elem(struct bpf_map *map, void *key) in reuseport_array_delete_elem()
165 int bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_lookup_elem()
232 int bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_update_elem()
316 static int reuseport_array_get_next_key(struct bpf_map *map, void *key, in reuseport_array_get_next_key()
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Dconfig.json8 "key": 6, number
27 "key": 7, number
46 "key": 8, number
65 "key": 9, number
84 "key": 10, number
103 "key": 11, number
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum2_mr_tcam.c143 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp2_mr_tcam_rule_parse4()
155 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp2_mr_tcam_rule_parse6()
185 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp2_mr_tcam_rule_parse()
208 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp2_mr_tcam_route_create()
244 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp2_mr_tcam_route_destroy()
266 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp2_mr_tcam_route_update()
/openbmc/linux/fs/
H A Dmbcache.c51 u32 key) in mb_cache_entry_head()
74 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create()
154 u32 key) in __entry_find()
193 u32 key) in mb_cache_entry_find_first()
222 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get()
255 u32 key, u64 value) in mb_cache_entry_delete_or_get()
/openbmc/linux/net/rxrpc/
H A Dkey.c414 static void rxrpc_destroy(struct key *key) in rxrpc_destroy()
422 static void rxrpc_describe(const struct key *key, struct seq_file *m) in rxrpc_describe()
450 struct key *key; in rxrpc_request_key() local
484 struct key *key; in rxrpc_get_server_data_key() local
538 struct key *key; in rxrpc_get_null_key() local
562 static long rxrpc_read(const struct key *key, in rxrpc_read()
/openbmc/linux/fs/btrfs/
H A Droot-tree.c122 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
201 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
215 struct btrfs_key key; in btrfs_find_orphan_roots() local
313 const struct btrfs_key *key) in btrfs_del_root()
342 struct btrfs_key key; in btrfs_del_root_ref() local
411 struct btrfs_key key; in btrfs_add_root_ref() local
H A Duuid-tree.c17 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key()
34 struct btrfs_key key; in btrfs_uuid_tree_lookup() local
92 struct btrfs_key key; in btrfs_uuid_tree_add() local
156 struct btrfs_key key; in btrfs_uuid_tree_remove() local
296 struct btrfs_key key; in btrfs_uuid_tree_iterate() local
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c232 static int cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_xts_setkey()
288 static int cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_setkey()
302 static int cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_aes_setkey()
308 static int cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_aes_setkey()
314 static int cvm_cfb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cfb_aes_setkey()
320 static int cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_des3_setkey()
327 static int cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_des3_setkey()
/openbmc/linux/drivers/scsi/
H A Dscsi_devinfo.c33 int key; /* unique numeric identifier */ member
270 static struct scsi_dev_info_list_table *scsi_devinfo_lookup_by_key(int key) in scsi_devinfo_lookup_by_key()
353 enum scsi_devinfo_key key) in scsi_dev_info_list_add_keyed()
416 const char *model, enum scsi_devinfo_key key) in scsi_dev_info_list_find()
500 enum scsi_devinfo_key key) in scsi_dev_info_list_del_keyed()
603 enum scsi_devinfo_key key) in scsi_get_device_flags_keyed()
784 int scsi_dev_info_add_list(enum scsi_devinfo_key key, const char *name) in scsi_dev_info_add_list()
816 int scsi_dev_info_remove_list(enum scsi_devinfo_key key) in scsi_dev_info_remove_list()
/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c111 const __le32 *key = (const __le32 *)in_key; in aes_set_key() local
194 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb()
202 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc()
211 static void ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, in ecb_crypt_copy()
225 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, in cbc_crypt_copy()
239 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, in ecb_crypt()
253 static inline u8 *cbc_crypt(const u8 *in, u8 *out, u32 *key, in cbc_crypt()
263 static inline void padlock_xcrypt_ecb(const u8 *input, u8 *output, void *key, in padlock_xcrypt_ecb()
285 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, in padlock_xcrypt_cbc()
/openbmc/linux/security/keys/
H A Dkeyctl.c173 struct key *key; in SYSCALL_DEFINE4() local
382 struct key *key; in keyctl_revoke_key() local
423 struct key *key; in keyctl_invalidate_key() local
555 struct key *keyring, *key; in keyctl_keyring_unlink() local
648 struct key *key, *instkey; in keyctl_describe_key() local
827 struct key *key; in keyctl_read_key() local
952 struct key *key; in keyctl_chown_key() local
1074 struct key *key; in keyctl_setperm_key() local
1459 struct key *key, *instkey; in keyctl_set_timeout() local
1565 struct key *key, *instkey; in keyctl_get_security() local
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Djump_label.h37 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
51 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
73 jump_label_t key; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c24 map_key_t key; in map_populate() local
78 static int prog_run_insert_elem(struct test_map_init *skel, map_key_t key, in prog_run_insert_elem()
134 map_key_t key; in test_pcpu_map_init() local
174 map_key_t key; in test_pcpu_lru_map_init() local
/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c72 const char *node, const char *key, Error **errp, in xs_node_vprintf()
94 const char *node, const char *key, Error **errp, in xs_node_printf()
105 const char *node, const char *key, Error **errp, in xs_node_vscanf()
132 const char *node, const char *key, Error **errp, in xs_node_scanf()
146 const char *key, xs_watch_fn fn, in xs_node_watch()
/openbmc/linux/crypto/
H A Drsa.c31 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
48 static int _rsa_dec_crt(const struct rsa_mpi_key *key, MPI m_or_m1_or_h, MPI c) in _rsa_dec_crt()
170 static void rsa_free_mpi_key(struct rsa_mpi_key *key) in rsa_free_mpi_key()
236 static int rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in rsa_set_pub_key()
275 static int rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, in rsa_set_priv_key()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfor_each_array_map_elem.c29 unused_subprog(struct bpf_map *map, __u32 *key, __u64 *val, in unused_subprog()
37 check_array_elem(struct bpf_map *map, __u32 *key, __u64 *val, in check_array_elem()
50 check_percpu_elem(struct bpf_map *map, __u32 *key, __u64 *val, in check_percpu_elem()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp47 for (const auto& key : keys) in getValues() local
62 const std::string& key) in getValue()
89 std::string key = substr.substr(0, pos); in getExtVersionInfo() local
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c143 const u8 *key, in sec_alg_skcipher_init_context()
228 const u8 *key, unsigned int keylen, in sec_alg_skcipher_setkey()
254 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_ecb()
276 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_cbc()
298 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_ctr()
320 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_xts()
344 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_des_ecb()
351 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_des_cbc()
358 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_3des_ecb()
366 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_3des_cbc()
/openbmc/linux/drivers/net/netdevsim/
H A Dbpf.c45 void *key; member
328 nsim_map_key_match(struct bpf_map *map, struct nsim_map_entry *e, void *key) in nsim_map_key_match()
333 static int nsim_map_key_find(struct bpf_offloaded_map *offmap, void *key) in nsim_map_key_find()
367 void *key, void *next_key) in nsim_map_get_next_key()
397 nsim_map_lookup_elem(struct bpf_offloaded_map *offmap, void *key, void *value) in nsim_map_lookup_elem()
415 void *key, void *value, u64 flags) in nsim_map_update_elem()
454 static int nsim_map_delete_elem(struct bpf_offloaded_map *offmap, void *key) in nsim_map_delete_elem()
508 u32 *key; in nsim_bpf_map_alloc() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c21 struct mlx5_vport_key key; member
57 struct mlx5_vport_key *key) in flow_attr_to_vport_key()
69 esw_vport_tbl_lookup(struct mlx5_eswitch *esw, struct mlx5_vport_key *skey, u32 key) in esw_vport_tbl_lookup()
135 struct mlx5_vport_key key; in mlx5_esw_vporttbl_put() local
/openbmc/linux/drivers/md/
H A Ddm-bio-prison-v2.c80 static void __setup_new_cell(struct dm_cell_key_v2 *key, in __setup_new_cell()
116 struct dm_cell_key_v2 *key, in __find_or_insert()
151 struct dm_cell_key_v2 *key, in __get()
174 struct dm_cell_key_v2 *key, in dm_cell_get_v2()
227 struct dm_cell_key_v2 *key, in __lock()
258 struct dm_cell_key_v2 *key, in dm_cell_lock_v2()
/openbmc/linux/arch/x86/crypto/
H A Dcamellia_glue.c979 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128()
1085 static void camellia_setup256(const unsigned char *key, u64 *subkey) in camellia_setup256()
1218 static void camellia_setup192(const unsigned char *key, u64 *subkey) in camellia_setup192()
1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
1254 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in camellia_setkey()
1260 static int camellia_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey_skcipher()
/openbmc/linux/include/net/
H A Dflow_offload.h12 void *key; member
16 struct flow_dissector_key_meta *key, *mask; member
20 struct flow_dissector_key_basic *key, *mask; member
24 struct flow_dissector_key_control *key, *mask; member
32 struct flow_dissector_key_vlan *key, *mask; member
36 struct flow_dissector_key_arp *key, *mask; member
48 struct flow_dissector_key_ip *key, *mask; member
60 struct flow_dissector_key_icmp *key, *mask; member
64 struct flow_dissector_key_tcp *key, *mask; member
72 struct flow_dissector_key_mpls *key, *mask; member
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c19 u32 key; member
87 int target, unsigned long long address, u32 key) in nfp_cpp_mutex_init()
124 unsigned long long address, u32 key) in nfp_cpp_mutex_alloc()
222 u32 key, value; in nfp_cpp_mutex_unlock() local
268 u32 key, value, tmp; in nfp_cpp_mutex_trylock() local

12345678910>>...100