Searched refs:checkcode (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_aka.c | 508 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument 515 if (checkcode == NULL) in eap_aka_verify_checkcode() 548 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode() 944 if (attr->checkcode && in eap_aka_process_challenge() 945 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge() 1239 if (attr->checkcode && in eap_aka_process_reauthentication() 1240 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_reauthentication()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_aka.c | 302 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument 309 if (checkcode == NULL) in eap_aka_verify_checkcode() 340 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode() 963 if (attr->checkcode && in eap_aka_process_challenge() 964 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 | 836 attr->checkcode = apos; in eap_sim_parse_attr()
|