Searched refs:ccmp_encrypt_pv1 (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/wlantest/ |
D | test_vectors.c | 238 enc = ccmp_encrypt_pv1(tk, &frame1[2], sa, da, frame1, sizeof(frame1), in test_vector_ccmp_pv1() 287 enc = ccmp_encrypt_pv1(tk, &frame2[2], sa, &frame2[12], in test_vector_ccmp_pv1() 331 enc = ccmp_encrypt_pv1(tk, &frame3[2], &frame3[8], da, in test_vector_ccmp_pv1()
|
D | ccmp.c | 256 u8 * ccmp_encrypt_pv1(const u8 *tk, const u8 *a1, const u8 *a2, const u8 *a3, in ccmp_encrypt_pv1() function
|
D | wlantest.h | 331 u8 * ccmp_encrypt_pv1(const u8 *tk, const u8 *a1, const u8 *a2, const u8 *a3,
|