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.c508 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/
Deap_server_aka.c302 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/
Deap_sim_common.h187 const u8 *checkcode; member
Deap_sim_common.c836 attr->checkcode = apos; in eap_sim_parse_attr()