Home
last modified time | relevance | path

Searched defs:key_len (Results 1 – 11 of 11) sorted by relevance

/net/openvswitch/
Dflow.c497 int key_len; in parse_icmpv6() local
602 int key_len = SW_FLOW_KEY_OFFSET(eth); in ovs_flow_extract() local
762 u32 ovs_flow_hash(const struct sw_flow_key *key, int key_len) in ovs_flow_hash()
768 struct sw_flow_key *key, int key_len) in ovs_flow_tbl_lookup()
822 static int ipv4_flow_from_nlattrs(struct sw_flow_key *swkey, int *key_len, in ipv4_flow_from_nlattrs()
867 static int ipv6_flow_from_nlattrs(struct sw_flow_key *swkey, int *key_len, in ipv6_flow_from_nlattrs()
969 int key_len; in ovs_flow_from_nlattrs() local
Ddatapath.c229 int key_len; in ovs_dp_process_received_packet() local
705 int key_len; in ovs_packet_cmd_execute() local
968 int key_len; in ovs_flow_cmd_new_or_set() local
1110 int key_len; in ovs_flow_cmd_get() local
1156 int key_len; in ovs_flow_cmd_del() local
/net/ceph/
Dcrypto.c92 static int ceph_aes_encrypt(const void *key, int key_len, in ceph_aes_encrypt()
142 static int ceph_aes_encrypt2(const void *key, int key_len, void *dst, in ceph_aes_encrypt2()
196 static int ceph_aes_decrypt(const void *key, int key_len, in ceph_aes_decrypt()
256 static int ceph_aes_decrypt2(const void *key, int key_len, in ceph_aes_decrypt2()
/net/core/
Dneighbour.c404 int key_len = tbl->key_len; in neigh_lookup() local
434 int key_len = tbl->key_len; in neigh_lookup_nodev() local
465 int key_len = tbl->key_len; in __neigh_create() local
549 static u32 pneigh_hash(const void *pkey, int key_len) in pneigh_hash()
562 int key_len, in __pneigh_lookup_1()
578 int key_len = tbl->key_len; in __pneigh_lookup() local
591 int key_len = tbl->key_len; in pneigh_lookup() local
637 int key_len = tbl->key_len; in pneigh_delete() local
/net/wireless/
Dlib80211_crypt_wep.c36 u8 key_len; member
Dmlme.c263 const u8 *key, int key_len, int key_idx, in __cfg80211_mlme_auth()
312 const u8 *key, int key_len, int key_idx, in cfg80211_mlme_auth()
/net/ipv4/
Dcipso_ipv4.c79 size_t key_len; member
232 static u32 cipso_v4_map_cache_hash(const unsigned char *key, u32 key_len) in cipso_v4_map_cache_hash()
318 u32 key_len, in cipso_v4_cache_check()
/net/mac80211/
Dkey.c312 struct ieee80211_key *ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
Dutil.c1104 const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, in ieee80211_send_auth()
Dieee80211_i.h347 u8 key_len, key_idx; member
/net/sctp/
Dauth.c80 static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp) in sctp_auth_create_key()