/openbmc/linux/security/selinux/ss/ |
H A D | hashtab.h | 27 void *key; member 61 static inline int hashtab_insert(struct hashtab *h, void *key, void *datum, in hashtab_insert() 96 static inline void *hashtab_search(struct hashtab *h, const void *key, in hashtab_search()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | ghash_s390.c | 20 u8 key[GHASH_BLOCK_SIZE]; member 25 u8 key[GHASH_BLOCK_SIZE]; member 42 const u8 *key, unsigned int keylen) in ghash_setkey()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | filtersnippet.js | 8 function date_enable (key, action) { argument 37 function date_init (key, from_date, to_date, min_date, max_date, initial_enable) { argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_hashmap_full_update_bench.c | 22 static int loop_update_callback(__u32 index, u32 *key) in loop_update_callback() 34 u32 key = cpu + MAX_ENTRIES; in benchmark() local
|
H A D | timer_failure.c | 24 static int timer_cb_ret1(void *map, int *key, struct bpf_timer *timer) in timer_cb_ret1() 36 int key = 0; in BPF_PROG2() local
|
/openbmc/linux/fs/btrfs/ |
H A D | orphan.c | 14 struct btrfs_key key; in btrfs_insert_orphan_item() local 35 struct btrfs_key key; in btrfs_del_orphan_item() local
|
H A D | accessors.h | 331 struct btrfs_disk_key *key) in btrfs_tree_block_key() 338 struct btrfs_disk_key *key) in btrfs_set_tree_block_key() 532 struct btrfs_disk_key *key) in btrfs_dir_item_key() 539 const struct btrfs_disk_key *key) in btrfs_set_dir_item_key() 553 struct btrfs_disk_key *key) in btrfs_free_space_key() 560 const struct btrfs_disk_key *key) in btrfs_set_free_space_key() 633 struct btrfs_key *key, int nr) in btrfs_node_key_to_cpu() 642 struct btrfs_key *key, int nr) in btrfs_item_key_to_cpu() 652 struct btrfs_key *key) in btrfs_dir_item_key_to_cpu()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 201 const u8 *key, u8 *out_key, u8 *out_value, in nfp_bpf_ctrl_op_cache_get() 295 u8 *key, u8 *value, u64 flags, u8 *out_key, u8 *out_value) in nfp_bpf_ctrl_entry_op() 386 void *key, void *value, u64 flags) in nfp_bpf_ctrl_update_entry() 392 int nfp_bpf_ctrl_del_entry(struct bpf_offloaded_map *offmap, void *key) in nfp_bpf_ctrl_del_entry() 399 void *key, void *value) in nfp_bpf_ctrl_lookup_entry() 413 void *key, void *next_key) in nfp_bpf_ctrl_getnext_entry()
|
/openbmc/linux/fs/afs/ |
H A D | dir_silly.c | 62 struct key *key) in afs_do_silly_rename() 101 struct dentry *dentry, struct key *key) in afs_sillyrename() 193 struct dentry *dentry, struct key *key) in afs_do_silly_unlink()
|
/openbmc/linux/net/dns_resolver/ |
H A D | dns_key.c | 249 static bool dns_resolver_cmp(const struct key *key, in dns_resolver_cmp() 294 static void dns_resolver_describe(const struct key *key, struct seq_file *m) in dns_resolver_describe() 311 static long dns_resolver_read(const struct key *key, in dns_resolver_read()
|
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | config.json | 8 "key": 15, number 32 "key": 14, number 56 "key": 13, number 80 "key": 12, number
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_kwork.c | 68 static int get_work_name_from_map(struct work_key *key, char **ret_name) in get_work_name_from_map() 151 int i, nr_cpus, key, fd; in setup_filters() local 261 struct work_key *key, in add_work() 315 struct work_key key = { in perf_kwork__report_read_bpf() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | devcom.c | 28 u64 key; member 110 mlx5_devcom_comp_alloc(u64 id, u64 key, mlx5_devcom_event_handler_t handler) in mlx5_devcom_comp_alloc() 179 u64 key) in devcom_component_equal() 187 u64 key, in devcom_component_get() 211 u64 key, in mlx5_devcom_register_component()
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_skcipher.c | 166 int aes_keylen, const u8 *key, in nitrox_skcipher_setkey() 197 static int nitrox_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in nitrox_aes_setkey() 321 const u8 *key, unsigned int keylen) in nitrox_3des_setkey() 338 const u8 *key, unsigned int keylen) in nitrox_aes_xts_setkey() 362 const u8 *key, unsigned int keylen) in nitrox_aes_ctr_rfc3686_setkey()
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-sign.c | 59 EVP_PKEY *key; in rsa_pem_get_pub_key() local 127 EVP_PKEY *key; in rsa_engine_get_pub_key() local 238 EVP_PKEY *key; in rsa_engine_get_priv_key() local 395 EVP_PKEY *key; in rsa_sign_with_key() local 535 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent() 584 int rsa_get_params(RSA *key, uint64_t *exponent, uint32_t *n0_invp, in rsa_get_params()
|
/openbmc/pldm/requester/ |
H A D | handler.hpp | 87 RequestKey key; //!< Responder MCTP endpoint ID member 154 void instanceIdExpiryCallBack(RequestKey key) in instanceIdExpiryCallBack() 265 RequestKey key{eid, instanceId, type, command}; in registerRequest() local 307 RequestKey key{eid, instanceId, type, command}; in unregisterRequest() local 374 RequestKey key{eid, instanceId, type, command}; in handleResponse() local 450 void removeRequestEntry(RequestKey key) in removeRequestEntry()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 22 char *key; member 50 #define qdict_put(qdict, key, obj) \ argument
|
/openbmc/linux/net/ipv4/ |
H A D | fib_trie.c | 121 t_key key; member 218 #define get_cindex(key, kv) (((key) ^ (kv)->key) >> (kv)->pos) argument 220 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() 353 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new() 376 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new() 468 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root() 936 struct key_vector **tp, u32 key) in fib_find_node() 1110 struct fib_alias *new, t_key key) in fib_insert_node() 1161 struct fib_alias *fa, t_key key) in fib_insert_alias() 1195 static bool fib_valid_key_len(u32 key, u8 plen, struct netlink_ext_ack *extack) in fib_valid_key_len() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_erp.c | 40 struct mlxsw_sp_acl_erp_key key; member 198 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_master_mask_set() 225 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_master_mask_clear() 252 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_generic_create() 796 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_ctcam_mask_create() 847 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_mask_create() 908 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_second_mask_create() 973 struct mlxsw_sp_acl_erp_key *key) in mlxsw_sp_acl_erp_first_mask_create() 1009 struct mlxsw_sp_acl_erp_key key; in mlxsw_sp_acl_erp_mask_get() local 1073 const struct mlxsw_sp_acl_erp_key *key = objagg_obj_raw(objagg_obj); in mlxsw_sp_acl_erp_mask_is_ctcam() local [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | tracex6.bpf.c | 31 u32 key = bpf_get_smp_processor_id(); in bpf_prog1() local 58 u32 key = bpf_get_smp_processor_id(); in BPF_KPROBE() local
|
/openbmc/linux/drivers/acpi/x86/ |
H A D | apple.c | 69 union acpi_object *key = &props->package.elements[i * 2]; in acpi_extract_apple_properties() local 107 union acpi_object *key = &props->package.elements[i * 2]; in acpi_extract_apple_properties() local
|
/openbmc/linux/include/keys/ |
H A D | asymmetric-type.h | 70 const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key) in asymmetric_key_ids() 76 const struct public_key *asymmetric_key_public_key(const struct key *key) in asymmetric_key_public_key()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mru_cache.c | 421 unsigned long key, in xfs_mru_cache_insert() 455 unsigned long key) in xfs_mru_cache_remove() 479 unsigned long key) in xfs_mru_cache_delete() 511 unsigned long key) in xfs_mru_cache_lookup()
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_cmdline.c | 99 const char* key, in cmdline_append_option() 159 const char* key, in cmdline_append_version() 178 const char* key, in cmdline_append_uint64_base10() 186 const char* key, in cmdline_append_hex()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | additional_data.hpp | 67 void remove(const std::string& key) in remove() 111 void add(const std::string& key, const std::string& value) in add()
|