Searched refs:checkcode (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_aka.c | 493 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/ |
D | eap_server_aka.c | 301 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/ |
D | eap_sim_common.h | 187 const u8 *checkcode; member
|
D | eap_sim_common.c | 838 attr->checkcode = apos; in eap_sim_parse_attr()
|