Searched refs:tkip_encrypt (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/wlantest/ |
D | inject.c | 139 crypt = tkip_encrypt(incorrect_key ? stub : in wlantest_inject_prot_bc() 252 crypt = tkip_encrypt(incorrect_key ? stub : sta->ptk.tk, in wlantest_inject_prot()
|
D | wlantest.h | 351 u8 * tkip_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, u8 *qos,
|
D | tkip.c | 438 u8 * tkip_encrypt(const u8 *tk, u8 *frame, size_t len, size_t hdrlen, u8 *qos, in tkip_encrypt() function
|
D | test_vectors.c | 56 enc = tkip_encrypt(tk, frame, sizeof(frame), 24, NULL, pn, 0, &enc_len); in test_vector_tkip()
|