Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_aka.c532 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument
539 if (checkcode == NULL) in eap_aka_verify_checkcode()
572 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode()
1065 if (attr->checkcode && in eap_aka_process_challenge()
1066 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge()
1344 if (attr->checkcode && in eap_aka_process_reauthentication()
1345 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_reauthentication()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_aka.c342 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument
349 if (checkcode == NULL) in eap_aka_verify_checkcode()
380 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode()
1071 if (attr->checkcode && in eap_aka_process_challenge()
1072 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sim_common.h187 const u8 *checkcode; member
H A Deap_sim_common.c836 attr->checkcode = apos; in eap_sim_parse_attr()