Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dlib80211_crypt_tkip.c367 static inline int tkip_replay_check(u32 iv32_n, u16 iv16_n, in tkip_replay_check() function
421 if (tkip_replay_check(iv32, iv16, tkey->rx_iv32, tkey->rx_iv16)) { in lib80211_tkip_decrypt()