/net/mac80211/ |
D | key.c | 70 static void add_todo(struct ieee80211_key *key, u32 flag) in add_todo() 111 static const u8 *get_mac_for_key(struct ieee80211_key *key) in get_mac_for_key() 131 static void ieee80211_key_enable_hw_accel(struct ieee80211_key *key) in ieee80211_key_enable_hw_accel() 161 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel() 199 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key() local 264 struct ieee80211_key *key; in ieee80211_key_alloc() local 315 void ieee80211_key_link(struct ieee80211_key *key, in ieee80211_key_link() 383 static void __ieee80211_key_free(struct ieee80211_key *key) in __ieee80211_key_free() 395 void ieee80211_key_free(struct ieee80211_key *key) in ieee80211_key_free() 426 struct ieee80211_key *key; in ieee80211_todo_for_each_key() local [all …]
|
D | debugfs_key.c | 67 struct ieee80211_key *key = file->private_data; in key_algorithm_read() local 92 struct ieee80211_key *key = file->private_data; in key_tx_spec_read() local 118 struct ieee80211_key *key = file->private_data; in key_rx_spec_read() local 155 struct ieee80211_key *key = file->private_data; in key_replays_read() local 169 struct ieee80211_key *key = file->private_data; in key_key_read() local 187 void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() 232 void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove() 257 struct ieee80211_key *key; in ieee80211_debugfs_key_add_default() local 283 void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, in ieee80211_debugfs_key_sta_del()
|
D | debugfs_key.h | 12 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() 14 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove() 22 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, in ieee80211_debugfs_key_sta_del()
|
D | wep.c | 70 struct ieee80211_key *key, u8 *iv) in ieee80211_wep_get_iv() 88 struct ieee80211_key *key) in ieee80211_wep_add_iv() 110 struct ieee80211_key *key) in ieee80211_wep_remove_iv() 148 struct ieee80211_key *key) in ieee80211_wep_encrypt() 220 struct ieee80211_key *key) in ieee80211_wep_decrypt() 274 bool ieee80211_wep_is_weak_iv(struct sk_buff *skb, struct ieee80211_key *key) in ieee80211_wep_is_weak_iv()
|
D | wpa.c | 27 u8 *data, *key, *mic, key_offset; in ieee80211_tx_h_michael_mic_add() local 83 u8 *data, *key = NULL, key_offset; in ieee80211_rx_h_michael_mic_verify() local 141 struct ieee80211_key *key = tx->key; in tkip_encrypt_skb() local 220 struct ieee80211_key *key = rx->key; in ieee80211_crypto_tkip_decrypt() local 358 struct ieee80211_key *key = tx->key; in ccmp_encrypt_skb() local 442 struct ieee80211_key *key = rx->key; in ieee80211_crypto_ccmp_decrypt() local
|
D | tkip.c | 142 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key *key, u16 iv16) in ieee80211_tkip_add_iv() 154 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_key() local 203 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data() 225 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
|
D | michael.c | 30 static void michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, in michael_mic_hdr() 56 void michael_mic(const u8 *key, struct ieee80211_hdr *hdr, in michael_mic()
|
/net/rxrpc/ |
D | ar-key.c | 71 static int rxrpc_instantiate(struct key *key, const void *data, size_t datalen) in rxrpc_instantiate() 156 static int rxrpc_instantiate_s(struct key *key, const void *data, in rxrpc_instantiate_s() 185 static void rxrpc_destroy(struct key *key) in rxrpc_destroy() 193 static void rxrpc_destroy_s(struct key *key) in rxrpc_destroy_s() 204 static void rxrpc_describe(const struct key *key, struct seq_file *m) in rxrpc_describe() 214 struct key *key; in rxrpc_request_key() local 251 struct key *key; in rxrpc_server_keyring() local 291 struct key *key; in rxrpc_get_server_data_key() local 345 struct key *key; in rxrpc_get_null_key() local
|
D | ar-security.c | 126 struct key *key = conn->key; in rxrpc_init_client_conn_security() local 162 struct key *key; in rxrpc_init_server_conn_security() local
|
D | ar-connection.c | 55 struct key *key, __be16 service_id) in rxrpc_cmp_bundle() 66 struct key *key, in rxrpc_get_bundle()
|
/net/wireless/ |
D | lib80211_crypt_wep.c | 35 u8 key[WEP_KEY_LEN + 1]; member 96 u8 *key, int keylen, void *priv) in lib80211_wep_build_iv() 145 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() local 190 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() local 236 static int lib80211_wep_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_set_key() 249 static int lib80211_wep_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_get_key()
|
D | lib80211_crypt_ccmp.c | 43 u8 key[CCMP_TK_LEN]; member 186 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_hdr() local 222 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_encrypt() local 289 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_decrypt() local 393 static int lib80211_ccmp_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_set_key() 423 static int lib80211_ccmp_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_get_key()
|
D | lib80211_crypt_tkip.c | 41 u8 key[TKIP_KEY_LEN]; member 533 static int michael_mic(struct crypto_hash *tfm_michael, u8 * key, u8 * hdr, in michael_mic() 669 static int lib80211_tkip_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_tkip_set_key() 702 static int lib80211_tkip_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_tkip_get_key()
|
/net/sunrpc/auth_gss/ |
D | gss_krb5_seqnum.c | 44 krb5_make_seq_num(struct crypto_blkcipher *key, in krb5_make_seq_num() 65 krb5_get_seq_num(struct crypto_blkcipher *key, in krb5_get_seq_num()
|
/net/netfilter/ipvs/ |
D | ip_vs_conn.c | 73 static inline void ct_read_lock(unsigned key) in ct_read_lock() 78 static inline void ct_read_unlock(unsigned key) in ct_read_unlock() 83 static inline void ct_write_lock(unsigned key) in ct_write_lock() 88 static inline void ct_write_unlock(unsigned key) in ct_write_unlock() 93 static inline void ct_read_lock_bh(unsigned key) in ct_read_lock_bh() 98 static inline void ct_read_unlock_bh(unsigned key) in ct_read_unlock_bh() 103 static inline void ct_write_lock_bh(unsigned key) in ct_write_lock_bh() 108 static inline void ct_write_unlock_bh(unsigned key) in ct_write_unlock_bh()
|
/net/sctp/ |
D | auth.c | 67 void sctp_auth_key_put(struct sctp_auth_bytes *key) in sctp_auth_key_put() 81 struct sctp_auth_bytes *key; in sctp_auth_create_key() local 427 struct sctp_shared_key *key; in sctp_auth_get_shkey() local 818 struct sctp_auth_bytes *key; in sctp_auth_set_key() local 878 struct sctp_shared_key *key; in sctp_auth_set_active_key() local 911 struct sctp_shared_key *key; in sctp_auth_del_key_id() local
|
/net/decnet/ |
D | dn_table.c | 60 #define dz_key_0(key) ((key).datum = 0) argument 61 #define dz_prefix(key,dz) ((key).datum) argument 75 #define DN_FIB_SCAN_KEY(f, fp, key) \ argument 86 static inline dn_fib_idx_t dn_hash(dn_fib_key_t key, struct dn_zone *dz) in dn_hash() 102 static inline struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p() 107 static inline struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain() 513 dn_fib_key_t key; in dn_fib_table_insert() local 647 dn_fib_key_t key; in dn_fib_table_delete() local
|
/net/tipc/ |
D | name_table.c | 128 u32 key) in publ_create() 250 u32 scope, u32 node, u32 port, u32 key) in tipc_nameseq_insert_publ() 388 u32 node, u32 ref, u32 key) in tipc_nameseq_remove_publ() 572 u32 scope, u32 node, u32 port, u32 key) in tipc_nametbl_insert_publ() 596 u32 node, u32 ref, u32 key) in tipc_nametbl_remove_publ() 768 u32 scope, u32 port_ref, u32 key) in tipc_nametbl_publish() 798 int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key) in tipc_nametbl_withdraw()
|
/net/ipv4/ |
D | fib_trie.c | 99 t_key key; member 104 t_key key; member 118 t_key key; member 408 static struct tnode *tnode_new(t_key key, int pos, int bits) in tnode_new() 955 fib_find_node(struct trie *t, u32 key) in fib_find_node() 989 t_key cindex, key = tn->key; in trie_rebalance() local 1015 static struct list_head *fib_insert_node(struct trie *t, u32 key, int plen) in fib_insert_node() 1174 u32 key, mask; in fn_trie_insert() local 1335 t_key key, const struct flowi *flp, in check_leaf() 1374 t_key key = ntohl(flp->fl4_dst); in fn_trie_lookup() local [all …]
|
D | tcp_minisocks.c | 317 struct tcp_md5sig_key *key; in tcp_time_wait() local 663 struct tcp_md5sig_key *key; in tcp_check_req() local
|
/net/sched/ |
D | em_u32.c | 24 struct tc_u32_key *key = (struct tc_u32_key *) em->data; in em_u32_match() local
|
D | cls_tcindex.c | 35 u16 key; member 64 tcindex_lookup(struct tcindex_data *p, u16 key) in tcindex_lookup() 86 int key = (skb->tc_index & p->mask) >> p->shift; in tcindex_classify() local
|
/net/core/ |
D | flow.c | 33 struct flowi key; member 130 static u32 flow_hash_code(struct flowi *key, int cpu) in flow_hash_code() 168 void *flow_cache_lookup(struct net *net, struct flowi *key, u16 family, u8 dir, in flow_cache_lookup()
|
/net/ipv6/ |
D | tcp_ipv6.c | 575 struct tcp_md5sig_key *key; in tcp_v6_md5_do_add() local 761 static int tcp_v6_md5_hash_hdr(char *md5_hash, struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() 794 static int tcp_v6_md5_hash_skb(char *md5_hash, struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb() 981 u32 ts, struct tcp_md5sig_key *key, int rst) in tcp_v6_send_response() 1074 struct tcp_md5sig_key *key = NULL; in tcp_v6_send_reset() local 1097 struct tcp_md5sig_key *key) in tcp_v6_send_ack() 1269 struct tcp_md5sig_key *key; in tcp_v6_syn_recv_sock() local
|
/net/ipv4/netfilter/ |
D | nf_nat_proto_gre.c | 46 static u_int16_t key; in gre_unique_tuple() local
|