Searched refs:CK_LEN (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 88 #define CK_LEN 16 macro 1400 } else if (len >= 6 + IK_LEN + CK_LEN && buf[0] == 0xdb) { in scard_umts_auth() 1415 if (pos[0] != CK_LEN || CK_LEN > end - pos) { in scard_umts_auth() 1420 os_memcpy(ck, pos, CK_LEN); in scard_umts_auth() 1421 pos += CK_LEN; in scard_umts_auth() 1422 wpa_hexdump(MSG_DEBUG, "SCARD: CK", ck, CK_LEN); in scard_umts_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 88 #define CK_LEN 16 macro 1400 } else if (len >= 6 + IK_LEN + CK_LEN && buf[0] == 0xdb) { in scard_umts_auth() 1415 if (pos[0] != CK_LEN || CK_LEN > end - pos) { in scard_umts_auth() 1420 os_memcpy(ck, pos, CK_LEN); in scard_umts_auth() 1421 pos += CK_LEN; in scard_umts_auth() 1422 wpa_hexdump(MSG_DEBUG, "SCARD: CK", ck, CK_LEN); in scard_umts_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | eapol_test.c | 1084 #define CK_LEN 16 in scard_test() macro 1091 unsigned char aka_ck[CK_LEN]; in scard_test() 1154 wpa_hexdump(MSG_DEBUG, "CK", aka_ck, CK_LEN); in scard_test()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | eapol_test.c | 1083 #define CK_LEN 16 in scard_test() macro 1090 unsigned char aka_ck[CK_LEN]; in scard_test() 1153 wpa_hexdump(MSG_DEBUG, "CK", aka_ck, CK_LEN); in scard_test()
|