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.c488 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument
495 if (checkcode == NULL) in eap_aka_verify_checkcode()
528 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode()
893 if (attr->checkcode && in eap_aka_process_challenge()
894 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge()
1163 if (attr->checkcode && in eap_aka_process_reauthentication()
1164 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()