Home
last modified time | relevance | path

Searched refs:AKA_AUTS_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dpcsc_funcs.c85 #define AKA_AUTS_LEN 14 macro
1394 if (len >= 2 + AKA_AUTS_LEN && buf[0] == 0xdc && in scard_umts_auth()
1395 buf[1] == AKA_AUTS_LEN) { in scard_umts_auth()
1397 os_memcpy(auts, buf + 2, AKA_AUTS_LEN); in scard_umts_auth()
1398 wpa_hexdump(MSG_DEBUG, "SCARD: AUTS", auts, AKA_AUTS_LEN); in scard_umts_auth()
/freebsd/contrib/wpa/wpa_supplicant/
H A Deapol_test.c1080 #define AKA_AUTS_LEN 14 in scard_test() macro
1086 unsigned char aka_auts[AKA_AUTS_LEN]; in scard_test()
1157 wpa_hexdump(MSG_DEBUG, "AUTS", aka_auts, AKA_AUTS_LEN); in scard_test()