/kernel/linux/linux-5.10/net/mac80211/ |
H A D | wep.c | 92 ieee80211_wep_remove_iv(struct ieee80211_local *local, struct sk_buff *skb, struct ieee80211_key *key) ieee80211_wep_remove_iv() argument 131 ieee80211_wep_encrypt(struct ieee80211_local *local, struct sk_buff *skb, const u8 *key, int keylen, int keyidx) ieee80211_wep_encrypt() argument 191 ieee80211_wep_decrypt(struct ieee80211_local *local, struct sk_buff *skb, struct ieee80211_key *key) ieee80211_wep_decrypt() argument [all...] |
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | token.c | 86 static void mptcp_crypto_key_gen_sha(u64 *key, u32 *token, u64 *idsn) in mptcp_crypto_key_gen_sha() argument
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto_gre.c | 86 __be16 key = 0; in gre_keymap_lookup() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_hashtab.c | 63 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list() argument 77 drm_ht_find_key(struct drm_open_hash *ht, unsigned long key) drm_ht_find_key() argument 95 drm_ht_find_key_rcu(struct drm_open_hash *ht, unsigned long key) drm_ht_find_key_rcu() argument 119 unsigned long key = item->key; drm_ht_insert_item() local 169 drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item) drm_ht_find_item() argument 183 drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) drm_ht_remove_key() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 86 unsigned long key = user_key | (res_type << 24); in vmw_cmdbuf_res_lookup() local
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-appleir.c | 142 int key = (data >> 1) & KEY_MASK; get_key() local 151 key_up(struct hid_device *hid, struct appleir *appleir, int key) key_up() argument 157 key_down(struct hid_device *hid, struct appleir *appleir, int key) key_down() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | vp7045.c | 100 u8 key; in vp7045_rc_query() local
|
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | hash.c | 293 u8 *key = vif->hash.key; in xenvif_set_hash_key() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 62 u16 key; in udl_parse_vendor_descriptor() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | agp_backend.h | 75 int key; member
|
H A D | bootconfig.h | 115 xbc_find_value(const char *key, struct xbc_node **vnode) xbc_find_value() argument 127 xbc_find_node(const char *key) xbc_find_node() argument [all...] |
H A D | btree-type.h | 38 static inline void *BTREE_FN(lookup)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in lookup() argument 44 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in insert() argument 51 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in update() argument 58 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in remove() argument 64 static inline void *BTREE_FN(last)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) in last() argument 73 get_prev(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) get_prev() argument 82 lookup(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) lookup() argument 87 insert(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, void *val, gfp_t gfp) insert() argument 94 update(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, void *val) update() argument 100 remove(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) remove() argument 105 last(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) last() argument 110 get_prev(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) get_prev() argument [all...] |
H A D | dynamic_debug.h | 45 } key; member
|
H A D | cleancache.h | 25 u32 key[CLEANCACHE_KEY_MAX]; member
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | blake2s.h | 89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() argument 46 __blake2s_init(struct blake2s_state *state, size_t outlen, const void *key, size_t keylen) __blake2s_init() argument 76 blake2s_init_key(struct blake2s_state *state, const size_t outlen, const void *key, const size_t keylen) blake2s_init_key() argument
|
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | mt.h | 30 unsigned int key; member
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | auth.h | 95 const struct ceph_crypto_key *key; /* our secret key */ member
|
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | machine.h | 36 const char *key; member
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | catalog.c | 23 void hfs_cat_build_key(struct super_block *sb, btree_key *key, u32 parent, const struct qstr *name) in hfs_cat_build_key() argument [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | crypto.c | 204 static int hmac_sha256(u8 *key, u8 key_len, char *info, u8 info_len, u8 *output) in hmac_sha256() argument [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc_channel.c | 923 xpc_initiate_send_notify(short partid, int ch_number, u32 flags, void *payload, u16 payload_size, xpc_notify_func func, void *key) xpc_initiate_send_notify() argument [all...] |
H A D | xp_main.c | 134 xpc_connect(int ch_number, xpc_channel_func func, void *key, u16 payload_size, in xpc_connect() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 68 static inline unsigned int arp_hash(u32 key, int ifindex, in arp_hash() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | clip_tbl.c | 21 static inline unsigned int ipv4_clip_hash(struct clip_tbl *c, const u32 *key) in ipv4_clip_hash() argument 28 static inline unsigned int ipv6_clip_hash(struct clip_tbl *d, const u32 *key) in ipv6_clip_hash() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | vp7045.c | 100 u8 key; in vp7045_rc_query() local
|