Home
last modified time | relevance | path

Searched refs:checkcode (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_aka.c493 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument
500 if (checkcode == NULL) in eap_aka_verify_checkcode()
533 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode()
898 if (attr->checkcode && in eap_aka_process_challenge()
899 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge()
1168 if (attr->checkcode && in eap_aka_process_reauthentication()
1169 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_reauthentication()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_aka.c301 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument
308 if (checkcode == NULL) in eap_aka_verify_checkcode()
339 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode()
942 if (attr->checkcode && in eap_aka_process_challenge()
943 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge()
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.h187 const u8 *checkcode; member
Deap_sim_common.c838 attr->checkcode = apos; in eap_sim_parse_attr()