Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dlib80211_crypt_ccmp.c154 u8 *aeskey, int keylen, void *priv) in lib80211_ccmp_hdr() argument
163 if (aeskey != NULL && keylen >= CCMP_TK_LEN) in lib80211_ccmp_hdr()
164 memcpy(aeskey, key->key, CCMP_TK_LEN); in lib80211_ccmp_hdr()