Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Drx_data.c164 decrypted = ccmp_decrypt(ptk->tk, hdr, a1, a2, a3, data, in try_ptk()
342 decrypted = ccmp_decrypt(bss->gtk[keyid], hdr, NULL, NULL, NULL, in rx_data_bss_prot_group()
396 decrypted = ccmp_decrypt(tk, hdr, a1, a2, a3, data, len, dlen); in try_ptk_decrypt()
660 decrypted = ccmp_decrypt(tk, hdr, a1, a2, a3, data, len, in rx_data_bss_prot()
Dtest_vectors.c122 plain = ccmp_decrypt(tk, (const struct ieee80211_hdr *) enc, in test_vector_ccmp()
574 plain = ccmp_decrypt(tk, (const struct ieee80211_hdr *) enc, in test_vector_ccmp_mgmt()
Dccmp.c153 u8 * ccmp_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in ccmp_decrypt() function
Dwlantest.h325 u8 * ccmp_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr,
Drx_mgmt.c3239 decrypted = ccmp_decrypt(ptk->tk, hdr, NULL, NULL, NULL, in try_tk()
3394 decrypted = ccmp_decrypt(sta->ptk.tk, hdr, NULL, NULL, NULL, in mgmt_decrypt()