Searched defs:key (Results 451 - 475 of 2098) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/wireguard/
H A Dratelimiter.c13 static hsiphash_key_t key; variable
/linux-master/drivers/tty/
H A Dtty_ldsem.c57 __init_ldsem(struct ld_semaphore *sem, const char *name, struct lock_class_key *key) argument
/linux-master/sound/pci/hda/
H A Dhda_jack.h51 int key; member in struct:hda_jack_keymap
/linux-master/include/crypto/
H A Dblake2s.h89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, argument
46 __blake2s_init(struct blake2s_state *state, size_t outlen, const void *key, size_t keylen) argument
76 blake2s_init_key(struct blake2s_state *state, const size_t outlen, const void *key, const size_t keylen) argument
/linux-master/include/linux/
H A Drwlock_rt.h13 __rt_rwlock_init(rwlock_t *rwlock, char *name, struct lock_class_key *key) argument
H A Drbtree.h256 rb_find(const void *key, const struct rb_root *tree, argument
284 rb_find_first(const void *key, const struct rb_root *tree, int (*cmp)(const void *key, const struct rb_node *)) argument
314 rb_next_match(const void *key, struct rb_node *node, int (*cmp)(const void *key, const struct rb_node *)) argument
[all...]
H A Dwait_bit.h17 struct wait_bit_key key; member in struct:wait_bit_queue_entry
/linux-master/drivers/firmware/efi/
H A Dapple-properties.c59 char *key; local
/linux-master/drivers/virt/acrn/
H A Dirqfd.c76 hsm_irqfd_wakeup(wait_queue_entry_t *wait, unsigned int mode, int sync, void *key) argument
/linux-master/drivers/staging/vt6656/
H A Dmac.c55 vnt_mac_set_keyentry(struct vnt_private *priv, u16 key_ctl, u32 entry_idx, u32 key_idx, u8 *addr, u8 *key) argument
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.h21 u32 key[4]; member in struct:rx_sa
37 u32 key[4]; member in struct:tx_sa
64 u32 key[5]; member in struct:sa_mbx_msg
/linux-master/drivers/media/usb/dvb-usb/
H A Dvp7045.c100 u8 key; local
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dkey.c33 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) argument
43 fill_wep_group(struct wfx_hif_wep_group_key *msg, struct ieee80211_key_conf *key) argument
53 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) argument
69 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq, enum nl80211_iftype iftype) argument
90 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) argument
99 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) argument
110 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) argument
125 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, struct ieee80211_key_conf *key) argument
139 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) argument
150 wfx_add_key(struct wfx_vif *wvif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
207 wfx_remove_key(struct wfx_vif *wvif, struct ieee80211_key_conf *key) argument
214 wfx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
[all...]
/linux-master/include/keys/
H A Dtrusted-type.h32 unsigned char key[MAX_KEY_SIZE + 1]; member in struct:trusted_key_payload
[all...]
/linux-master/security/keys/
H A Dbig_key.c165 void big_key_revoke(struct key *key) argument
178 big_key_destroy(struct key *key) argument
194 big_key_update(struct key *key, struct key_preparsed_payload *prep) argument
211 big_key_describe(const struct key *key, struct seq_file *m) argument
227 big_key_read(const struct key *key, char *buffer, size_t buflen) argument
[all...]
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c43 static error_t parse_arg(int key, char *arg, struct argp_state *state) argument
/linux-master/lib/
H A Dsiphash.c46 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) argument
79 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) argument
116 siphash_1u64(const u64 first, const siphash_key_t *key) argument
133 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) argument
155 siphash_3u64(const u64 first, const u64 second, const u64 third, const siphash_key_t *key) argument
183 siphash_4u64(const u64 first, const u64 second, const u64 third, const u64 forth, const siphash_key_t *key) argument
207 siphash_1u32(const u32 first, const siphash_key_t *key) argument
215 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) argument
247 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) argument
279 __hsiphash_unaligned(const void *data, size_t len, const hsiphash_key_t *key) argument
316 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) argument
330 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) argument
348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) argument
369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) argument
409 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) argument
431 __hsiphash_unaligned(const void *data, size_t len, const hsiphash_key_t *key) argument
458 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) argument
474 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) argument
494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) argument
519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dpolyval-ce-glue.c72 polyval_arm64_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/crypto/
H A Dpolyval-generic.c108 void polyval_update_non4k(const u8 *key, const u8 *in, argument
119 polyval_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-dump.c27 enum mcp251xfd_dump_object_ring_key key; member in struct:mcp251xfd_dump_ring
[all...]
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-mci.c101 static struct mci_base *match_base(void *key) argument
126 void *key = cfg->type ? (void *)port : (void *)link; local
/linux-master/samples/bpf/
H A Dfds_example.c77 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, argument
144 uint32_t key = 0, value = 0, flags = 0; local
[all...]
H A Dxdp_router_ipv4.bpf.c82 u32 key = 0; local
/linux-master/kernel/sched/
H A Dwait_bit.c23 struct wait_bit_key *key = arg; local
123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); local
163 struct wait_bit_key *key = arg; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c82 __u32 key = 0; local

Completed in 140 milliseconds

<<11121314151617181920>>