/openbmc/linux/drivers/tee/optee/ |
H A D | notif.c | 18 u_int key; member 21 static bool have_key(struct optee *optee, u_int key) in have_key() 32 int optee_notif_wait(struct optee *optee, u_int key) in optee_notif_wait() 85 int optee_notif_send(struct optee *optee, u_int key) in optee_notif_send()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc.c | 874 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 D | request_key_auth.c | 54 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 D | big_key.c | 165 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 D | free-space-tree.c | 27 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 D | contains.hpp | 22 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 D | rbtree.h | 256 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 D | sysrq.h | 57 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 D | blk-crypto-profile.c | 41 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 D | hashtab.c | 128 char key[] __aligned(8); member 638 void *key, u32 key_size) in lookup_elem_raw() 655 u32 hash, void *key, in lookup_nulls_elem_raw() 677 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem() 698 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 735 void *key, const bool mark) in __htab_lru_map_lookup_elem() 1424 static long htab_map_delete_elem(struct bpf_map *map, void *key) in htab_map_delete_elem() 1677 void *key, void *value, in htab_percpu_map_lookup_and_delete_elem() 1692 void *key, void *value, in htab_lru_percpu_map_lookup_and_delete_elem() 2196 void *key, *val; in bpf_for_each_hash_elem() local [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | jump_label.h | 25 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 D | map.c | 72 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 D | lib80211_crypt_wep.c | 32 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 D | timer.c | 69 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 D | flock.c | 114 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 D | jh7110-rsa.c | 62 static void starfive_rsa_free_key(struct starfive_rsa_key *key) in starfive_rsa_free_key() 194 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_cpu_start() local 275 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_enc_core() local 315 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_enc() local 346 struct starfive_rsa_key *key = &ctx->rsa_key; in starfive_rsa_dec() local 475 static int starfive_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in starfive_rsa_setkey() 526 static int starfive_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in starfive_rsa_set_pub_key() 539 static int starfive_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, in starfive_rsa_set_priv_key() 585 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 D | mqtt.json | 24 "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/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 22 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/qemu/include/qemu/ |
H A D | qtree.h | 135 gpointer key, in q_tree_insert() 142 gpointer key, in q_tree_replace() 149 gconstpointer key) in q_tree_remove() 155 gconstpointer key) in q_tree_steal() 161 gconstpointer key) in q_tree_lookup()
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 122 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 D | jump_label.h | 12 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 D | jump_label.h | 11 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 D | jump_label.h | 13 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 D | jump_label.h | 31 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 D | conntrack.h | 51 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()
|