Searched defs:key_id (Results 1 - 6 of 6) sorted by relevance

/net/mac80211/
H A Dwpa.c376 static inline void ccmp_pn2hdr(u8 *hdr, u8 *pn, int key_id) argument
381 hdr[3] = 0x20 | (key_id << 6);
614 mmie->key_id = cpu_to_le16(key->conf.keyidx);
/net/sctp/
H A Dulpevent.c832 const struct sctp_association *asoc, __u16 key_id,
852 ak->auth_keynumber = key_id;
831 sctp_ulpevent_make_authkey( const struct sctp_association *asoc, __u16 key_id, __u32 indication, gfp_t gfp) argument
H A Dauth.c101 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) argument
111 new->key_id = key_id;
374 new = sctp_auth_shkey_create(sh_key->key_id, gfp);
406 /* If the key_id is non-zero and we couldn't find an
409 * For key_id 0, endpoint pair shared key is a NULL key.
425 /* Find the endpoint pair shared key based on the key_id */
428 __u16 key_id)
434 if (key->key_id == key_id)
426 sctp_auth_get_shkey( const struct sctp_association *asoc, __u16 key_id) argument
723 __u16 key_id, hmac_id; local
892 sctp_auth_set_active_key(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) argument
925 sctp_auth_del_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) argument
[all...]
H A Dsm_statefuns.c3996 __u16 key_id; local
4014 key_id = ntohs(auth_hdr->shkey_id);
4015 if (key_id != asoc->active_key_id && !sctp_auth_get_shkey(asoc, key_id))
/net/wireless/
H A Dmlme.c229 enum nl80211_key_type key_type, int key_id,
240 "keyid=%d %scast addr=%pM)", key_id,
250 trace_cfg80211_michael_mic_failure(dev, addr, key_type, key_id, tsc);
251 nl80211_michael_mic_failure(rdev, dev, addr, key_type, key_id, tsc, gfp);
228 cfg80211_michael_mic_failure(struct net_device *dev, const u8 *addr, enum nl80211_key_type key_type, int key_id, const u8 *tsc, gfp_t gfp) argument
H A Dnl80211.c9836 enum nl80211_key_type key_type, int key_id,
9856 (key_id != -1 &&
9857 nla_put_u8(msg, NL80211_ATTR_KEY_IDX, key_id)) ||
9834 nl80211_michael_mic_failure(struct cfg80211_registered_device *rdev, struct net_device *netdev, const u8 *addr, enum nl80211_key_type key_type, int key_id, const u8 *tsc, gfp_t gfp) argument

Completed in 157 milliseconds