Home
last modified time | relevance | path

Searched defs:key (Results 151 – 175 of 2492) sorted by relevance

12345678910>>...100

/openbmc/linux/security/keys/
H A Dproc.c70 struct key *key = rb_entry(n, struct key, serial_node); in key_serial_next() local
85 struct key *key = rb_entry(n, struct key, serial_node); in find_ge_key() local
116 struct key *key; in proc_keys_start() local
131 struct key *key = rb_entry(n, struct key, serial_node); in key_node_serial() local
156 struct key *key = rb_entry(_p, struct key, serial_node); in proc_keys_show() local
/openbmc/linux/net/sched/
H A Dcls_flower.c85 struct fl_flow_key key; member
120 struct fl_flow_key key; member
214 struct fl_flow_key *key, in fl_range_port_dst_cmp()
237 struct fl_flow_key *key, in fl_range_port_src_cmp()
268 struct fl_flow_key *key) in fl_lookup_range()
1098 struct fl_flow_key *key, in fl_set_key_pppoe()
1153 u32 key, mask; in fl_set_key_flags() local
1705 struct fl_flow_key *key, in fl_set_key_cfm_md_level()
1720 struct fl_flow_key *key, in fl_set_key_cfm_opcode()
1730 struct fl_flow_key *key, in fl_set_key_cfm()
[all …]
/openbmc/linux/arch/powerpc/boot/
H A Dplanetcore.c38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key()
52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal()
62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex()
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py39 def doObjectLookup(self, category, key): argument
54 def getObjectFromId(self, category, key): argument
58 def getObjectFromByteId(self, category, key): argument
/openbmc/linux/fs/btrfs/
H A Dlru_cache.c23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry()
46 u64 key, u64 gen) in btrfs_lru_cache_lookup()
110 const u64 key = new_entry->key; in btrfs_lru_cache_store() local
/openbmc/linux/drivers/firewire/
H A Dcore-device.c41 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next()
53 int last_key = 0, key, value; in search_leaf() local
122 int key, value; in get_ids() local
244 u32 key; member
254 int key, value, ret = -ENOENT; in show_immediate() local
276 #define IMMEDIATE_ATTR(name, key) \ argument
318 #define TEXT_LEAF_ATTR(name, key) \ argument
421 int key, value; in units_sprintf() local
445 int key, value, i = 0; in units_show() local
509 u32 sp, key; in read_config_rom() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c35 u32 key = 0; in test_insert_invalid() local
53 u32 key = 0; in test_insert_opened() local
104 u32 key; in test_insert() local
121 u32 key; in test_delete_after_insert() local
140 u32 key; in test_delete_after_close() local
164 u32 key; in test_lookup_after_insert() local
193 u32 key; in test_lookup_after_delete() local
248 u32 key; in test_update_existing() local
278 u32 key; in do_destroy_orphan_child() local
340 u32 key; in test_clone_after_delete() local
[all …]
/openbmc/u-boot/test/env/
H A Dhashtable.c23 char key[20]; in htab_fill() local
43 char key[20]; in htab_check_fill() local
66 char key[20]; in htab_create_delete() local
/openbmc/linux/include/linux/
H A Dbtree.h216 #define btree_for_each_safel(head, key, val) \ argument
227 #define btree_for_each_safe32(head, key, val) \ argument
239 #define btree_for_each_safe64(head, key, val) \ argument
H A Dlockdep.h197 struct lock_class_key *key, int subclass, u8 inner) in lockdep_init_map_wait()
203 struct lock_class_key *key, int subclass) in lockdep_init_map()
214 #define lockdep_set_class(lock, key) \ argument
220 #define lockdep_set_class_and_name(lock, key, name) \ argument
226 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument
247 struct lock_class_key *key) in lockdep_match_key()
386 # define lockdep_init_map_wait(lock, name, key, sub, inner) \ argument
388 # define lockdep_init_map(lock, name, key, sub) \ argument
391 # define lockdep_set_class_and_name(lock, key, name) \ argument
393 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument
[all …]
/openbmc/linux/net/mac80211/
H A Dtkip.c152 static void ieee80211_compute_tkip_p1k(struct ieee80211_key *key, u32 iv32) in ieee80211_compute_tkip_p1k()
174 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p1k_iv() local
199 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p2k() local
223 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data()
240 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
/openbmc/qemu/util/
H A Dkeyval.c113 static int key_to_index(const char *key, const char **end) in key_to_index()
147 const char *key, const char *key_cursor, in keyval_parse_put()
188 const char *key, *key_end, *val_end, *s, *end; in keyval_parse_one() local
302 static char *reassemble_key(GSList *key) in reassemble_key()
409 char *key; in keyval_listify() local
/openbmc/linux/kernel/
H A Dstatic_call_inline.c113 static inline bool static_call_key_has_mods(struct static_call_key *key) in static_call_key_has_mods()
118 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next()
126 static inline struct static_call_site *static_call_key_sites(struct static_call_key *key) in static_call_key_sites()
134 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
225 struct static_call_key *key, *prev_key = NULL; in __static_call_init() local
373 unsigned long key; in static_call_add_module() local
408 struct static_call_key *key, *prev_key = NULL; in static_call_del_module() local
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_ccmp.c40 u8 key[CCMP_TK_LEN]; member
156 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_hdr() local
192 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_encrypt() local
256 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_decrypt() local
347 static int lib80211_ccmp_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_set_key()
379 static int lib80211_ccmp_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_get_key()
/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Dconfig.json8 "key": 6, number
27 "key": 7, number
46 "key": 8, number
65 "key": 10, number
/openbmc/linux/lib/
H A Dtest_static_keys.c37 struct static_key *key; member
41 #define test_key_func(key, branch) \ argument
47 static void invert_key(struct static_key *key) in invert_key()
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt_impl.c114 const void *key, in lanplus_HMAC()
152 const uint8_t * key, in lanplus_encrypt_aes_cbc_128()
227 const uint8_t * key, in lanplus_decrypt_aes_cbc_128()
/openbmc/linux/security/selinux/ss/
H A Dconditional.c177 int cond_destroy_bool(void *key, void *datum, void *p) in cond_destroy_bool()
184 int cond_index_bool(void *key, void *datum, void *datap) in cond_index_bool()
210 char *key = NULL; in cond_read_bool() local
451 char *key = vkey; in cond_write_bool() local
557 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms()
574 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av()
679 static int cond_bools_destroy(void *key, void *datum, void *args) in cond_bools_destroy()
700 static int cond_bools_index(void *key, void *datum, void *args) in cond_bools_index()
/openbmc/linux/include/uapi/linux/
H A Dtls.h128 unsigned char key[TLS_CIPHER_AES_GCM_128_KEY_SIZE]; member
136 unsigned char key[TLS_CIPHER_AES_GCM_256_KEY_SIZE]; member
144 unsigned char key[TLS_CIPHER_AES_CCM_128_KEY_SIZE]; member
152 unsigned char key[TLS_CIPHER_CHACHA20_POLY1305_KEY_SIZE]; member
160 unsigned char key[TLS_CIPHER_SM4_GCM_KEY_SIZE]; member
168 unsigned char key[TLS_CIPHER_SM4_CCM_KEY_SIZE]; member
176 unsigned char key[TLS_CIPHER_ARIA_GCM_128_KEY_SIZE]; member
184 unsigned char key[TLS_CIPHER_ARIA_GCM_256_KEY_SIZE]; member
/openbmc/qemu/net/
H A Dfilter-rewriter.c73 Packet *pkt, ConnectionKey *key) in handle_primary_tcp_pkt()
179 Packet *pkt, ConnectionKey *key) in handle_secondary_tcp_pkt()
261 ConnectionKey key; in colo_rewriter_receive_iov() local
329 static void reset_seq_offset(gpointer key, gpointer value, gpointer user_data) in reset_seq_offset()
336 static gboolean offset_is_nonzero(gpointer key, in offset_is_nonzero()
/openbmc/linux/arch/riscv/include/asm/
H A Djump_label.h17 static __always_inline bool arch_static_branch(struct static_key * const key, in arch_static_branch()
39 static __always_inline bool arch_static_branch_jump(struct static_key * const key, in arch_static_branch_jump()
/openbmc/linux/arch/parisc/include/asm/
H A Djump_label.h13 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
30 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsock_destroy_prog.c31 int key = 0; in sock_connect() local
54 int key = 0; in iter_tcp6_client() local
110 int key = 0; in iter_udp6_client() local
/openbmc/linux/net/rxrpc/
H A Dserver_key.c101 static void rxrpc_destroy_s(struct key *key) in rxrpc_destroy_s()
109 static void rxrpc_describe_s(const struct key *key, struct seq_file *m) in rxrpc_describe_s()
123 struct key *key; in rxrpc_server_keyring() local
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree.c64 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound()
69 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound()
87 uint64_t key, void *value) in insert_at()
655 struct dm_btree_value_type *vt, uint64_t key) in split_one_into_two()
738 struct dm_btree_value_type *vt, uint64_t key) in split_two_into_three()
916 unsigned int parent_index, uint64_t key) in rebalance_left()
945 unsigned int parent_index, uint64_t key) in rebalance_right()
1002 unsigned int parent_index, uint64_t key) in rebalance_or_split()
1094 uint64_t key, unsigned int *index) in btree_insert_raw()
1157 uint64_t key, int *index) in __btree_get_overwrite_leaf()
[all …]

12345678910>>...100