Searched refs:aeskey (Results 1 – 8 of 8) sorted by relevance
84 AES_KEY *aeskey);92 AES_KEY *aeskey);
154 u8 *aeskey, int keylen, void *priv) in lib80211_ccmp_hdr() argument163 if (aeskey != NULL && keylen >= CCMP_TK_LEN) in lib80211_ccmp_hdr()164 memcpy(aeskey, key->key, CCMP_TK_LEN); in lib80211_ccmp_hdr()
212 u8 *aeskey, int keylen, void *priv) in lib80211_ccmp_hdr() argument219 if (aeskey != NULL && keylen >= CCMP_TK_LEN) in lib80211_ccmp_hdr()220 memcpy(aeskey, key->key, CCMP_TK_LEN); in lib80211_ccmp_hdr()