Searched refs:IK_LEN (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 87 #define IK_LEN 16 macro 1400 } else if (len >= 6 + IK_LEN + CK_LEN && buf[0] == 0xdb) { in scard_umts_auth() 1425 if (pos[0] != IK_LEN || IK_LEN > end - pos) { in scard_umts_auth() 1430 os_memcpy(ik, pos, IK_LEN); in scard_umts_auth() 1431 pos += IK_LEN; in scard_umts_auth() 1432 wpa_hexdump(MSG_DEBUG, "SCARD: IK", ik, IK_LEN); in scard_umts_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 87 #define IK_LEN 16 macro 1400 } else if (len >= 6 + IK_LEN + CK_LEN && buf[0] == 0xdb) { in scard_umts_auth() 1425 if (pos[0] != IK_LEN || IK_LEN > end - pos) { in scard_umts_auth() 1430 os_memcpy(ik, pos, IK_LEN); in scard_umts_auth() 1431 pos += IK_LEN; in scard_umts_auth() 1432 wpa_hexdump(MSG_DEBUG, "SCARD: IK", ik, IK_LEN); in scard_umts_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | eapol_test.c | 1082 #define IK_LEN 16 in scard_test() macro 1089 unsigned char aka_ik[IK_LEN]; in scard_test() 1152 wpa_hexdump(MSG_DEBUG, "IK", aka_ik, IK_LEN); in scard_test()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | eapol_test.c | 1083 #define IK_LEN 16 in scard_test() macro 1090 unsigned char aka_ik[IK_LEN]; in scard_test() 1153 wpa_hexdump(MSG_DEBUG, "IK", aka_ik, IK_LEN); in scard_test()
|