Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 2165) sorted by relevance

12345678910>>...87

/linux/kernel/
A Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count()
186 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
220 void static_key_enable(struct static_key *key) in static_key_enable()
245 void static_key_disable(struct static_key *key) in static_key_disable()
327 struct static_key_deferred *key = in jump_label_update_timeout() local
333 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
457 struct static_key *key = jump_entry_key(entry); in jump_label_type() local
529 struct static_key *key = NULL; in jump_label_init() local
614 struct static_key *key = jump_entry_key(entry); in jump_label_init_type() local
705 struct static_key *key = NULL; in jump_label_add_module() local
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dmap_kptr_fail.c28 int key = 0; in size_not_bpf_dw() local
81 int key = 0; in misaligned_access_write() local
97 int key = 0; in misaligned_access_read() local
136 int key = 0; in reject_bad_type_match() local
156 int key = 0; in marked_as_untrusted_or_null() local
172 int key = 0; in correct_btf_id_check_size() local
190 int key = 0; in inherit_untrusted_on_walk() local
209 int key = 0; in reject_kptr_xchg_on_unref() local
224 int key = 0; in mark_ref_as_untrusted_or_null() local
240 int key = 0; in reject_untrusted_store_to_ref() local
[all …]
A Dtest_tunnel_kern.c61 struct bpf_tunnel_key key; in gre_set_tunnel() local
83 struct bpf_tunnel_key key; in gre_set_tunnel_no_key() local
104 struct bpf_tunnel_key key; in gre_get_tunnel() local
119 struct bpf_tunnel_key key; in ip6gretap_set_tunnel() local
143 struct bpf_tunnel_key key; in ip6gretap_get_tunnel() local
162 struct bpf_tunnel_key key; in erspan_set_tunnel() local
205 struct bpf_tunnel_key key; in erspan_get_tunnel() local
241 struct bpf_tunnel_key key; in ip4ip6erspan_set_tunnel() local
285 struct bpf_tunnel_key key; in ip4ip6erspan_get_tunnel() local
322 struct bpf_tunnel_key key; in vxlan_set_tunnel_dst() local
[all …]
A Dwq.c56 static int test_elem_callback(void *map, int *key, in test_elem_callback()
89 static int test_hmap_elem_callback(void *map, int *key, in test_hmap_elem_callback()
120 static int wq_callback(void *map, int *key, void *value) in wq_callback()
128 static int wq_cb_sleepable(void *map, int *key, void *value) in wq_cb_sleepable()
146 int key = 0; in test_call_array_sleepable() local
156 int key = 1; in test_syscall_array_sleepable() local
166 int key = 2; in test_call_hash_sleepable() local
176 int key = 3; in test_call_hash_malloc_sleepable() local
186 int key = 4; in test_call_lru_sleepable() local
/linux/fs/ubifs/
A Dkey.h106 union ubifs_key *key = k; in ino_key_init_flash() local
185 union ubifs_key *key = k; in dent_key_init_flash() local
236 union ubifs_key *key = k; in xent_key_init_flash() local
311 union ubifs_key *key) in invalid_key_init()
323 const union ubifs_key *key) in key_type()
335 const union ubifs_key *key = k; in key_type_flash() local
347 const union ubifs_key *key = k; in key_inum() local
359 const union ubifs_key *key = k; in key_inum_flash() local
370 const union ubifs_key *key) in key_hash()
382 const union ubifs_key *key = k; in key_hash_flash() local
[all …]
/linux/lib/
A Dsiphash.c116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
156 const siphash_key_t *key) in siphash_3u64()
184 const u64 forth, const siphash_key_t *key) in siphash_4u64()
207 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
216 const siphash_key_t *key) in siphash_3u32()
280 const hsiphash_key_t *key) in __hsiphash_unaligned()
349 const hsiphash_key_t *key) in hsiphash_3u32()
370 const u32 forth, const hsiphash_key_t *key) in hsiphash_4u32()
432 const hsiphash_key_t *key) in __hsiphash_unaligned()
495 const hsiphash_key_t *key) in hsiphash_3u32()
[all …]
A Dbtree.c158 unsigned long *key) in setkey()
207 unsigned long *key) in btree_last()
224 unsigned long *key) in keycmp()
241 unsigned long *key) in btree_lookup_node()
263 unsigned long *key) in btree_lookup()
359 unsigned long *key) in getpos()
625 unsigned long *key) in btree_remove()
715 u32 *key = (void *)__key; in visitor32() local
725 u64 *key = (void *)__key; in visitor64() local
735 u64 *key = (void *)__key; in visitor128() local
[all …]
/linux/net/mac80211/
A Dkey.c591 struct ieee80211_key *key; in ieee80211_key_alloc() local
967 struct ieee80211_key *key; in ieee80211_reenable_keys() local
1049 struct ieee80211_key *key; in _ieee80211_iter_keys_rcu() local
1179 struct ieee80211_key *key; in ieee80211_free_sta_keys() local
1250 struct ieee80211_key *key; in ieee80211_get_key_rx_seq() local
1303 struct ieee80211_key *key; in ieee80211_set_key_rx_seq() local
1358 struct ieee80211_key *key; in ieee80211_remove_key() local
1388 struct ieee80211_key *key; in ieee80211_gtk_rekey_add() local
1424 struct ieee80211_key *key; in ieee80211_key_mic_failure() local
1446 struct ieee80211_key *key; in ieee80211_key_replay() local
[all …]
A Ddebugfs_key.c74 struct ieee80211_key *key = file->private_data; in key_algorithm_read() local
86 struct ieee80211_key *key = file->private_data; in key_tx_spec_write() local
124 struct ieee80211_key *key = file->private_data; in key_tx_spec_read() local
160 struct ieee80211_key *key = file->private_data; in key_rx_spec_read() local
228 struct ieee80211_key *key = file->private_data; in key_replays_read() local
261 struct ieee80211_key *key = file->private_data; in key_icverrors_read() local
286 struct ieee80211_key *key = file->private_data; in key_mic_failures_read() local
302 struct ieee80211_key *key = file->private_data; in key_key_read() local
376 struct ieee80211_key *key; in ieee80211_debugfs_key_update_default() local
411 struct ieee80211_key *key; in ieee80211_debugfs_key_add_mgmt_default() local
[all …]
/linux/tools/perf/util/bpf_skel/
A Dkwork_trace.bpf.c208 struct work_key *key, in update_timeend_and_name()
224 struct work_key key = { in report_irq_handler_entry() local
240 struct work_key key = { in report_irq_handler_exit() local
266 struct work_key key = { in report_softirq_entry() local
284 struct work_key key = { in report_softirq_exit() local
297 struct work_key key = { in latency_softirq_raise() local
315 struct work_key key = { in latency_softirq_entry() local
327 struct work_key key = { in report_workqueue_execute_start() local
340 struct work_key key = { in report_workqueue_execute_end() local
357 struct work_key key = { in latency_workqueue_activate_work() local
[all …]
/linux/drivers/tty/
A Dsysrq.c117 static void sysrq_handle_SAK(u8 key) in sysrq_handle_SAK()
134 static void sysrq_handle_unraw(u8 key) in sysrq_handle_unraw()
149 static void sysrq_handle_crash(u8 key) in sysrq_handle_crash()
178 static void sysrq_handle_sync(u8 key) in sysrq_handle_sync()
329 static void sysrq_ftrace_dump(u8 key) in sysrq_ftrace_dump()
373 static void sysrq_handle_term(u8 key) in sysrq_handle_term()
404 static void sysrq_handle_moom(u8 key) in sysrq_handle_moom()
416 static void sysrq_handle_thaw(u8 key) in sysrq_handle_thaw()
642 void handle_sysrq(u8 key) in handle_sysrq()
692 unsigned short key; in sysrq_parse_reset_sequence() local
[all …]
/linux/include/linux/
A Dkey.h178 struct key *key; member
195 struct key { struct
197 key_serial_t serial; /* key serial number */ argument
203 struct watch_list *watchers; /* Entities watching this key for changes */ argument
206 struct key_user *user; /* owner of this key */ argument
207 void *security; /* security data for this key */ argument
215 key_perm_t perm; /* access permissions */ argument
229 #define KEY_FLAG_DEAD 0 /* set if key type has been deleted */ argument
250 struct key_type *type; /* type of key */ argument
280 struct key_restriction *restrict_link; argument
[all …]
A Dsiphash.h20 u64 key[2]; member
25 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero()
44 const siphash_key_t *key) in siphash_2u32()
49 const u32 d, const siphash_key_t *key) in siphash_4u32()
56 const siphash_key_t *key) in ___siphash_aligned()
82 const siphash_key_t *key) in siphash()
92 unsigned long key[2]; member
108 const hsiphash_key_t *key) in ___hsiphash_aligned()
132 const hsiphash_key_t *key) in hsiphash()
A Djump_label_ratelimit.h10 struct static_key key; member
16 struct static_key_true key; member
22 struct static_key_false key; member
65 struct static_key key; member
68 struct static_key_true key; member
71 struct static_key_false key; member
80 static inline void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
85 static inline void static_key_deferred_flush(void *key) in static_key_deferred_flush()
90 jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
A Djump_label.h120 long key; // key may be far away from the core kernel under KASLR member
205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
210 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
259 static __always_inline int static_key_count(struct static_key *key) in static_key_count()
271 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
278 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
303 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
320 static inline void static_key_enable(struct static_key *key) in static_key_enable()
331 static inline void static_key_disable(struct static_key *key) in static_key_disable()
363 struct static_key key; member
[all …]
/linux/fs/nilfs2/
A Ddirect.c30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
36 __u64 key, int level, __u64 *ptrp) in nilfs_direct_lookup()
51 __u64 key, __u64 *ptrp, in nilfs_direct_lookup_contig()
172 __u64 key; in nilfs_direct_seek_key() local
186 __u64 key, lastkey; in nilfs_direct_last_key() local
210 __u64 key; in nilfs_direct_gather_data() local
229 __u64 key, __u64 *keys, __u64 *ptrs, int n) in nilfs_direct_delete_and_convert()
266 __u64 key; in nilfs_direct_propagate() local
293 __u64 key, __u64 ptr, in nilfs_direct_assign_v()
313 __u64 key, __u64 ptr, in nilfs_direct_assign_p()
[all …]
/linux/drivers/net/wireless/silabs/wfx/
A Dkey.c34 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_wep_pair()
44 struct ieee80211_key_conf *key) in fill_wep_group()
54 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_tkip_pair()
91 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_ccmp_pair()
100 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) in fill_ccmp_group()
111 struct ieee80211_key_conf *key, u8 *peer_addr) in fill_sms4_pair()
126 struct ieee80211_key_conf *key) in fill_sms4_group()
140 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) in fill_aes_cmac_group()
151 struct ieee80211_key_conf *key) in wfx_add_key()
207 static int wfx_remove_key(struct wfx_vif *wvif, struct ieee80211_key_conf *key) in wfx_remove_key()
[all …]
/linux/net/mac802154/
A Dllsec.c45 struct ieee802154_llsec_key_entry *key, *kn; in mac802154_llsec_destroy() local
117 struct mac802154_llsec_key *key; in llsec_key_alloc() local
164 struct mac802154_llsec_key *key; in llsec_key_release() local
177 llsec_key_get(struct mac802154_llsec_key *key) in llsec_key_get()
332 u64 key = llsec_dev_hash_long(hwaddr); in llsec_dev_find_long() local
558 struct mac802154_llsec_key *key; in llsec_lookup_key() local
621 struct mac802154_llsec_key *key) in llsec_do_encrypt_unauth()
658 struct mac802154_llsec_key *key) in llsec_do_encrypt_auth()
701 struct mac802154_llsec_key *key) in llsec_do_encrypt()
713 struct mac802154_llsec_key *key; in mac802154_llsec_encrypt() local
[all …]
/linux/tools/perf/arch/x86/util/
A Dkvm-stat.c31 struct event_key *key) in mmio_event_get_key()
42 struct perf_sample *sample, struct event_key *key) in mmio_event_begin()
59 struct event_key *key) in mmio_event_end()
76 struct event_key *key, in mmio_event_decode_key()
94 struct event_key *key) in ioport_event_get_key()
102 struct event_key *key) in ioport_event_begin()
120 struct event_key *key, in ioport_event_decode_key()
138 struct event_key *key) in msr_event_get_key()
146 struct event_key *key) in msr_event_begin()
164 struct event_key *key, in msr_event_decode_key()
/linux/crypto/
A Drsa_helper.c19 struct rsa_key *key = context; in rsa_get_n() local
49 struct rsa_key *key = context; in rsa_get_e() local
64 struct rsa_key *key = context; in rsa_get_d() local
79 struct rsa_key *key = context; in rsa_get_p() local
94 struct rsa_key *key = context; in rsa_get_q() local
109 struct rsa_key *key = context; in rsa_get_dp() local
124 struct rsa_key *key = context; in rsa_get_dq() local
139 struct rsa_key *key = context; in rsa_get_qinv() local
162 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key()
181 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
/linux/security/keys/
A Dkey.c38 void __key_check(const struct key *key) in __key_check()
230 struct key *key; in key_alloc() local
498 int key_instantiate_and_link(struct key *key, in key_instantiate_and_link()
574 int key_reject_and_link(struct key *key, in key_reject_and_link()
646 void key_put(struct key *key) in key_put()
673 struct key *key; in key_lookup() local
765 struct key *key = key_ref_to_ptr(key_ref); in __key_update() local
818 struct key *keyring, *key = NULL; in __key_create_or_update() local
1076 struct key *key = key_ref_to_ptr(key_ref); in key_update() local
1128 void key_revoke(struct key *key) in key_revoke()
[all …]
/linux/include/crypto/internal/
A Ddes.h26 static inline int crypto_des_verify_key(struct crypto_tfm *tfm, const u8 *key) in crypto_des_verify_key()
55 static inline int des3_ede_verify_key(const u8 *key, unsigned int key_len, in des3_ede_verify_key()
92 const u8 *key) in crypto_des3_ede_verify_key()
100 const u8 *key) in verify_skcipher_des_key()
106 const u8 *key) in verify_skcipher_des3_key()
111 static inline int verify_aead_des_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des_key()
119 static inline int verify_aead_des3_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des3_key()
/linux/fs/btrfs/
A Dtree-checker.c86 struct btrfs_key key; in file_extent_err() local
121 struct btrfs_key *key, in file_extent_end()
147 struct btrfs_key key; in dir_item_err() local
176 struct btrfs_key *key, int slot, in check_prev_ino()
662 struct btrfs_key key; in block_group_err() local
1019 struct btrfs_key key; in dev_item_err() local
1266 struct btrfs_key key; in extent_err() local
1768 const struct btrfs_key *key, in check_dev_extent_item()
1837 struct btrfs_key *key, in check_leaf_item()
1905 struct btrfs_key key; in __btrfs_check_leaf() local
[all …]
/linux/drivers/nvdimm/
A Dsecurity.c27 static void *key_data(struct key *key) in key_data()
52 struct key *key = NULL; in nvdimm_request_key() local
81 struct key **key) in nvdimm_get_key_payload()
94 struct key *key; in nvdimm_lookup_user_key() local
141 struct key *key; in nvdimm_key_revalidate() local
169 struct key *key; in __nvdimm_security_unlock() local
253 struct key *key; in security_disable() local
302 struct key *key, *newkey; in security_update() local
351 struct key *key = NULL; in security_erase() local
394 struct key *key = NULL; in security_overwrite() local
[all …]
/linux/net/openvswitch/
A Dactions.c92 struct sw_flow_key *key = NULL; in clone_key() local
131 const struct sw_flow_key *key, in add_deferred_actions()
324 struct sw_flow_key *key, in push_nsh()
626 struct ovs_key_nsh key; in set_nsh() local
870 struct sw_flow_key *key) in ovs_fragment()
933 struct sw_flow_key *key) in do_output()
1029 struct sw_flow_key *key, in dec_ttl_exception_handler()
1225 struct sw_flow_key *key, in execute_recirc()
1244 struct sw_flow_key *key, in execute_check_pkt_len()
1361 struct sw_flow_key *key, in do_execute_actions()
[all …]

Completed in 72 milliseconds

12345678910>>...87