Home
last modified time | relevance | path

Searched defs:key (Results 76 – 100 of 2492) sorted by relevance

12345678910>>...100

/openbmc/u-boot/fs/ubifs/
H A Dtnc.c874 const union ubifs_key *key, in fallible_resolve_collision()
1018 const union ubifs_key *key, in resolve_collision_directly()
1428 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1534 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1875 union ubifs_key *key, *key1; in correct_parent_keys() local
1961 union ubifs_key *key = &zbr->key, *key1; in tnc_insert() local
2565 static int key_in_range(struct ubifs_info *c, union ubifs_key *key, in key_in_range()
2590 union ubifs_key *key; in ubifs_tnc_remove_range() local
2748 union ubifs_key *key, in ubifs_tnc_next_ent()
2971 union ubifs_key *key, int level, in lookup_znode()
[all …]
/openbmc/linux/security/keys/
H A Drequest_key_auth.c54 static int request_key_auth_instantiate(struct key *key, in request_key_auth_instantiate()
64 static void request_key_auth_describe(const struct key *key, in request_key_auth_describe()
82 static long request_key_auth_read(const struct key *key, in request_key_auth_read()
134 static void request_key_auth_revoke(struct key *key) in request_key_auth_revoke()
146 static void request_key_auth_destroy(struct key *key) in request_key_auth_destroy()
H A Dbig_key.c165 void big_key_revoke(struct key *key) in big_key_revoke()
178 void big_key_destroy(struct key *key) in big_key_destroy()
194 int big_key_update(struct key *key, struct key_preparsed_payload *prep) in big_key_update()
211 void big_key_describe(const struct key *key, struct seq_file *m) in big_key_describe()
227 long big_key_read(const struct key *key, char *buffer, size_t buflen) in big_key_read()
/openbmc/linux/fs/btrfs/
H A Dfree-space-tree.c27 struct btrfs_key key = { in btrfs_free_space_root() local
75 struct btrfs_key key; in add_new_free_space_info() local
108 struct btrfs_key key; in search_free_space_info() local
518 struct btrfs_key key; in free_space_test_bit() local
543 struct btrfs_key key; in free_space_set_bits() local
582 struct btrfs_key key; in free_space_next_bitmap() local
610 struct btrfs_key key; in modify_free_space_bitmap() local
723 struct btrfs_key key; in remove_free_space_extent() local
1071 struct btrfs_key key; in populate_free_space_tree() local
1221 struct btrfs_key key; in clear_free_space_tree() local
[all …]
/openbmc/telemetry/src/utils/
H A Dcontains.hpp22 const typename T::value_type::first_type& key) in contains()
28 inline bool contains(const T& container, const typename T::value_type& key) in contains()
34 inline bool contains(const T& container, const typename T::value_type& key) in contains()
/openbmc/linux/include/linux/
H A Drbtree.h256 rb_find(const void *key, const struct rb_root *tree, in rb_find()
257 int (*cmp)(const void *key, const struct rb_node *)) in rb_find()
284 rb_find_first(const void *key, const struct rb_root *tree, in rb_find_first()
285 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_first()
314 rb_next_match(const void *key, struct rb_node *node, in rb_next_match()
315 int (*cmp)(const void *key, const struct rb_node *)) in rb_next_match()
330 #define rb_for_each(node, key, tree, cmp) \ argument
H A Dsysrq.h57 static inline void handle_sysrq(u8 key) in handle_sysrq()
61 static inline void __handle_sysrq(u8 key, bool check_mask) in __handle_sysrq()
65 static inline int register_sysrq_key(u8 key, const struct sysrq_key_op *op) in register_sysrq_key()
70 static inline int unregister_sysrq_key(u8 key, const struct sysrq_key_op *op) in unregister_sysrq_key()
/openbmc/linux/block/
H A Dblk-crypto-profile.c41 const struct blk_crypto_key *key; member
172 const struct blk_crypto_key *key) in blk_crypto_hash_bucket_for_key()
191 const struct blk_crypto_key *key) in blk_crypto_find_keyslot()
206 const struct blk_crypto_key *key) in blk_crypto_find_and_grab_keyslot()
249 const struct blk_crypto_key *key, in blk_crypto_get_keyslot()
364 const struct blk_crypto_key *key) in __blk_crypto_evict_key()
428 const struct blk_crypto_key *key = profile->slots[slot].key; in blk_crypto_reprogram_all_keys() local
/openbmc/linux/kernel/bpf/
H A Dhashtab.c128 char key[] __aligned(8); member
635 void *key, u32 key_size) in lookup_elem_raw()
652 u32 hash, void *key, in lookup_nulls_elem_raw()
674 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem()
695 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem()
732 void *key, const bool mark) in __htab_lru_map_lookup_elem()
1403 static long htab_map_delete_elem(struct bpf_map *map, void *key) in htab_map_delete_elem()
1656 void *key, void *value, in htab_percpu_map_lookup_and_delete_elem()
1671 void *key, void *value, in htab_lru_percpu_map_lookup_and_delete_elem()
2171 void *key, *val; in bpf_for_each_hash_elem() local
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Djump_label.h25 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
39 static __always_inline bool arch_static_branch(struct static_key * const key, const bool branch) in arch_static_branch()
53 static __always_inline bool arch_static_branch_jump(struct static_key * const key, const bool branc… in arch_static_branch_jump()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c72 struct bpf_map_info *map_info, void *key, in do_dump_btf()
194 print_entry_error_msg(struct bpf_map_info *info, unsigned char *key, in print_entry_error_msg()
341 void *key, void *value, __u32 key_size, __u32 value_size, in parse_elem()
742 static int dump_map_elem(int fd, void *key, void *value, in dump_map_elem()
826 void *key, *value, *prev_key; in map_dump() local
994 void *key, *value; in do_update() local
1031 static void print_key_value(struct bpf_map_info *info, void *key, in print_key_value()
1072 void *key, *value; in do_lookup() local
1123 void *key, *nextkey; in do_getnext() local
1194 void *key; in do_delete() local
[all …]
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_wep.c32 u8 key[WEP_KEY_LEN + 1]; member
64 u8 *key, int keylen, void *priv) in lib80211_wep_build_iv()
110 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() local
155 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() local
198 static int lib80211_wep_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_set_key()
211 static int lib80211_wep_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_get_key()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtimer.c69 static int timer_cb1(void *map, int *key, struct bpf_timer *timer) in timer_cb1()
164 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2()
227 int key = HTAB, key_malloc = HTAB_MALLOC; in bpf_timer_test() local
250 int key = HTAB, key_malloc = HTAB_MALLOC; in BPF_PROG2() local
297 static int timer_cb3(void *map, int *key, struct bpf_timer *timer) in timer_cb3()
316 int key = 0; in BPF_PROG2() local
/openbmc/linux/fs/afs/
H A Dflock.c114 struct key *key = vnode->lock_key; in afs_next_locker() local
192 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock()
224 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock()
255 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
286 struct key *key; in afs_lock_work() local
412 static int afs_do_setlk_check(struct afs_vnode *vnode, struct key *key, in afs_do_setlk_check()
458 struct key *key = afs_file_key(file); in afs_do_setlk() local
725 struct key *key = afs_file_key(file); in afs_do_getlk() local
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c63 static void starfive_rsa_free_key(struct starfive_rsa_key *key) in starfive_rsa_free_key()
195 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_cpu_start() local
276 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_enc_core() local
311 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_enc() local
343 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_dec() local
472 static int starfive_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in starfive_rsa_setkey()
523 static int starfive_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in starfive_rsa_set_pub_key()
536 static int starfive_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, in starfive_rsa_set_priv_key()
582 struct starfive_rsa_key *key = (struct starfive_rsa_key *)&ctx->rsa_key; in starfive_rsa_exit_tfm() local
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dmqtt.json24 "key": "model", string
29 "key": "${sensorModel}", string
36 "key": "temperature", string
41 "key": "humidity", string
57 "key": "model", string
64 "key": "temperature", string
69 "key": "humidity", string
/openbmc/qemu/include/qemu/
H A Dqtree.h136 gpointer key, in q_tree_insert()
143 gpointer key, in q_tree_replace()
150 gconstpointer key) in q_tree_remove()
156 gconstpointer key) in q_tree_steal()
162 gconstpointer key) in q_tree_lookup()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c22 static bool assert_storage(struct bpf_map *map, const void *key, in assert_storage()
40 static bool assert_storage_noexist(struct bpf_map *map, const void *key) in assert_storage_noexist()
92 struct bpf_cgroup_storage_key key; in test_egress_only() local
162 struct bpf_cgroup_storage_key key; in test_isolated() local
275 __u64 key; in test_shared() local
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c122 const u8 *key, in crypto4xx_setkey_aes()
178 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_cbc()
185 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_cfb()
192 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_ecb()
199 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_ofb()
206 const u8 *key, unsigned int keylen) in crypto4xx_setkey_rfc3686()
289 const u8 *key, in crypto4xx_sk_setup_fallback()
300 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_ctr()
368 const u8 *key, in crypto4xx_aead_setup_fallback()
381 int crypto4xx_setkey_aes_ccm(struct crypto_aead *cipher, const u8 *key, in crypto4xx_setkey_aes_ccm()
[all …]
/openbmc/linux/arch/arm/include/asm/
H A Djump_label.h12 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
26 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
45 jump_label_t key; member
/openbmc/linux/arch/sparc/include/asm/
H A Djump_label.h11 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
27 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
48 jump_label_t key; member
/openbmc/linux/arch/xtensa/include/asm/
H A Djump_label.h13 static __always_inline bool arch_static_branch(struct static_key *key, in arch_static_branch()
28 static __always_inline bool arch_static_branch_jump(struct static_key *key, in arch_static_branch_jump()
61 jump_label_t key; member
/openbmc/linux/arch/arc/include/asm/
H A Djump_label.h31 static __always_inline bool arch_static_branch(struct static_key *key, in arch_static_branch()
47 static __always_inline bool arch_static_branch_jump(struct static_key *key, in arch_static_branch_jump()
68 jump_label_t key; member
/openbmc/linux/net/openvswitch/
H A Dconntrack.h51 const struct sw_flow_key *key, in ovs_ct_copy_action()
64 struct sw_flow_key *key, in ovs_ct_execute()
72 struct sw_flow_key *key) in ovs_ct_clear()
78 struct sw_flow_key *key, in ovs_ct_fill_key()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c33 uint8_t key[]; member
41 const uint8_t *key, in tlpm_add()
81 const uint8_t *key, in tlpm_match()
110 const uint8_t *key, in tlpm_delete()
190 uint8_t key[] = { rand() % 0xff, rand() % 0xff }; in test_lpm_order() local
214 struct bpf_lpm_trie_key_u8 *key; in test_lpm_map() local
426 struct bpf_lpm_trie_key_u8 *key; in test_lpm_delete() local
689 } key[MAX_TEST_KEYS]; member

12345678910>>...100