Home
last modified time | relevance | path

Searched refs:aeskey (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/wireless/
Dlib80211_crypt_ccmp.c182 u8 *aeskey, int keylen, void *priv) in lib80211_ccmp_hdr() argument
191 if (aeskey != NULL && keylen >= CCMP_TK_LEN) in lib80211_ccmp_hdr()
192 memcpy(aeskey, key->key, CCMP_TK_LEN); in lib80211_ccmp_hdr()